File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
## Unreleased
13
13
14
-
15
14
### Added
16
15
17
16
- ` opentelemetry-instrumentation-pika ` Added instrumentation for All ` SelectConnection ` adapters
18
17
([ #3584 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3584 ) )
19
18
- ` opentelemetry-instrumentation-tornado ` Add support for ` WebSocketHandler ` instrumentation
20
19
([ #3498 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3498 ) )
20
+ - ` opentelemetry-util-http ` Added support for redacting specific url query string values and url credentials in instrumentations
21
+ ([ #3508 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3508 ) )
22
+ - ` opentelemetry-instrumentation-pymongo ` ` aggregate ` and ` getMore ` capture statements support
23
+ ([ #3601 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3601 ) )
21
24
22
25
### Fixed
23
26
@@ -26,13 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
29
- ` opentelemetry-resource-detector-containerid ` : make it more quiet on platforms without cgroups
27
30
([ #3579 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3579 ) )
28
31
29
- ### Added
30
-
31
- - ` opentelemetry-util-http ` Added support for redacting specific url query string values and url credentials in instrumentations
32
- ([ #3508 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3508 ) )
33
- - ` opentelemetry-instrumentation-pymongo ` ` aggregate ` and ` getMore ` capture statements support
34
- ([ #3601 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3601 ) )
35
-
36
32
## Version 1.34.0/0.55b0 (2025-06-04)
37
33
38
34
### Fixed
You can’t perform that action at this time.
0 commit comments