Skip to content

Commit 6980f03

Browse files
authored
Fix version release (#670)
* Update changelog * fix the version update
1 parent f19f5c6 commit 6980f03

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version Changelog
22

3-
## [v0.9.9-oss] - 2025-01-02
3+
## [v0.9.9-oss] - 2025-01-03
44

55
### Added
66
- Telemetry support in OSS JDBC.
@@ -12,11 +12,13 @@
1212

1313
### Updated
1414
- Enhanced end-to-end testing for M2M and DBFS UCVolume operations, including improved logging and proxy handling.
15+
- Removed the version check SQL call when connection is established.
1516

1617
### Fixed
1718
- Fixed statement ID extraction from Thrift GUID.
1819
- Made volume operations flag backward-compatible with the existing Databricks driver.
1920
- Improved backward compatibility of ResultSetMetadata with the legacy driver.
21+
- Fix schema in connection string
2022

2123
---
2224

uber-minimal-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.databricks</groupId>
66
<artifactId>databricks-jdbc</artifactId>
77
<!-- This value may be modified by a release script to reflect the current version of the driver. -->
8-
<version>0.9.8-oss</version>
8+
<version>0.9.9-oss</version>
99
<packaging>jar</packaging>
1010
<name>Databricks JDBC Driver</name>
1111
<description>Databricks JDBC Driver.</description>

0 commit comments

Comments
 (0)