Common Virtual Schema for document data 8.0.0, released 2022-01-20
January 20, 2022 ยท View on GitHub
Code name: Unified connection definition
Summary:
This release added common implementation parts for switching to unified connection definition specified in: https://github.com/exasol/connection-parameter-specification/.
This release has breaking API changes:
- The dialects must now implement
UdfEntryPointand callGenericUdfCallHandler. - The dialect Java API changed
Features
- #123: Support unified connection definition
Dependency Updates
Test Dependency Updates
- Updated
com.exasol:exasol-test-setup-abstraction-java:0.2.1to0.2.2 - Updated
com.exasol:test-db-builder-java:3.2.1to3.2.2 - Updated
com.exasol:udf-debugging-java:0.4.1to0.5.0 - Added
commons-io:commons-io:2.11.0