Skip to content

Commit 48d6b4e

Browse files
authored
Update CHANGELOG.md
1 parent f91df8b commit 48d6b4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
v2.1.0.32 (2024-12-23)
5+
----------------------
6+
- Added support for an adjustable maximum cap on the total memory allocated for warning notifications from the server, ensuring the driver does not exhaust available memory resources. [Ruei Yang Huang]
7+
- Updated the logic for retrieving database metadata through the getCatalogs(), getSchemas(), getTables(), getColumns() API method. [Tim Hsu]
8+
- Updated the SQL data type representation for timetz/timestamptz from Types.TIME/Types.TIMESTAMP to Types.TIME_WITH_TIMEZONE/Types.TIMESTAMP_WITH_TIMEZONE. [Tim Hsu]
9+
- Fixed an issue in the Driver API's getTime() method, which previously disregarded the second fraction when attempting to retrieve timestamp/timestamptz data with a second fraction in Binary mode. [Tim Hsu]
10+
- Fixed an issue in the Driver API's getTimestamp() method, which previously truncated the last three digits of the second fraction when attempting to retrieve time/timetz data with six digits of second fraction, affecting both Binary and Text modes. [Tim Hsu]
11+
- Addressed security issues as detailed in CVE-2024-12744
12+
13+
414
v2.1.0.31 (2024-11-19)
515
----------------------
616
- This driver version has been recalled. JDBC Driver version 2.1.0.30 is recommended for use instead.

0 commit comments

Comments
 (0)