pypi ddtrace 0.43.0

latest releases: 2.9.0rc7, 2.9.0rc6, 2.9.0rc5...
3 years ago

Upgrading to 0.43.0

This release includes two new integrations and a memory profiling feature in the profiler along with several bug fixes.

Integrations

asgi

  • fix: tag 500-level responses as errors (#1699)
  • fix: set http status when exception raised (#1645)

asyncio

  • fix: enable patch by default (#1660)
  • fix: patch base event loop class (#1661)

django

  • fix: avoid mixing str and non-str args for uri helper (#1679)

sanic

  • Added a sanic integration (#1572)

pynamodb

  • Added a pynamodb integration (#1544)

rediscluster

  • fix: support rediscluster==2.1.0 (#1689)

Profiler

  • Added a memory profiling feature (#1673). This is enabled by default.
  • fix: Fix a potential deadlock on profiler restart after fork() (#1693)

Tracer

  • backport contextvars (#1651)
  • fix: Do not rate limit log lines when in debug (#1680)

Full changeset

Read the full changeset.

Don't miss a new ddtrace release

NewReleases is sending notifications on new releases.