File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414 and [ #4535 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4535 ) ).
1515- Remove log messages from ` BatchLogRecordProcessor.emit ` , this caused the program
1616 to crash at shutdown with a max recursion error ([ #4586 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4586 ) ).
17+ - Configurable max retry timeout for grpc exporter
18+ ([ #4333 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4333 ) )
1719
1820## Version 1.33.0/0.54b0 (2025-05-09)
1921
@@ -95,8 +97,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9597 ([ #4353 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4353 ) )
9698- sdk: don't log or print warnings when the SDK has been disabled
9799 ([ #4371 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4371 ) )
98- - Configurable max retry timeout for grpc exporter
99- ([ #4333 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4333 ) )
100100- Fix span context manager typing by using ParamSpec from typing_extensions
101101 ([ #4389 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4389 ) )
102102- Fix serialization of None values in logs body to match 1.31.0+ data model
You can’t perform that action at this time.
0 commit comments