Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhvkshah committed Dec 7, 2023
1 parent 924280c commit 3c5fcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3c5fcf8

Please sign in to comment.