@@ -7,16 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ - Update OTLP proto to v1.7 [ #4645 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4645 ) .
11+ - Update OTLP gRPC/HTTP exporters: the export timeout is now inclusive of all retries and backoffs.
12+ A +/-20% jitter was added to all backoffs. A pointless 32 second sleep that occurred after all retries
13+ had completed/failed was removed.
14+ ([ #4564 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4564 ) ).
15+ - Update ConsoleLogExporter.export to handle LogRecord's containing bytes type
16+ in the body ([ #4614 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4614/ ) ).
1017- opentelemetry-sdk: Fix invalid ` type: ignore ` that causes mypy to ignore the whole file
1118 ([ #4618 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4618 ) )
19+ - Add ` span_exporter ` property back to ` BatchSpanProcessor ` class
20+ ([ #4621 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4621 ) )
21+ - Fix license field in pyproject.toml files
22+ ([ #4625 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4625 ) )
23+ - Update logger level to NOTSET in logs example
24+ ([ #4637 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4637 ) )
25+ - Logging API accepts optional ` context ` ; deprecates ` trace_id ` , ` span_id ` , ` trace_flags ` .
26+ ([ #4597 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4597 ) )
1227
1328## Version 1.34.0/0.55b0 (2025-06-04)
1429
1530- typecheck: add sdk/resources and drop mypy
1631 ([ #4578 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4578 ) )
17- - Refactor ` BatchLogRecordProcessor ` to simplify code and make the control flow more
18- clear ([ #4562 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4562/ )
19- and [ #4535 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4535 ) ).
2032- Use PEP702 for marking deprecations
2133 ([ #4522 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4522 ) )
2234- Refactor ` BatchLogRecordProcessor ` and ` BatchSpanProcessor ` to simplify code
0 commit comments