88 the LogExporter.
99 ([ #2422 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2422 ) )
1010
11+ * Updated OpenTelemetry core component version(s) to ` 1.11.0 ` .
12+ ([ #2470 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2470 ) )
13+
1114## 1.10.0
1215
1316Released 2024-Nov-18
@@ -298,7 +301,9 @@ Released 2023-Mar-13
298301 ([ #935 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/935 ) )
299302
300303* Update OpenTelemetry SDK version to ` 1.5.0-alpha.1 ` .
304+
301305* Update GenevaMetricExporter to use TLV format serialization.
306+
302307* Add support for exporting exemplars.
303308 ([ #1069 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1069 ) )
304309
@@ -350,11 +355,14 @@ Released 2022-Dec-19
350355
351356* Update OpenTelemetry to 1.4.0-rc.1
352357 ([ #820 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/820 ) )
358+
353359* Add support in logs for prefix-based table name mapping configuration.
354360 [ #796 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/796 )
361+
355362* Updated the trace exporter to use the new performance APIs introduced in
356363 ` System.Diagnostics.DiagnosticSource ` v7.0.
357364 [ #838 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/838 )
365+
358366* Avoid allocation when serializing scopes.
359367 ([ #818 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/818 ) )
360368
@@ -365,10 +373,13 @@ Released 2022-Dec-09
365373* Added support for
366374 [ DateTimeOffset] ( https://learn.microsoft.com/dotnet/api/system.datetimeoffset ) .
367375 ([ #797 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/797 ) )
376+
368377* Fix the overflow bucket value serialization for Histogram.
369378 ([ #805 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/805 ) )
379+
370380* Fix EventSource logging.
371381 ([ #813 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/813 ) )
382+
372383* Update ` MessagePackSerializer ` to use
373384 [ BinaryPrimitives] ( https://learn.microsoft.com/dotnet/api/system.buffers.binary.binaryprimitives )
374385 to serialize scalar types more efficiently by avoiding repeated bound checks.
0 commit comments