Skip to content

0.7.0

Compare
Choose a tag to compare
@talwai talwai released this 29 Mar 18:08

New integrations

  • Add support for boto (>=2.29.0) and botocore (>= 1.4.51) #209 . Currently these integrations are ignored by autopatching, but can be enabled via patch_all(boto=True, botocore=True)

New features

Bugfixes

  • [dbapi] Ensure cursors play well with context managers #231
  • [django] Provide a unique datadog_django app label to avoid clashes with existing app configs #235
  • [pyramid] Ensure pyramid spans have method and route metadata consistent with other web frameworks #220 (thanks @johnpkennedy)