You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Test Database Builder 2.0.0, released 2020-XX-XX
1
+
# Test Database Builder 2.0.0, released 2020-11-11
2
2
3
-
Code name:
3
+
Code name: UDF support
4
4
5
5
## Refactoring
6
6
7
7
*#40: Refactored debugger connection to global JVM options
8
8
This change caused an API change for adding a debugger.
9
-
See the [user guide](../user_guide/user_guide.md).
9
+
See the [user guide](../user_guide/user_guide.md).
10
+
11
+
## Features / Enhancements
12
+
13
+
*#42: UDF support
14
+
For supporting UDFs we unified the API for Script, UDF and Adapter scripts.
15
+
We changed `ExasolSchema#createAdapterScriptBuilder()` into `ExasolSchema#createAdapterScriptBuilder(name)`
16
+
and removed `AdapterScript.Builder#name(name)`.
17
+
We also removed `AdapterScript.Builder#parentSchema(schema)` and `AdapterScript.Builder#writer(writer)` but these methods should not be used from outside anyway.
18
+
19
+
## Dependency Updates
20
+
21
+
* Updated `com.exasol:exasol-jdbc` from 6.2.5 to 7.0.3
22
+
* Updated `mysql:mysql-connector-java` from 8.0.20 to 8.0.22
23
+
* Updated `com.exasol:db-fundamentals-java` from 0.1.0 to 0.1.1
24
+
* Updated `com.exasol:exasol-testcontainers` from 2.0.3 to 3.2.0
25
+
* Updated `com.exasol:hamcrest-resultset-matcher` from 1.1.1 to 1.2.1
26
+
* Updated `org.mockito:mockito-junit-jupiter` from 3.3.3 to 3.6.0
27
+
* Updated `nl.jqno.equalsverifier:equalsverifier` from 3.4.1 to 3.5
0 commit comments