File tree 3 files changed +3
-3
lines changed
opentelemetry-instrumentation/src/opentelemetry/instrumentation
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- ` opentelemetry-instrumentation-pymemcache ` Update instrumentation to support pymemcache >4
16
16
([ #1764 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1764 ) )
17
17
- ` 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 ) )
19
19
20
20
### Added
21
21
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ boto~=2.0
26
26
botocore~=1.0
27
27
boto3~=1.0
28
28
celery>=4.0
29
- confluent-kafka>= 1.8.2,< 2.0.0
29
+ confluent-kafka>= 1.8.2,<= 2.1.1
30
30
elasticsearch>=2.0,<9.0
31
31
flask~=2.0
32
32
falcon~=2.0
Original file line number Diff line number Diff line change 54
54
},
55
55
"confluent-kafka" : {
56
56
"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" ,
58
58
},
59
59
"django" : {
60
60
"library" : "django >= 1.10" ,
You can’t perform that action at this time.
0 commit comments