Skip to content

Latest commit

 

History

History
180 lines (118 loc) · 16.7 KB

File metadata and controls

180 lines (118 loc) · 16.7 KB

What's Changed

New Features

  • Added application_name support for connection tracking and monitoring

Full Changelog

https://github.com/awslabs/aurora-dsql-connectors/compare/node/postgres-js/v0.2.0...node/postgres-js/v0.2.1

Changes

Note: This release was originally published on Jan 17, 2026 by @vic-tsang in awslabs/aurora-dsql-nodejs-connector.


This release brings WebSocket support for Aurora DSQL connectivity.

What's Changed

Full Changelog: https://github.com/awslabs/aurora-dsql-connectors/compare/node/postgres-js/v0.1.3...node/postgres-js/v0.2.0

Changes

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


To prevent bundling issues, the package.json file was updated to include explicit dependencies for packages which were previously used transitively.

  • Added @aws-sdk/types to dependencies. This is provided by the AWS SDK, but we reference it directly.

What's Changed

New Contributors

Full Changelog: https://github.com/awslabs/aurora-dsql-connectors/compare/node/postgres-js/v0.1.2...node/postgres-js/v0.1.3

Changes

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,36): 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-postgresjs-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 { auroraDSQLPostgres } from "@aws/aurora-dsql-postgresjs-connector";
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Found 1 error in src/index.ts:1

What's Changed

New Contributors

Full Changelog: https://github.com/awslabs/aurora-dsql-connectors/compare/node/postgres-js/v0.1.1...node/postgres-js/v0.1.2

Changes

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

Changes

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


Initial release of Aurora DSQL Connector for Postgres.js

Changes