Deprecation Notes
- gevent:
DD_GEVENT_PATCH_ALL
is deprecated and will be removed in the next major version. Gevent compatibility is now automatic and does not require extra configuration when running withddtrace-run
. If not usingddtrace-run
, please importddtrace.auto
before callinggevent.monkey.patch_all()
.
Bug Fixes
- psycopg2: Fixes a bug with DSN parsing integration.
- gevent: This fix resolves an incompatibility between ddtrace and gevent that caused threads to hang in certain configurations, for example the profiler running in a gunicorn application's gevent worker process.