File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
instrumentation/opentelemetry-instrumentation-confluent-kafka Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
1616### Fixed
1717
18+ - ` opentelemetry-instrumentation-confluent-kafka ` Add support for confluent-kafka <=2.11.0
19+ ([ #3685 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3685 ) )
1820- ` opentelemetry-instrumentation ` : Fix dependency conflict detection when instrumented packages are not installed by moving check back to before instrumentors are loaded. Add "instruments-any" feature for instrumentations that target multiple packages.
1921 ([ #3610 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3610 ) )
2022- infra(ci): Fix git pull failures in core contrib test
2123 ([ #3357 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3357 ) )
2224
2325### Added
2426
25- - ` opentelemetry-instrumentation-confluent-kafka ` Add support for confluent-kafka <=2.11.0
26- ([ #3685 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3685 ) )
2727- ` opentelemetry-instrumentation-psycopg2 ` Utilize instruments-any functionality.
2828 ([ #3610 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3610 ) )
2929- ` opentelemetry-instrumentation-kafka-python ` Utilize instruments-any functionality.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ botocore~=1.0
2121boto3~=1.0
2222cassandra-driver~=3.25
2323celery>=4.0
24- confluent-kafka>= 1.8.2,<= 2.4 .0
24+ confluent-kafka>= 1.8.2,<= 2.11 .0
2525elasticsearch>=6.0,<9.0
2626flask~=2.0
2727falcon~=2.0
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies = [
3232
3333[project .optional-dependencies ]
3434instruments = [
35- " confluent-kafka >= 1.8.2, <= 2.7 .0" ,
35+ " confluent-kafka >= 1.8.2, <= 2.11 .0" ,
3636]
3737
3838[project .entry-points .opentelemetry_instrumentor ]
You can’t perform that action at this time.
0 commit comments