WhiteRabbit version 1.0.0 release candidate 2
Pre-release
Pre-release
This is the second release candidate of the next version of WhiteRabbit and Rabbit in a Hat: 1.0.0
Most notable additions and changes:
- support for a new database: Snowflake;
- The database drivers (JDBC) for Google BigQuery and Teradata are no longer included, they need to be downloaded separately when needed;
- update of dependencies to the latest versions to avoid security issues
Changes from the first release candidate:
- for Snowflake, the field metadata is retrieved through a SQL query instead of from the JDBC metadata (it is possible to enable using JDBC metadata instead of SQL by setting the environment variable
WR_USE_SNOWFLAKE_JDBC_METADATA
to "true" or "1" before starting WhiteRabbit) - a fix was added to read CSV's that contain a Byte Order Mark (BOM) without errors (issue 411)
Note that Snowflake users running WhiteRabbit with Java version 16 or newer, the environment variable JAVA_OPTS should be set to (or extended with): --add-opens=java.base/java.nio=ALL-UNNAMED