Releases: aws/aws-advanced-nodejs-wrapper
Releases · aws/aws-advanced-nodejs-wrapper
AWS Advanced NodeJS Wrapper - v1.1.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.0] - 2024-12-12
🪄 Added
- Configuration Profiles provide an alternative way of loading plugins and providing configuration parameters (PR #338).
- New network related configuration parameters:
- Fastest Response Strategy Plugin selects reader based on fastest response time (PR #345).
- Simple connection tutorial using Prisma ORM. See Using The NodeJS Wrapper with Prisma ORM.
- Added configuration parameter connectionProvider (PR #330).
- This replaces the setConnectionProvider method. For an example, see: Using Internal Connection Pooling.
🦀 Changed
- Deprecated configuration parameter mysqlQueryTimeout.
- Updated documentation on host patterns, custom endpoints, and prerequisites for the Okta and ADFS Plugins (PR #319 & (PR #327).
- Migrated to AWS JS SDK v3 (PR #331).
- Optimized getHostInfoByStrategy and acceptsStrategy calls for the Plugin Manager (PR #332).
- Updated AwsClient#releaseResources to be a static method called at the end of an application (PR #333 & PR #347).
- Updated Session State logging to display false values (PR #337).
AWS Advanced NodeJS Wrapper - v1.0.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2024-11-19
The Amazon Web Services (AWS) Advanced NodeJS Wrapper allows an application to take advantage of the features of clustered Aurora databases.