@@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ - Support ` aio_pika ` 9.x (([ #1670 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1670] )
1213- ` opentelemetry-instrumentation-redis ` Add ` sanitize_query ` config option to allow query sanitization. ([ #1572 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1572 ) )
14+ - ` opentelemetry-instrumentation-elasticsearch ` Add optional db.statement query sanitization.
15+ ([ #1598 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1598 ) )
1316- ` opentelemetry-instrumentation-celery ` Record exceptions as events on the span.
1417 ([ #1573 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1573 ) )
1518- Add metric instrumentation for urllib
@@ -27,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2730
2831### Fixed
2932
33+ - Fix TortoiseORM instrumentation ` AttributeError: type object 'Config' has no attribute 'title' `
34+ ([ #1575 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1575 ) )
3035- Fix SQLAlchemy uninstrumentation
3136 ([ #1581 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1581 ) )
3237- ` opentelemetry-instrumentation-grpc ` Fix code()/details() of _ OpentelemetryServicerContext.
@@ -42,6 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4247 ([ #1435 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1435 ) )
4348- mongo db - fix db statement capturing
4449 ([ #1512 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1512 ) )
50+ - Add commit method for ConfluentKafkaInstrumentor's ProxiedConsumer
51+ ([ #1656 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1656 ) )
4552
4653## Version 1.15.0/0.36b0 (2022-12-10)
4754
0 commit comments