@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212## Unreleased
1313
14+ ## Version 1.37.0/0.58b0 (2025-09-11)
15+
1416### Fixed
1517
1618- ` opentelemetry-instrumentation-fastapi ` : Fix middleware ordering to cover all exception handling use cases.
@@ -29,11 +31,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931 ([ #3507 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3507 ) )
3032- Fix documentation order of sections and headers for Django, Flask, MySQL, mysqlclient, psycopg, psycopg2, pymysql, sqlalchemy instrumentations.
3133 ([ #3719 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3719 ) )
34+ - ` opentelemetry-instrumentation-asgi ` Fixed an issue where FastAPI reports IP instead of URL.
35+ ([ #3670 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3670 ) )
36+ - ` opentelemetry-instrumentation-httpx ` : fix missing metric response attributes when tracing is disabled
37+ ([ #3615 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3615 ) )
38+ - ` opentelemetry-instrumentation-fastapi ` : Don't pass bounded server_request_hook when using ` FastAPIInstrumentor.instrument() `
39+ ([ #3701 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3701 ) )
3240- ` opentelemetry-instrumentation-dbapi ` : Fix sqlcomment calculation of mysql_client_version field if connection reassignment, with "unknown" fallback
3341 ([ #3729 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3729 ) )
3442
3543### Added
3644
45+ - ` opentelemetry-util-genai ` Add a utility to parse the ` OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT ` environment variable.
46+ Add ` gen_ai_latest_experimental ` as a new value to the Sem Conv stability flag ([ #3716 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3716 ) ).
3747- ` opentelemetry-instrumentation-confluent-kafka ` Add support for confluent-kafka <=2.11.0
3848 ([ #3685 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3685 ) )
3949- ` opentelemetry-instrumentation-system-metrics ` : Add ` cpython.gc.collected_objects ` and ` cpython.gc.uncollectable_objects ` metrics
@@ -42,6 +52,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4252 ([ #3366 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3366 ) )
4353- ` opentelemetry-instrumentation ` : add support for ` OTEL_PYTHON_AUTO_INSTRUMENTATION_EXPERIMENTAL_GEVENT_PATCH ` to inform opentelemetry-instrument about gevent monkeypatching
4454 ([ #3699 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3699 ) )
55+ - ` opentelemetry-instrumentation ` : botocore: Add support for AWS Step Functions semantic convention attributes
56+ ([ #3737 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3737 ) )
57+ - ` opentelemetry-instrumentation-botocore ` : Add support for SNS semantic convention attribute aws.sns.topic.arn
58+ ([ #3734 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3734 ) )
59+ - ` opentelemetry-instrumentation ` : botocore: upgrade moto package from 5.0.9 to 5.1.11
60+ ([ #3736 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3736 ) )
4561
4662## Version 1.36.0/0.57b0 (2025-07-29)
4763
0 commit comments