0.3.0 Convert names to upper case, M2M auth
This release converts the names of Databricks tables and columns to upper case in Exasol to improve usability of the virtual schema. Quoting table and column names with double quotes "
is no longer required as Exasol converts all names to upper case by default.
The release also implement OAuth M2M (machine-to-machine) authentication, see the user guide for details.
Security
- #41: Fixed CVE-2024-47554 in
commons-io:commons-io:jar:2.13.0:test
Features
Documentation
- #32: Updated JDBC driver installation instructions in user guide
Dependency Updates
Test Dependency Updates
- Updated
com.databricks:databricks-sdk-java:0.32.0
to0.32.1
- Added
commons-io:commons-io:2.17.0
- Updated
org.junit.jupiter:junit-jupiter:5.11.1
to5.11.2