Upgrading to 0.21.1
This is a bug fix release that requires no changes to your code.
Included in this release is a fix for some database cursors where we would force Cursor.execute
and Cursor.executemany
to return a cursor instead of the originally intended output. This caused an issue specifically with MySQL libraries which tried to return the row count and we were returning a cursor instead.
Changes
Bugs
- [core] Patch logging earlier for ddtrace-run (#832)
- [dbapi2] Fix dbapi2 execute/executemany return value (#830 )
- [core] Use case-insensitive comparison of header names during extract (#826 -- thanks @defanator)
Read the full changeset and the release milestone.