Skip to content

Commit 1e3aba6

Browse files
committed
Fix changelog
1 parent 517e4b1 commit 1e3aba6

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

CHANGELOG.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212
## Unreleased
1313

14+
### Fixed
15+
16+
- `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.
17+
([#3610](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3610))
18+
19+
### Added
20+
21+
- `opentelemetry-instrumentation-fastapi` Utilize instruments-any functionality. TODO MOVE TO NEW VERSION WHEN OUT
22+
([#3612](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3612))
23+
- `opentelemetry-instrumentation-psycopg2` Utilize instruments-any functionality.
24+
([#3612](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3612))
25+
- `opentelemetry-instrumentation-kafka-python` Utilize instruments-any functionality.
26+
([#3612](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3612))
27+
1428
## Version 1.35.0/0.56b0 (2025-07-11)
1529

1630
### Added
@@ -30,21 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3044
([#3567](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3567))
3145
- `opentelemetry-resource-detector-containerid`: make it more quiet on platforms without cgroups
3246
([#3579](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3579))
33-
- `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.
34-
([#3610](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3610))
35-
36-
### Added
37-
38-
- `opentelemetry-util-http` Added support for redacting specific url query string values and url credentials in instrumentations
39-
([#3508](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3508))
40-
- `opentelemetry-instrumentation-pymongo` `aggregate` and `getMore` capture statements support
41-
([#3601](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3601))
42-
- `opentelemetry-instrumentation-fastapi` Utilize instruments-any functionality. TODO MOVE TO NEW VERSION WHEN OUT
43-
([#3612](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3612))
44-
- `opentelemetry-instrumentation-psycopg2` Utilize instruments-any functionality.
45-
([#3612](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3612))
46-
- `opentelemetry-instrumentation-kafka-python` Utilize instruments-any functionality.
47-
([#3612](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3612))
4847

4948
## Version 1.34.0/0.55b0 (2025-06-04)
5049

0 commit comments

Comments
 (0)