Releases: exasol/spark-connector
Releases · exasol/spark-connector
v0.3.0
Spark Exasol Connector v0.3.0, released 2020-08-07
Bug Fixes
Improvements
- #45: Improved logging (PR #56).
- #62: Updated Spark and Exasol versions (PR #64).
- #69: Updated the document and changelog structure. (PR #70).
- Added project logo (PR #67).
Documentation
- Fixed write example in readme (PR #58)
Dependency Updates
- Updated sbt version from
1.2.8
to1.3.13
. - Updated latest version of sbt script.
- Updated
org.scalatest:scalatest
from3.1.1
to3.2.0
. - Updated
org.mockito:mockito-core
from3.3.3
to3.4.6
. - Updated
org.testcontainers:jdbc
from1.13.0
to1.14.3
. - Updated
com.dimafeng:testcontainers-scala
from0.36.1
to0.38.1
.
Plugin Updates
- Updated
org.wartremover:sbt-wartremover
from2.4.5
to2.4.10
. - Updated
org.wartremover:sbt-wartremover-contrib
from1.3.4
to1.3.8
. - Updated
comeed3si9n:sbt-assembly
from0.14.10
to0.15.0
. - Updated
com.timushev.sbt:sbt-updates
from0.5.0
to0.5.1
. - Updated
com.xerial.sbt:sbt-sonatype
from3.9.2
to3.9.4
.
v0.2.1
2019 JUL 15
Bug Fixes
- Fix bug with Decimal type conversion #44 #47 by @jpizagno
- Fix bug with JDBC string null value setting #46 #52 by @morazow
Enhancements
- Add Scala 2.12+ cross compilation for Spark versions above 2.4+ #38 #50 by @morazow
- Add check that ensures host parameter value is an IPv4 address #42 #48 #43 #49 by @morazow
Test Improvements
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
2018 OCT 04
This is first release version which includes initial setup of project for continued improvements.