Release Notes
v0.56.0rc3
New Features
- Profiling now supports tracing greenlets with gevent version prior to 1.3.
- The heap profiler is now enabled by default.
- Add yaaredis ≥ 2.0.0 support.
Deprecation Notes
- The
ddtrace.utils
module and all of its submodules have been copied over intoddtrace.internal
in an effort to internalize these modules. Their public counterparts will be removed entirely in version 1.0.0.
Bug Fixes
- Allow the elasticsearch service name to be overridden using the integration config or the DD_SERVICE_MAPPING environment variable.
- Fixes parsing of
botocore
env variables to ensure they are parsed as booleans. - Ensure tornado spans are marked as an error if the response status code is 500 <= x < 600.