Skip to content

1.17.5

Choose a tag to compare

@mabdinur mabdinur released this 29 Aug 18:41
· 7 commits to 1.17 since this release
57fc217

Known Issues

  • There are known issues configuring python's builtin multiprocessing library when ddtrace is installed. To use the multiprocessing library with ddtrace ensure DD_UNLOAD_MODULES_FROM_SITECUSTOMIZE is set to True.

Bug Fixes

  • dynamic instrumentation: fixed a bug that might have caused probe status to fail to update correctly.
  • django: This fix resolves an issue where 'span.resource' would not include the endpoint when a Handler was interrupted, such as in the case of gunicorn worker timeouts.
  • CI Visibility: fixes an issue where the Intelligent Test Runner would not work when in EVP proxy mode due to missing X-Datadog-NeedsAppKey header.
  • mariadb: This fix resolves an issue where MariaDB connection information objects not including the user or port caused exceptions to be raised.