Skip to content

Aurora DSQL Connector for node-postgres v0.1.7

Choose a tag to compare

@danielfrankcom danielfrankcom released this 04 Feb 17:49
node/node-postgres/v0.1.7
50de257

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


This release fixes a bundling issue where pg-connection-string was being inlined into the built artifact, causing import.meta.url errors in certain bundler environments (#158). The library is now correctly treated as an external dependency, reducing ESM bundle size from 12.25kB to 6.20kB.

Dependencies

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

  • Added pg-connection-string as explicit peer dependency. This is provided by pg, but we reference it directly.
  • Added @smithy/types to dependencies. This is provided by the AWS SDK, but we reference it directly.

What's Changed

New Contributors

Full Changelog: node/node-postgres/v0.1.6...node/node-postgres/v0.1.7