github DataDog/dd-trace-py v0.21.1
0.21.1

latest releases: v2.9.0rc1, v2.7.10, v2.8.3...
5 years ago

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.

Don't miss a new dd-trace-py release

NewReleases is sending notifications on new releases.