From bc732615a44023b8d4bdd87dda96d4b8af4d0cc7 Mon Sep 17 00:00:00 2001 From: Bhavik Shah <115029313+bhvkshah@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:57:15 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 287bd98..3b47124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +v2.1.0.25 (2024-01-17) +---------------------- +- Added support for loading custom trust store types using the system property “javax.net.ssl.trustStoreType” [Bhavik Shah] +- Fixed a bug where an incorrect version number was displayed in Maven Central for AWS SDK dependencies used by the driver [Bhavik Shah] +- Set default value for the Connection Option “compression” to “off” [Bhavik Shah] + v2.1.0.24 (2023-12-14) ---------------------- - Fixed a bug where connection setup would fail if compression was explicitly turned off in both the driver and the server [Bhavik Shah]