Skip to content

Latest commit

 

History

History
131 lines (71 loc) · 8.31 KB

File metadata and controls

131 lines (71 loc) · 8.31 KB

This is a maintenance release with no user-facing code changes. It includes a fix to the CI/CD workflow configuration.

What's Changed

  • fix: correct PyPI URL in Python release workflow by @amaksimo in #64

Full Changelog: https://github.com/awslabs/aurora-dsql-connectors/compare/python/connector/v0.2.5...python/connector/v0.2.6

Changes

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: https://github.com/awslabs/aurora-dsql-connectors/compare/python/connector/v0.2.2...python/connector/v0.2.5

Changes

Note: This release was originally published on Dec 31, 2025 by @danielfrankcom in awslabs/aurora-dsql-python-connector.


This release fixes an issue where the default system region was not used to expand a cluster ID to a full cluster endpoint, when the cluster ID was passed as the host kwarg. The release also improves error message clarity for missing parameters.

What's Changed

Full Changelog: https://github.com/awslabs/aurora-dsql-connectors/compare/python/connector/v0.2.1...python/connector/v0.2.2

Changes

Note: This release was originally published on Dec 29, 2025 by @danielfrankcom in awslabs/aurora-dsql-python-connector.


This release adds a parsing step which expands a cluster ID into the full cluster endpoint, when it is provided in the host kwarg. Previously, this functionality only worked when the cluster ID was provided as the DSN.

What's Changed

New Contributors

Full Changelog: https://github.com/awslabs/aurora-dsql-connectors/compare/python/connector/v0.2.0...python/connector/v0.2.1

Changes

Note: This release was originally published on Nov 21, 2025 by @leszek-bq in awslabs/aurora-dsql-python-connector.


Added support for the asyncpg client library.

Changes

Note: This release was originally published on Oct 31, 2025 by @leszek-bq in awslabs/aurora-dsql-python-connector.


  • Updated Links

Changes

Note: This release was originally published on Oct 31, 2025 by @leszek-bq in awslabs/aurora-dsql-python-connector.


Initial Release

Changes