In this release, we add support for additional JDBC options that can be provided
using jdbc_options
parameter. In addition, we updated the Exasol JDBC version
to 7.0.0
.
- #76: Enabled extra options for JDBC connection (PR #77).
- #78: Updated Exasol JDBC version to
7.0.0
(PR #79).
- #80: Removed auto release setup from Travis CI (PR #83).
- #81: Updated user and development guide (PR #82).
- Updated Scala version from
2.12.10
to2.12.12
. - Updated
com.exasol:exasol-jdbc
from6.2.5
to7.0.0
. - Updated
org.mockito:mockito-core
from3.5.7
to3.5.13
. - Updated
com.dimafeng:testcontainers-scala
from0.38.1
to0.38.4
.
- Added
org.scoverage:sbt-coveralls
plugin for additional coverage report.