@@ -1682,3 +1682,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16821682 ([ #3778 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3778 ) )
16831683- Fix license field in pyproject.toml files
16841684 ([ #3803 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3803 ) )
1685+
1686+ - Removed superfluous py.typed markers and added them where they were missing
1687+ ([ #4172 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4172 ) )
1688+ - Include metric info in encoding exceptions
1689+ ([ #4154 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4154 ) )
1690+ - sdk: Add support for log formatting
1691+ ([ #4137 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4166 ) )
1692+ - sdk: Add Host resource detector
1693+ ([ #4182 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4182 ) )
1694+ - sdk: Implementation of exemplars
1695+ ([ #4094 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4094 ) )
1696+ - Implement events sdk
1697+ ([ #4176 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4176 ) )
1698+ - Update semantic conventions to version 1.28.0
1699+ ([ #4218 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4218 ) )
1700+ - Add support to protobuf 5+ and drop support to protobuf 3 and 4
1701+ ([ #4206 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4206 ) )
1702+ - Update environment variable descriptions to match signal
1703+ ([ #4222 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4222 ) )
1704+ - Record logger name as the instrumentation scope name
1705+ ([ #4208 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4208 ) )
1706+ - Fix memory leak in exporter and reader
1707+ ([ #4224 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4224 ) )
1708+ - Drop ` OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION ` environment variable
1709+ ([ #4217 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4217 ) )
1710+
0 commit comments