Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<httpclient.version>4.5.14</httpclient.version>
<commons-configuration.version>2.10.1</commons-configuration.version>
<commons-io.version>2.14.0</commons-io.version>
<databricks-sdk.version>0.64.0</databricks-sdk.version>
<databricks-sdk.version>0.65.0</databricks-sdk.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<sql-logic-test.version>0.3</sql-logic-test.version>
<lz4-compression.version>1.8.0</lz4-compression.version>
Expand Down
2 changes: 1 addition & 1 deletion thin_public_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.databricks</groupId>
<artifactId>databricks-sdk-java</artifactId>
<version>0.60.0</version>
<version>0.65.0</version>
</dependency>

<!-- Apache Commons -->
Expand Down
Loading