This is major release step in separating the different modules into separate
repositories. After this release,
kafka-connector-extension
and
kinesis-connector-extension
will have their own separate repositories. And this repository will be renamed
to cloud-storage-extension
.
This allows quick release cycle and better visibility of integration connectors for our users and customers.
In this release we have added support for nested data structures in Kinesis connector, added support for connection object in Kafka connector.
- #84: Changed to multi module setup repository (PR #85).
- #87: Added nested data support for Kinesis connector (PR #88).
- Added support for connection object in Kafka connector (PR #90).
- Added checks for keystore and truststore files in Kafka connector (PR #92).
- Updated
org.apache.hadoop:hadoop-aws
from3.2.1
to3.3.0
. - Updated
org.apache.hadoop:hadoop-azure
from3.2.1
to3.3.0
. - Updated
org.apache.hadoop:hadoop-azure-datalake
from3.2.1
to3.3.0
. - Updated
org.apache.hadoop:hadoop-client
from3.2.1
to3.3.0
. - Updated
org.apache.parquet:parquet-hadoop
from1.10.1
to1.11.1
. - Updated
org.scala-lang:scala-library
from2.12.10
to2.12.12
. - Updated
org.apache.avro:avro
from1.9.2
to1.10.0
. - Updated
org.apache.orc:orc-core
from1.6.2
to1.6.3
. - Updated
io.delta:delta-core
from0.5.0
to0.7.0
. - Updated
org.apache.spark:spark-sql
from2.4.5
to3.0.0
. - Updated
org.apache.kafka:kafka-clients
from2.4.0
to2.5.0
. - Updated
io.confluent:kafka-avro-serializer
from5.4.0
to5.5.1
.
- Updated
com.exasol:exasol-testcontainers
from2.0.0
to2.1.0
. - Updated
org.testcontainers:localstack
from1.13.0
to1.14.3
. - Updated
org.scalatest:scalatest
from3.1.0
to3.2.2
. - Updated
org.mockito:mockito-core
from3.2.4
to3.5.10
. - Updated
com.fasterxml.jackson.core:jackson-core
from2.6.7
to2.11.2
. - Updated
com.fasterxml.jackson.core:jackson-databind
from2.6.7.3
to2.11.2
. - Updated
com.fasterxml.jackson.core:jackson-annotations
from2.6.7
to2.11.2
. - Updated
com.fasterxml.jackson.module:"jackson-module-scala
from2.6.7.1
to2.11.2
.
- Updated
sbt.version
from1.3.7
to1.3.13
. - Updated
org.wartremover:sbt-wartremover
from2.4.3
to2.4.10
. - Updated
org.wartremover:sbt-wartremover-contrib
from1.3.2
to1.3.8
. - Updated
com.eed3si9n:sbt-assembly
from0.14.10
to0.15.0
. - Updated
com.timushev.sbt:sbt-updates
from0.5.0
to0.5.1
. - Updated
com.github.cb372:sbt-explicit-dependencies
from0.2.12
to0.2.13
.