Aurora DSQL Connector for Python v0.2.5
·
156 commits
to main
since this release
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