Releases: exasol/kafka-connector-extension
Releases · exasol/kafka-connector-extension
0.2.1
Summary
This release includes new feature to import Kafka message as whole JSON document in a single column in database.
Features / Improvements
Dependency Updates
Runtime Dependency Updates
- Updated
sbt.version
from1.3.13
to1.4.1
. - Added Scala version to
2.13.3
as main compiler. - Updated Scala version to
2.12.11
for cross compilation. - Updated
org.apache.kafka:kafka-clients
from2.5.0
to2.6.0
. - Updated
io.confluent:kafka-avro-serializer
from5.4.0
to6.0.0
. - Added
org.scala-lang.modules:scala-collection-compat
version2.2.0
.
Test Dependency Updates
- Updated
io.github.embeddedkafka:embedded-kafka-schema-registry
from5.4.0
to6.0.0
. - Updated
org.scalatest:scalatest
from3.2.2
to3.2.3
.
0.2.0 Avro Complex and Logical Types Support
Summary
This release includes Avro Complex (Array, Map, Nested Record) and Logical (BigDecimal, Date, Timestamp) data type mapping support. In addition, it fixes a bug related to the missing logging dependency.
Please check out the updated user guide!
Bug Fixes
Features
Dependency Updates
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
.
0.1.0
Summary
This is first release of Exasol Kafka connector extension. Please check out the user guide for the updated deployment, configuration and usage steps.