pypi ddtrace 0.34.0

latest releases: 2.8.5, 2.9.0rc7, 2.9.0rc6...
4 years ago

Upgrading to 0.34.0

This release adds a new integration for Django. The goal of this effort was to make the Django integration more consistent with our other integrations, simplifying configuration and patching. See the Django documentation for details on how to get started with the integration. For existing Django applications, be sure to consult the migration section of the documentation.

While we are now vendoring psutil, msgpack will no longer be vendored and instead specified as a requirement.

Finally, improvements have been made to the testing and continuous integration.

Changes

Core

  • Unvendor msgpack (#1199, #1216, #1202)
  • Vendor psutil (#1160)
  • Update get_env to support any number of parts (#1208)
  • Set _dd.measured tag on integration spans (#1196)
  • Start writer thread as late as possible (#1193)
  • Refactor setup.py c-extension building (#1191)

Integrations

Testing and tooling

Changeset

Read the full changeset.

Don't miss a new ddtrace release

NewReleases is sending notifications on new releases.