Skip to content

Commit 1906a18

Browse files
fix: use towncrier changelog fragment instead of editing CHANGELOG.md
1 parent 28bc34f commit 1906a18

6 files changed

Lines changed: 24 additions & 2 deletions

File tree

.changelog/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!.gitignore

.changelog/4216.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-instrumentation-aws-lambda`: fix improper handling of header casing

.changelog/4504.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-instrumentation-celery`: clear completed task ids from `task_id_to_start_time`

.changelog/4505.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-instrumentation-celery`: add null guards and type-safe helper handling around Celery context propagation internals

.changelog/4561.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-instrumentation-dbapi`: Add `comment_position` option to `_add_sql_comment()` to support prepending sqlcommenter comment to the beginning of the query

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,27 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
513
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
614
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
715

816
> [!NOTE]
917
> The following components are released independently and maintain individual CHANGELOG files.
1018
> 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).
1119
20+
<!-- changelog start -->
21+
1222
## Unreleased
1323

1424
### Added
1525

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))
1826
- Add `BaggageLogProcessor` to `opentelemetry-processor-baggage`
1927
([#4371](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4371))
2028
- `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
95103
([#4049](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4049))
96104
- `opentelemetry-instrumentation-sqlalchemy`: implement new semantic convention opt-in migration
97105
([#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))
98110

99111
### Fixed
100112

@@ -124,6 +136,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124136
- `opentelemetry-instrumentation-boto`: Remove instrumentation
125137
([#4303](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4303))
126138

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+
127144
## Version 1.40.0/0.61b0 (2026-03-04)
128145

129146
### Added

0 commit comments

Comments
 (0)