From 48d6b4ea7139a9ac8d8035b92eec847267571bfb Mon Sep 17 00:00:00 2001 From: Beaux Sharifi Date: Tue, 24 Dec 2024 00:39:36 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc6767..f3d1ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========= +v2.1.0.32 (2024-12-23) +---------------------- +- 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] +- Updated the logic for retrieving database metadata through the getCatalogs(), getSchemas(), getTables(), getColumns() API method. [Tim Hsu] +- 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] +- 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] +- 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] +- Addressed security issues as detailed in CVE-2024-12744 + + v2.1.0.31 (2024-11-19) ---------------------- - This driver version has been recalled. JDBC Driver version 2.1.0.30 is recommended for use instead.