Skip to content

Commit e4d0529

Browse files
authored
Update SDK version to address complex query params issue in OAuth client (#1022)
## Description - This is to include SDK'S change databricks/databricks-sdk-java#514 ## Testing ## Additional Notes to the Reviewer <!-- Share any additional context or insights that may help the reviewer understand the changes better. This could include challenges faced, limitations, or compromises made during the development process. Also, mention any areas of the code that you would like the reviewer to focus on specifically. -->
1 parent 98fc960 commit e4d0529

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
### Updated
88
- Telemetry data is now captured more efficiently and consistently due to enhancements in the log and connection close flush logic.
9+
- Updated Databricks SDK version to v0.65.0 (This is to fix OAuthClient to properly encode complex query parameters.)
910

1011
### Fixed
1112
- Fixed state leaking issue in thrift client.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<httpclient.version>4.5.14</httpclient.version>
5757
<commons-configuration.version>2.10.1</commons-configuration.version>
5858
<commons-io.version>2.14.0</commons-io.version>
59-
<databricks-sdk.version>0.64.0</databricks-sdk.version>
59+
<databricks-sdk.version>0.65.0</databricks-sdk.version>
6060
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
6161
<sql-logic-test.version>0.3</sql-logic-test.version>
6262
<lz4-compression.version>1.8.0</lz4-compression.version>

thin_public_pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.databricks</groupId>
4444
<artifactId>databricks-sdk-java</artifactId>
45-
<version>0.60.0</version>
45+
<version>0.65.0</version>
4646
</dependency>
4747

4848
<!-- Apache Commons -->

0 commit comments

Comments
 (0)