Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.03 KB

changes_0.3.0.md

File metadata and controls

30 lines (17 loc) · 1.03 KB

Virtual Schema for Databricks 0.3.0, released 2024-10-09

Code name: Convert names to upper case, M2M auth

Summary

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

  • #18: Convert table and column names to upper case
  • #3: Implemented OAuth M2M authentication

Documentation

  • #32: Updated JDBC driver installation instructions in user guide

Dependency Updates

Test Dependency Updates

  • Updated com.databricks:databricks-sdk-java:0.32.0 to 0.32.1
  • Added commons-io:commons-io:2.17.0
  • Updated org.junit.jupiter:junit-jupiter:5.11.1 to 5.11.2