Skip to content

Releases: awslabs/aurora-dsql-connectors

Aurora DSQL Connector for node-postgres v0.1.4

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 17:49
node/node-postgres/v0.1.4
57bbdc8

Note: This release was originally published on Dec 12, 2025 by @vic-tsang in awslabs/aurora-dsql-nodejs-connector.


This release fixes a bug where the customCredentialsProvider property was unused, despite being configured.

What's Changed

New Contributors

Full Changelog: node/node-postgres/v0.1.3...node/node-postgres/v0.1.4

Aurora DSQL Connector for node-postgres v0.1.3

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 17:49
node/node-postgres/v0.1.3
b1186a7

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


This release adds a parsing step which processes the connectionString property from the AuroraDSQLConfig and AuroraDSQLPoolConfig objects.

What's Changed

Full Changelog: node/node-postgres/v0.1.2...node/node-postgres/v0.1.3

Aurora DSQL Connector for node-postgres v0.1.2

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 17:49
node/node-postgres/v0.1.2
c4a3da5

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


This release exports CommonJS files for consumption by CommonJS module users.

This avoids import errors like the following, which occurred for non-ESM imports:

src/index.ts:1:34 - error TS1479: The current file is a CommonJS module whose imports will produce 'require' calls;
however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a
dynamic 'import("@aws/aurora-dsql-node-postgres-connector")' call instead.

To convert this file to an ECMAScript module, change its file extension to '.mts' or create a local package.json
file with `{ "type": "module" }`.

1 import { AuroraDSQLClient } from "@aws/aurora-dsql-node-postgres-connector";
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 1 error in src/index.ts:1

What's Changed

New Contributors

Full Changelog: node/node-postgres/v0.1.1...node/node-postgres/v0.1.2

Aurora DSQL Connector for node-postgres v0.1.1

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 17:49
node/node-postgres/v0.1.1
43e8bae

Note: This release was originally published on Nov 26, 2025 by @mitchell-elholm in awslabs/aurora-dsql-nodejs-connector.


What's Changed

  • Bug fix for relative imports

Aurora DSQL Connector for node-postgres v0.1.0

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 17:49
node/node-postgres/v0.1.0
b5edd30

Note: This release was originally published on Oct 30, 2025 by @mitchell-elholm in awslabs/aurora-dsql-nodejs-connector.


Initial release of the Aurora DSQL Connector for node-postgres

Aurora DSQL Connector for JDBC v1.3.0

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 18:08
java/jdbc/v1.3.0
526590d

Note: This release was originally published on Oct 15, 2025 by @danielfrankcom in awslabs/aurora-dsql-jdbc-connector.


This release clarifies the public API, and validates support for JDK 25.

Key changes:

  • Release 1.0.0 inadvertently specified internal implementation detail classes as public. This has been resolved in this release, with these classes now defined as package-private. Code that was depending on these implementation details should migrate to use the public API to access the functionality of this library. See the published Javadocs.
  • Support for JDK 25 is now validated as part of CI. It is likely that previous versions of the library were equally compatible with JDK 25, but this compatibility is now explicitly tested and verified.

What's Changed

Full Changelog: java/jdbc/v1.2.0...java/jdbc/v1.3.0

Aurora DSQL Connector for JDBC v1.2.0

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 18:08
java/jdbc/v1.2.0
3956c60

Note: This release was originally published on Oct 06, 2025 by @danielfrankcom in awslabs/aurora-dsql-jdbc-connector.


This release includes improvements to logging functionality and fixes for database property parsing.

Key changes:

  • Fixed database property parsing in connection URLs to properly handle the database parameter with consistent semantics across all properties
  • Corrected logger package names to use the published package name (software.amazon.dsql.jdbc) consistently throughout the project. If you were previously configuring log levels using com.amazon.jdbc, you can now remove that configuration as software.amazon.dsql.jdbc is the only package name needed.
  • Removed the LazyLogger class in favor of the standard java.util.logging.Logger which already provides equivalent functionality. If you were using LazyLogger directly, please use java.util.logging.Logger instead, which already includes built-in lazy evaluation for disabled log levels.

What's Changed

Full Changelog: java/jdbc/v1.1.2...java/jdbc/v1.2.0

Aurora DSQL Connector for JDBC v1.1.2

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 18:08
java/jdbc/v1.1.2
9b6a79d

Note: This release was originally published on Oct 06, 2025 by @danielfrankcom in awslabs/aurora-dsql-jdbc-connector.


This release improves the Javadocs, aiming to provide a complete walkthrough for users.

What's Changed

Full Changelog: java/jdbc/v1.1.1...java/jdbc/v1.1.2

Aurora DSQL Connector for JDBC v1.1.1

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 18:08
java/jdbc/v1.1.1
a4f5659

Note: This release was originally published on Oct 01, 2025 by @danielfrankcom in awslabs/aurora-dsql-jdbc-connector.


This release fixes the version number reported by the library.

What's Changed

Full Changelog: java/jdbc/v1.1.0...java/jdbc/v1.1.1

Aurora DSQL Connector for JDBC v1.1.0

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 18:08
java/jdbc/v1.1.0
13056a7

Note: This release was originally published on Sep 17, 2025 by @danielfrankcom in awslabs/aurora-dsql-jdbc-connector.


What's Changed

  • Connector now targets compatibility with Java 8+
  • Runtime dependency on javax.annotation-api and spotbugs-annotations removed

Details

Full Changelog: java/jdbc/v1.0.0...java/jdbc/v1.1.0