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
asyncio
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
Full changeset
Read the full changeset.