diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index c59ed4e14c..174b33ebd0 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -13,9 +13,10 @@ - Implement lazy/incremental fetching for columnar results when using Databricks JDBC in Thrift mode without Arrow support. The change modifies the behavior from buffering entire result sets in memory to maintaining only a limited number of rows at a time, reducing peak heap memory usage and preventing OutOfMemory errors. - Added new artifact `databricks-jdbc-thin` for thin jar with runtime dependency metadata. - Introduce a memory-efficient columnar data access mechanism for JDBC result processing. +- Added support for using a custom Discovery URL in U2M flows on AWS and GCP. ### Updated -- Databricks SDK dependency upgraded to latest version 0.60.0 +- Databricks SDK dependency upgraded to latest version 0.64.0 - Updated the default value of RowsFetchedPerBlock to 100K from 2M to capture typical cases and balance memory usage. ### Fixed diff --git a/development/.release-freeze.json b/development/.release-freeze.json index ed5b3e9da5..4a3b3b2725 100644 --- a/development/.release-freeze.json +++ b/development/.release-freeze.json @@ -1,5 +1,5 @@ { "freeze": true, "reason": "Releasing JDBC - 16th Sep", - "allow_list": ["jayantsing-db/default-max-rows-per-block", "ResultSetMetadataFix", "PECOBLR-951"] + "allow_list": ["samikshya-chand_data/upgradesdk"] } diff --git a/pom.xml b/pom.xml index 8ab1f379ed..7c7fc4ecce 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 4.5.14 2.10.1 2.14.0 - 0.60.0 + 0.64.0 3.1.2 0.3 1.8.0