Skip to content

AWS Advanced NodeJS Wrapper - v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 20:59
· 56 commits to main since this release

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