Skip to content

Releases: awslabs/aurora-dsql-connectors

Aurora DSQL Connector for Go pgx v0.1.3

03 Mar 00:47
ed7c601

Choose a tag to compare

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 TokenCache field and ClearTokenCache() method have been removed from Pool.

Maintenance

  • Updated AWS SDK Go v2 dependencies to latest patch versions

Full Changelog

go/pgx/v0.1.2...go/pgx/v0.1.3

Aurora DSQL Connector for Python v0.2.6

06 Feb 21:55
8374fac

Choose a tag to compare

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: python/connector/v0.2.5...python/connector/v0.2.6

Aurora DSQL Connector for Python v0.2.5

06 Feb 21:55
c733909

Choose a tag to compare

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

05 Feb 20:23
b8bf038

Choose a tag to compare

What's Changed

New Features

  • Added application_name support for connection tracking and monitoring

Full Changelog

node/postgres-js/v0.2.0...node/postgres-js/v0.2.1

Aurora DSQL Connector for node-postgres v0.1.8

05 Feb 20:23
b8bf038

Choose a tag to compare

What's Changed

New Features

  • Added application_name support for connection tracking and monitoring

Full Changelog

node/node-postgres/v0.1.7...node/node-postgres/v0.1.8

Aurora DSQL Connector for JDBC v1.4.0

05 Feb 21:21
f163ece

Choose a tag to compare

What's Changed

New Features

  • Added application_name support for connection tracking and monitoring
  • Updated SSL defaults for improved security

Full Changelog

java/jdbc/v1.3.0...java/jdbc/v1.4.0

Aurora DSQL Connector for Python v0.2.2

04 Feb 17:52
python/connector/v0.2.2
cba3039

Choose a tag to compare

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: python/connector/v0.2.1...python/connector/v0.2.2

Aurora DSQL Connector for Python v0.2.1

04 Feb 17:52
python/connector/v0.2.1
8d9672e

Choose a tag to compare

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: python/connector/v0.2.0...python/connector/v0.2.1

Aurora DSQL Connector for Python v0.2.0

04 Feb 17:52
python/connector/v0.2.0
bd22459

Choose a tag to compare

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

04 Feb 17:52
python/connector/v0.1.1
4688a28

Choose a tag to compare

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


  • Updated Links