From 3c5fcf88cbfd55bb72cf1fe195ea98c188571bc8 Mon Sep 17 00:00:00 2001 From: Bhavik Shah <115029313+bhvkshah@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:32:47 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 134ff01..afa0411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ v2.1.0.22 (2023-11-09) - Added support for IntervalY2M and IntervalD2S data types, which are mapped to the java.sql type Types.OTHER [Bhavik Shah] - Improved XML parsing [Bhavik Shah] - Fixed a bug where driver threw an error if connection options were not provided as a string object [Bhavik Shah] -- Added the ability to set session level timezone to local JVM timezone or Redshift server timezone using new connection option ‘ConnectionTimezone’. By default, the session level timezone is set to the Redshift server’s timezone [Bhavik Shah] +- Added the ability to set session level timezone to local JVM timezone or Redshift server timezone using new connection option ‘ConnectionTimezone’. By default, the session level timezone is set to local timezone [Bhavik Shah] - Driver now throws an error if timestamp data retrieved from queries is invalid [Bhavik Shah] - Fixed a bug where closing a statement explicitly introduced performance latency [issue#100](https://github.com/aws/amazon-redshift-jdbc-driver/issues/100) [Bhavik Shah] - Bump AWS Java SDK dependencies from 1.12.493 to 1.12.577 [Bhavik Shah]