Skip to content

Commit e03daa9

Browse files
Mark v3.3.2 as deprecated in CHANGELOG
3.3.2's published Maven Central POM is unresolvable (#1431). 3.3.3 recovers from this. Annotates the v3.3.2 heading with the same "DEPRECATED, Use vX.Y.Z instead" pattern used for prior unusable releases (v3.0.4, v3.0.1, v1.0.11-oss, v1.0.10-oss). Co-authored-by: Isaac Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
1 parent 989fa34 commit e03daa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Fixed
66
- Fixed unresolvable Maven Central POM for the uber JAR. The published POM no longer declares a transitive dependency on the internal `databricks-jdbc-core` coordinate (which is not published to Maven Central), restoring resolution for downstream consumers (#1431).
77

8-
## [v3.3.2] - 2026-04-27
8+
## [v3.3.2] - 2026-04-27: DEPRECATED, Use v3.3.3 instead
99

1010
### Added
1111
- Added `CallableStatement` support with IN parameters. `Connection.prepareCall()` now returns a working `DatabricksCallableStatement` that supports positional parameter binding and execution via `{call proc(?)}` JDBC escape syntax. OUT/INOUT parameters and named parameters throw `SQLFeatureNotSupportedException`.

0 commit comments

Comments
 (0)