Skip to content

Commit 5a9248f

Browse files
authored
Update CHANGELOG.md
1 parent 00d69f4 commit 5a9248f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
### Added
2222

23-
- `opentelemetry-instrumentation`: botocore: Add support for AWS Secrets Manager semantic convention attribute
23+
- `opentelemetry-instrumentation-botocore`: Add support for AWS Secrets Manager semantic convention attribute
2424
([#3765](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3765))
2525
- Add `rstcheck` to pre-commit to stop introducing invalid RST
2626
([#3777](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3777))
2727
- `opentelemetry-exporter-credential-provider-gcp`: create this package which provides support for supplying your machine's Application Default
2828
Credentials (https://cloud.google.com/docs/authentication/application-default-credentials) to the OTLP Exporters created automatically by OpenTelemetry Python's auto instrumentation. These credentials authorize OTLP traces to be sent to `telemetry.googleapis.com`. [#3766](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3766).
29-
- `opentelemetry-instrumentation-psycopg` Add missing parameter `capture_parameters` to instrumentor.
29+
- `opentelemetry-instrumentation-psycopg`: Add missing parameter `capture_parameters` to instrumentor.
3030
([#3676](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3676))
31+
- `opentelemetry-instrumentation-dbapi`: Adds sqlcommenter to documentation.
32+
([#3720](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3720))
3133

3234
## Version 1.37.0/0.58b0 (2025-09-11)
3335

@@ -55,8 +57,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5557
([#3615](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3615))
5658
- `opentelemetry-instrumentation-fastapi`: Don't pass bounded server_request_hook when using `FastAPIInstrumentor.instrument()`
5759
([#3701](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3701))
58-
- `opentelemetry-instrumentation-dbapi`: Adds sqlcommenter to documentation.
59-
([#3720](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3720))
6060

6161
### Added
6262

0 commit comments

Comments
 (0)