Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

56 lines (39 loc) · 4.73 KB

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.2.0] - 2025-03-12

🪄 Added

🦀 Changed

  • More robust MySQL catalog usage detection (PR #366).
  • Changed connection tracker to update after reader failover to new connection (PR #356).
  • Improved documentation instructions for integration tests and running code samples (PR #370 & PR #374).

🐛 Fixed

  • Usage of setQueryTimeout for MySQL2DriverDialect (PR #393).
  • Retrieving keep alive settings (PR #395).
  • Reader failover to wait for complete batch (PR #390).
  • EFM2 abort and stop monitoring on dead connection (PR #415).
  • Check if first connection after failover is stale (PR #416).

[1.1.0] - 2024-12-12

🪄 Added

🦀 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).

[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.