Skip to content

WhiteRabbit version 1.0.0 release candidate 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@janblom janblom released this 28 Feb 17:09
· 3 commits to master since this release
56eca88

This is the first 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

For snowflake: please use the attached test candidate WhiteRabbit-1.0.0-rc2-test.zip
This jar fixes issue #409.

Also for Snowflake: when running with Java JDK 16 or newer, the environment variable JAVA_OPTS should be set to (or extended with):
'--add-opens=java.base/java.nio=ALL-UNNAMED'