-
Update dbapi and its dependant instrumentations to follow semantic conventions (#195)
-
Stop capturing query parameters by default (#156)
Released 2020-09-17
- bugfix: cursors and connections now produce spans when used with context managers (#1028)
- Drop support for Python 3.4 (#1099)
Released 2020-08-14
- Change package name to opentelemetry-instrumentation-dbapi (#966)
Released 2020-05-12
- Implement instrument_connection and uninstrument_connection (#624)
Released 2020-02-21
- Initial release