File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Notes](../../RELEASENOTES.md).
11
11
Released 2025-Mar-04
12
12
13
13
* Revert optimize performance of ` TraceContextPropagator.Extract ` introduced
14
- in #5749 to resolve # 6158 .
14
+ in #5749 to resolve [ GHSA- 8785 -wc3w-h8q6 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/security/advisories/GHSA-8785-wc3w-h8q6 ) .
15
15
([ #6161 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/6161 ) )
16
16
17
17
## 1.11.1
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class BatchExportProcessorOptions<T>
26
26
public int ExporterTimeoutMilliseconds { get ; set ; } = BatchExportProcessor < T > . DefaultExporterTimeoutMilliseconds ;
27
27
28
28
/// <summary>
29
- /// Gets or sets the maximum batch size of every export. It must be smaller or equal to MaxQueueLength . The default value is 512.
29
+ /// Gets or sets the maximum batch size of every export. It must be smaller or equal to <see cref="MaxQueueSize"/> . The default value is 512.
30
30
/// </summary>
31
31
public int MaxExportBatchSize { get ; set ; } = BatchExportProcessor < T > . DefaultMaxExportBatchSize ;
32
32
}
You can’t perform that action at this time.
0 commit comments