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
14
14
and [ #4535 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4535 ) ).
15
15
- Remove log messages from ` BatchLogRecordProcessor.emit ` , this caused the program
16
16
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 ) )
17
19
18
20
## Version 1.33.0/0.54b0 (2025-05-09)
19
21
@@ -95,8 +97,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95
97
([ #4353 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4353 ) )
96
98
- sdk: don't log or print warnings when the SDK has been disabled
97
99
([ #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 ) )
100
100
- Fix span context manager typing by using ParamSpec from typing_extensions
101
101
([ #4389 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4389 ) )
102
102
- 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