Releases: exasol/import-export-udf-common-scala
Releases · exasol/import-export-udf-common-scala
Added custom separators
Summary
In this release, we added custom user defined property separators and BucketFS file location checker. We also migrated our continuous integration from Travis CI to Github Actions and added unified error codes.
Features
- #17: Added support for user provided separators
Refactoring
Dependency Updates
Runtime Dependency Updates
- Added
com.exasol:error-reporting-java:0.4.0
- Updated
com.fasterxml.jackson.core:jackson-databind:2.11.3
to2.12.5
- Updated
com.fasterxml.jackson.module:jackson-module-scala:2.11.3
to2.12.5
- Updated
com.typesafe.scala-logging:scala-logging:3.9.2
to3.9.4
- Updated
org.apache.avro:avro:1.10.0
to1.10.2
- Updated
org.slf4j:slf4j-simple:1.7.30
to1.7.32
Test Dependency Updates
- Updated
org.mockito:mockito-core:test:3.6.0
to4.0.0
- Updated
org.scalatest:scalatest:test:3.2.2
to3.2.10
Plugin Updates
- Added
org.scalameta:sbt-scalafmt:2.4.3
- Updated
com.jsuereth:sbt-pgp:2.0.1
to2.1.1
- Updated
com.timushev.sbt:sbt-updates:0.5.1
to0.6.0
- Updated
com.typesafe.sbt:sbt-git:1.0.0
to1.0.2
- Updated
org.scoverage:sbt-coveralls:1.2.7
to1.3.1
- Updated
org.scoverage:sbt-scoverage:1.6.1
to1.9.1
- Updated
org.wartremover:sbt-wartremover:2.4.12
to2.4.16
- Updated
org.wartremover:sbt-wartremover-contib:1.3.10
to1.3.12
- Updated
org.xerial.sbt:sbt-sonatype:3.9.4
to3.9.10
- Removed
com.github.cb372:sbt-explicit-dependencies:0.2.15
0.2.0
Summary
This release includes Avro complex and logical data type value conversion functions.
Features
- #9: Added SLF4J Logging Library as Common Dependency (PR #10)
- #11: Added Support for Avro Complex Types (Array, Map, Record) (PR #12)
- #13: Added Support for Avro Logical Types (BigDecimal, Date, Timestamp) (PR #14)
Documentation
Dependency Updates
Runtime Dependency Updates
- Updated
sbt.version
from1.3.13
to1.4.1
. - Added
com.fasterxml.jackson.module:jackson-module-scala
version2.11.3
. - Updated
com.fasterxml.jackson.core:jackson-databind
from2.11.2
to2.11.3
.
Test Dependency Updates
- Updated
org.mockito:mockito-core
from3.5.10
to3.6.0
.
Plugin Updates
- Updated
com.github.cb372:sbt-explicit-dependencies
from0.2.13
to0.2.15
. - Updated
org.wartremover:sbt-wartremover
from2.4.10
to2.4.12
. - Updated
org.wartremover:sbt-wartremover-contib
from1.3.8
to1.3.10
.