Skip to content

1.0.0rc3

Pre-release
Pre-release

Choose a tag to compare

@mabdinur mabdinur released this 01 Apr 20:41
· 26 commits to 1.0 since this release
ded53fa

Release Notes

v1.0.0rc3

Upgrade Notes

  • Spans started after the tracer has been shut down will no longer be sent to the Datadog Agent.
  • aiohttp_jinja2: use patch(aiohttp_jinja2=True) instead of patch(aiohttp=True) for enabling/disabling the integration.

Bug Fixes

  • botocore: fix incorrect context propagation message attribute types for SNS. This addresses Datadog/serverless-plugin-datadog#232
  • aiohttp: fix issue causing ddtrace.contrib.aiohttp_jinja2.patch module to be imported instead of the patch() function.