diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index bba9d6675d..b7e08a1c75 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -6,6 +6,7 @@ ### Updated - Telemetry data is now captured more efficiently and consistently due to enhancements in the log and connection close flush logic. +- Updated Databricks SDK version to v0.65.0 (This is to fix OAuthClient to properly encode complex query parameters.) ### Fixed - Fixed state leaking issue in thrift client. diff --git a/pom.xml b/pom.xml index 53cc07acc2..16671ca89b 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 4.5.14 2.10.1 2.14.0 - 0.64.0 + 0.65.0 3.1.2 0.3 1.8.0 diff --git a/thin_public_pom.xml b/thin_public_pom.xml index 50b5ba07bd..8b04ec0f23 100644 --- a/thin_public_pom.xml +++ b/thin_public_pom.xml @@ -42,7 +42,7 @@ com.databricks databricks-sdk-java - 0.60.0 + 0.65.0