|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +<!-- |
| 6 | +Do *NOT* add changelog entries here! |
| 7 | +
|
| 8 | +This changelog is managed by towncrier and is compiled at release time. |
| 9 | +
|
| 10 | +See https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CONTRIBUTING.md#changelog for details. |
| 11 | +--> |
| 12 | + |
5 | 13 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
6 | 14 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | 15 |
|
8 | 16 | > [!NOTE] |
9 | 17 | > The following components are released independently and maintain individual CHANGELOG files. |
10 | 18 | > Use [this search for a list of all CHANGELOG.md files in this repo](https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-python-contrib+path%3A**%2FCHANGELOG.md&type=code). |
11 | 19 |
|
| 20 | +<!-- changelog start --> |
| 21 | + |
12 | 22 | ## Unreleased |
13 | 23 |
|
14 | 24 | ### Added |
15 | 25 |
|
16 | | -- `opentelemetry-instrumentation-dbapi`: Add `comment_position` option to `_add_sql_comment()` to support prepending sqlcommenter comment to the beginning of the query |
17 | | - ([#4561](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4561)) |
18 | 26 | - Add `BaggageLogProcessor` to `opentelemetry-processor-baggage` |
19 | 27 | ([#4371](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4371)) |
20 | 28 | - `opentelemetry-instrumentation-system-metrics`: Add support for `process.disk.io` metric in system-metrics instrumentation |
@@ -95,6 +103,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
95 | 103 | ([#4049](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4049)) |
96 | 104 | - `opentelemetry-instrumentation-sqlalchemy`: implement new semantic convention opt-in migration |
97 | 105 | ([#4110](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4110)) |
| 106 | +- `opentelemetry-instrumentation`: Add experimental metrics attributes Labeler utility |
| 107 | + ([#4288](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4288)) |
| 108 | +- `opentelemetry-instrumentation-redis`: implement new semantic convention opt-in migration |
| 109 | + ([#4370](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4370)) |
98 | 110 |
|
99 | 111 | ### Fixed |
100 | 112 |
|
@@ -124,6 +136,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
124 | 136 | - `opentelemetry-instrumentation-boto`: Remove instrumentation |
125 | 137 | ([#4303](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4303)) |
126 | 138 |
|
| 139 | +### Added |
| 140 | + |
| 141 | +- `opentelemetry-instrumentation-dbapi`: implement new semantic convention opt-in migration |
| 142 | + ([#4109](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4109)) |
| 143 | + |
127 | 144 | ## Version 1.40.0/0.61b0 (2026-03-04) |
128 | 145 |
|
129 | 146 | ### Added |
|
0 commit comments