@@ -12,6 +12,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
1313## Unreleased
1414
15+ - docs: Added sqlcommenter example
16+ ([ #4734 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4734 ) )
17+ - build: bump ruff to 0.14.1
18+ ([ #4782 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4782 ) )
19+ - Add ` opentelemetry-exporter-credential-provider-gcp ` as an optional dependency to ` opentelemetry-exporter-otlp-proto-grpc `
20+ and ` opentelemetry-exporter-otlp-proto-http `
21+ ([ #4760 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4760 ) )
22+ - semantic-conventions: Bump to 1.38.0
23+ ([ #4791 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4791 ) )
24+ - Add configurable ` max_export_batch_size ` to OTLP HTTP metrics exporter
25+ ([ #4576 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4576 ) )
26+
27+ ## Version 1.38.0/0.59b0 (2025-10-16)
28+
29+ - Add ` rstcheck ` to pre-commit to stop introducing invalid RST
30+ ([ #4755 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4755 ) )
31+ - logs: extend Logger.emit to accept separated keyword arguments
32+ ([ #4737 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4737 ) )
33+ - logs: add warnings for classes that would be deprecated and renamed in 1.39.0
34+ ([ #4771 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4771 ) )
35+
36+ ## Version 1.37.0/0.58b0 (2025-09-11)
37+
1538- Add experimental composite samplers
1639 ([ #4714 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4714 ) )
1740- Add new environment variables to the SDK ` OTEL_PYTHON_EXPORTER_OTLP_{HTTP/GRPC}_{METRICS/TRACES/LOGS}_CREDENTIAL_PROVIDER ` that can be used to
@@ -24,10 +47,12 @@ inject a `requests.Session` or `grpc.ChannelCredentials` object into OTLP export
2447 ([ #4634 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4634 ) )
2548- semantic-conventions: Bump to 1.37.0
2649 ([ #4731 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4731 ) )
50+ - opentelemetry-sdk: fix handling of OTEL_ATTRIBUTE_COUNT_LIMIT in logs
51+ ([ #4677 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4677 ) )
2752- Performance: Cache ` importlib_metadata.entry_points `
2853 ([ #4735 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4735 ) )
29- - Add configurable ` max_export_batch_size ` to OTLP HTTP metrics exporter
30- ([ #4576 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4576 ) )
54+ - opentelemetry-sdk: fix calling Logger.emit with an API LogRecord instance
55+ ([ #4741 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4741 ) )
3156
3257## Version 1.36.0/0.57b0 (2025-07-29)
3358
0 commit comments