Skip to content

Commit cecd363

Browse files
committed
cr
1 parent 0c43062 commit cecd363

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ botocore~=1.0
2121
boto3~=1.0
2222
cassandra-driver~=3.25
2323
celery>=4.0
24-
confluent-kafka>= 1.8.2,<= 2.4.0
24+
confluent-kafka>= 1.8.2,<= 2.11.0
2525
elasticsearch>=6.0,<9.0
2626
flask~=2.0
2727
falcon~=2.0

instrumentation/opentelemetry-instrumentation-confluent-kafka/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232

3333
[project.optional-dependencies]
3434
instruments = [
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]

0 commit comments

Comments
 (0)