Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhvkshah authored Nov 9, 2023
1 parent 825a42c commit 7e4d9cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

v2.1.0.22 (2023-11-09)
----------------------
- Added support for Custom Cluster Names (CNAME) for Amazon Redshift Serverless [Bhavik Shah]
- 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]
- 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]

v2.1.0.21 (2023-10-23)
----------------------
- Fixed a bug where the check for token/credentials expiration time was incorrect [Bhavik Shah]
Expand Down

0 comments on commit 7e4d9cb

Please sign in to comment.