Skip to content

Commit 7d2f3c2

Browse files
committed
migrate unreleased changelog entries to towncrier fragments
Convert existing entries from ## Unreleased sections into towncrier fragment files, completing the migration started in #4573. Root CHANGELOG.md: 25 entries migrated to .changelog/ propagator-aws-xray: 2 entries migrated resource-detector-azure: 2 entries migrated sdk-extension-aws: 2 entries migrated opamp-client: 0 entries (section was empty) The ## Unreleased sections are removed since towncrier now manages changelog generation from fragment files at release time. GenAI package changelogs are not migrated as those packages are being moved out of this repo. Assisted-by: Claude Opus 4.6
1 parent a80c7da commit 7d2f3c2

36 files changed

Lines changed: 31 additions & 91 deletions

File tree

.changelog/3839.changed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove redundant `pylint: disable=attribute-defined-outside-init` comments and add rule to global `.pylintrc` disable list

.changelog/3896.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-instrumentation-aiohttp-server`: Use `canonical` attribute of the `Resource` as a span name

.changelog/3898.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-exporter-richconsole`: Add support for suppressing resource information

.changelog/4030.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor unit tests to allow for population of the random trace id flag in the `traceparent` header

.changelog/4244.changed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump `pylint` to `4.0.5`

.changelog/4288.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-instrumentation`: Add experimental metrics attributes Labeler utility

.changelog/4298.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-instrumentation-logging`: Add `OTEL_PYTHON_LOG_HANDLER_LEVEL` and `OTEL_PYTHON_LOG_FORMAT` environment variables to configure the log level and formatter of the auto-instrumented `LoggingHandler`.

.changelog/4335.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-instrumentation-sqlite3`: Add uninstrument, error status, suppress, and no-op tests

.changelog/4341.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-instrumentation-flask`: Clean up environ keys in `_teardown_request` to prevent duplicate execution

.changelog/4360.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-instrumentation-celery`: Coerce non-string values to strings in `CeleryGetter.get()` to prevent `TypeError` in `TraceState.from_header()` when Celery request attributes contain ints

0 commit comments

Comments
 (0)