File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Added
1515
16- - ` opentelemetry-instrumentation-dbapi ` Add support for non string query and composable object.
17- ([ #3113 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3113 ) )
18- - ` opentelemetry-instrumentation-django ` Add support for non string query and composable object.
19- ([ #3113 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3113 ) )
20- - ` opentelemetry-instrumentation-sqlalchemy ` Add support for non string query.
21- ([ #3113 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3113 ) )
2216- ` opentelemetry-instrumentation-botocore ` Add support for GenAI user events and lazy initialize tracer
2317 ([ #3258 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3258 ) )
2418- ` opentelemetry-instrumentation-botocore ` Add support for GenAI system events
2519 ([ #3266 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3266 ) )
2620
2721### Fixed
2822
23+ - ` opentelemetry-instrumentation-dbapi ` , ` opentelemetry-instrumentation-django ` ,
24+ ` opentelemetry-instrumentation-sqlalchemy ` : Fix sqlcomment for non string query and composable object.
25+ ([ #3113 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3113 ) )
2926- ` opentelemetry-instrumentation-redis ` Add missing entry in doc string for ` def _instrument `
3027 ([ #3247 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3247 ) )
3128- ` opentelemetry-instrumentation-asyncpg ` Fix fallback for empty queries.
You can’t perform that action at this time.
0 commit comments