Releases: awslabs/aurora-dsql-connectors
Aurora DSQL Connector for Go pgx v0.1.3
What's Changed
Breaking Changes
- Removed token caching from connection pool. Token generation is a local SigV4 presigning operation with no network overhead, so caching added complexity for zero benefit. The
TokenCachefield andClearTokenCache()method have been removed fromPool.
Maintenance
- Updated AWS SDK Go v2 dependencies to latest patch versions
Full Changelog
Aurora DSQL Connector for Python v0.2.6
This is a maintenance release with no user-facing code changes. It includes a fix to the CI/CD workflow configuration.
What's Changed
Full Changelog: python/connector/v0.2.5...python/connector/v0.2.6
Aurora DSQL Connector for Python v0.2.5
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
Aurora DSQL Connector for Postgres.js v0.2.1
What's Changed
New Features
- Added
application_namesupport for connection tracking and monitoring
Full Changelog
Aurora DSQL Connector for node-postgres v0.1.8
What's Changed
New Features
- Added
application_namesupport for connection tracking and monitoring
Full Changelog
Aurora DSQL Connector for JDBC v1.4.0
What's Changed
New Features
- Added
application_namesupport for connection tracking and monitoring - Updated SSL defaults for improved security
Full Changelog
Aurora DSQL Connector for Python v0.2.2
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
- Use default region for host kwarg when not provided by @danielfrankcom in awslabs/aurora-dsql-python-connector#26
- Fix missing host error message in DSN parsing by @danielfrankcom in awslabs/aurora-dsql-python-connector#27
- Always run default region integration tests by @danielfrankcom in awslabs/aurora-dsql-python-connector#28
- Bump version from 0.2.1 to 0.2.2 by @danielfrankcom in awslabs/aurora-dsql-python-connector#29
Full Changelog: python/connector/v0.2.1...python/connector/v0.2.2
Aurora DSQL Connector for Python v0.2.1
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
- Fix a typo in readme by @leszek-bq in awslabs/aurora-dsql-python-connector#18
- Standardize folder structure and format by @amaksimo in awslabs/aurora-dsql-python-connector#20
- Simplify example connection params by @amaksimo in awslabs/aurora-dsql-python-connector#21
- Add example smoke tests to integration workflow by @amaksimo in awslabs/aurora-dsql-python-connector#22
- Fix module paths for examples by @danielfrankcom in awslabs/aurora-dsql-python-connector#24
- Expand cluster ID to endpoint with host kwarg by @danielfrankcom in awslabs/aurora-dsql-python-connector#23
- Bump version from 0.2.0 to 0.2.1 by @danielfrankcom in awslabs/aurora-dsql-python-connector#25
New Contributors
- @amaksimo made their first contribution in awslabs/aurora-dsql-python-connector#20
- @danielfrankcom made their first contribution in awslabs/aurora-dsql-python-connector#24
Full Changelog: python/connector/v0.2.0...python/connector/v0.2.1
Aurora DSQL Connector for Python v0.2.0
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.
Aurora DSQL Connector for Python v0.1.1
Note: This release was originally published on Oct 31, 2025 by @leszek-bq in awslabs/aurora-dsql-python-connector.
- Updated Links