Skip to content

Aurora DSQL Connector for Python v0.2.5

Choose a tag to compare

@amaksimo amaksimo released this 06 Feb 21:55
· 156 commits to main since this release
c733909

This release adds a RESET ALL call to the asyncpg connection pool, which resets session state when connections are returned to the pool. This feature leverages the recently added RESET ALL support in Aurora DSQL.

This release also migrates the connector into the aurora-dsql-connectors monorepo.

What's Changed

  • Adding a call to RESET ALL in asyncpg pool by @leszek-bq in #28

Full Changelog: python/connector/v0.2.2...python/connector/v0.2.5