Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f45fcd2

Browse files
committedJun 1, 2023
resolve comments
1 parent 1515b47 commit f45fcd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

Diff for: ‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- `opentelemetry-instrumentation-pymemcache` Update instrumentation to support pymemcache >4
1616
([#1764](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1764))
1717
- `opentelemetry-instrumentation-confluent-kafka` Add support for higher versions of confluent_kafka
18-
([#15](https://github.com/helios/opentelemetry-python-contrib/pull/15))
18+
([#1815](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1815))
1919

2020
### Added
2121

Diff for: ‎docs-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ boto~=2.0
2626
botocore~=1.0
2727
boto3~=1.0
2828
celery>=4.0
29-
confluent-kafka>= 1.8.2,< 2.0.0
29+
confluent-kafka>= 1.8.2,<= 2.1.1
3030
elasticsearch>=2.0,<9.0
3131
flask~=2.0
3232
falcon~=2.0

Diff for: ‎opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"confluent-kafka": {
5656
"library": "confluent-kafka >= 1.8.2, <= 2.1.1",
57-
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.39b0.dev",
57+
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.40b0.dev",
5858
},
5959
"django": {
6060
"library": "django >= 1.10",

0 commit comments

Comments
 (0)
Please sign in to comment.