@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ - Add to_json method to ExponentialHistogram
11
+ ([ #3780 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3780 ) )
12
+ - Bump mypy to 1.9.0
13
+ ([ #3795 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3795 ) )
14
+ - Fix exponential histograms
15
+ ([ #3798 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3798 ) )
16
+ - Fix otlp exporter to export log_record.observed_timestamp
17
+ ([ #3785 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3785 ) )
18
+
10
19
## Version 1.24.0/0.45b0 (2024-03-28)
11
20
12
21
- Make create_gauge non-abstract method
@@ -15,14 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
24
([ #3633 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3633 ) )
16
25
- Fix python 3.12 deprecation warning
17
26
([ #3751 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3751 ) )
18
- - Fix exponential histograms
19
- ([ #3798 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3798 ) )
20
27
- bump mypy to 0.982
21
28
([ #3776 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3776 ) )
22
- - Fix otlp exporter to export log_record.observed_timestamp
23
- ([ #3785 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3785 ) )
24
- - Add to_json method to ExponentialHistogram
25
- ([ #3780 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3780 ) )
26
29
- Add support for OTEL_SDK_DISABLED environment variable
27
30
([ #3648 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3648 ) )
28
31
- Fix ValueError message for PeriodicExportingMetricsReader
@@ -33,8 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
36
([ #3778 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3778 ) )
34
37
- Fix license field in pyproject.toml files
35
38
([ #3803 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3803 ) )
36
- - Bump mypy to 1.9.0
37
- ([ #3795 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3795 ) )
38
39
39
40
## Version 1.23.0/0.44b0 (2024-02-23)
40
41
0 commit comments