Skip to content

Commit 2c3a8d9

Browse files
Dan RogersCircleCI
Dan Rogers
authored and
CircleCI
committed
Fix dbapi connection instrument wrapper has no _sock member (open-telemetry#1424)
Fixes open-telemetry#1353 Also: Fix the check for the connection already being instrumented in instrument_connection() Add tests for commit() and rollback() Add a couple missing docstring items. Add basepython to docker-tests to fix running the tests on macOS.
1 parent 33a6d46 commit 2c3a8d9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## Unreleased
99

1010
### Added
11-
- `opentelemetry-instrumentation-botocore` add support for `messaging.*` in the sqs extension.
12-
([#1350](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1350))
11+
12+
- `opentelemetry-instrumentation-pymysql` Add tests for commit() and rollback().
13+
([#1424](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1424))
1314

1415
### Fixed
1516

1617
- Fix bug in Urllib instrumentation - add status code to span attributes only if the status code is not None.
1718
([#1430](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1430))
19+
- `opentelemetry-instrumentation-pymysql` Fix dbapi connection instrument wrapper has no _sock member.
20+
([#1424](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1424))
21+
- `opentelemetry-instrumentation-dbapi` Fix the check for the connection already being instrumented in instrument_connection().
22+
([#1424](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1424))
1823

1924
## Version 1.14.0/0.35b0 (2022-11-03)
2025

0 commit comments

Comments
 (0)