Skip to content

Commit a3f82f6

Browse files
committed
fix CHANGELOG entries: move to Unreleased, update PR ref
1 parent 37574b9 commit a3f82f6

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
([#4335](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4335))
2020
- Expand `AGENTS.md` with instrumentation/GenAI guidance and add PR review instructions.
2121
([#4457](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4457))
22+
- `opentelemetry-instrumentation-dbapi`: Add instrumentation for `commit()` and `rollback()` transaction operations
23+
([#4519](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4519))
24+
- `opentelemetry-instrumentation-dbapi`: Add `enable_transaction_spans` configuration flag to control transaction span creation (default: `True`)
25+
([#4519](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4519))
26+
- `opentelemetry-instrumentation-pymysql`, `opentelemetry-instrumentation-mysql`, `opentelemetry-instrumentation-mysqlclient`, `opentelemetry-instrumentation-psycopg`, `opentelemetry-instrumentation-psycopg2`, `opentelemetry-instrumentation-sqlite3`, `opentelemetry-instrumentation-pymssql`: Add support for transaction span instrumentation via `enable_transaction_spans` parameter
27+
([#4519](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4519))
2228

2329
### Fixed
2430

@@ -59,13 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5965
- `opentelemetry-instrumentation-sqlalchemy`: implement new semantic convention opt-in migration
6066
([#4110](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4110))
6167

62-
- `opentelemetry-instrumentation-dbapi`: Add instrumentation for `commit()` and `rollback()` transaction operations
63-
([#3964](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3964))
64-
- `opentelemetry-instrumentation-dbapi`: Add `enable_transaction_spans` configuration flag to control transaction span creation (default: `True`)
65-
([#3964](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3964))
66-
- `opentelemetry-instrumentation-pymysql`, `opentelemetry-instrumentation-mysql`, `opentelemetry-instrumentation-mysqlclient`, `opentelemetry-instrumentation-psycopg`, `opentelemetry-instrumentation-psycopg2`, `opentelemetry-instrumentation-sqlite3`, `opentelemetry-instrumentation-pymssql`: Add support for transaction span instrumentation via `enable_transaction_spans` parameter
67-
([#3964](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3964))
68-
6968
### Fixed
7069

7170
- `opentelemetry-docker-tests`: Replace deprecated `SpanAttributes` from `opentelemetry.semconv.trace` with `opentelemetry.semconv._incubating.attributes`

0 commit comments

Comments
 (0)