Skip to content

3.12.4

Choose a tag to compare

@brettlangdon brettlangdon released this 29 Aug 19:30
· 30 commits to 3.12 since this release
d125801

Bug Fixes

  • Tracing:
    • asyncpg: Fix the error "Error: expected pool connect callback to return an instance of 'asyncpg.connection.Connection', got 'ddtrace.contrib.internal.asyncpg.patch._TracedConnection'`" when a pool connection" due to using the custom connect option. With this fix, postgres.connect spans will be created when this option is used.