Skip to content

Releases: Aiven-Open/cloud-storage-connectors-for-apache-kafka

v3.1.0

04 Oct 10:18
Compare
Choose a tag to compare

What's changed:

Common changes

Aiven's S3 sink connector for Apache Kafka

  • No connector specific changes

Aiven's GCS sink connector for Apache Kafka

  • No connector specific changes

Aiven's Azure Blob Storage sink connector for Apache Kafka

Full Changelog: v3.0.0...v3.1.0

v3.0.0

17 Sep 12:43
Compare
Choose a tag to compare

This release aggregates the the work previously done in separate repositories for AWS S3 Connector and GCS Connector. From now on this repository will contain both connectors as well as commons library. Old AWS S3 Connector and GCS Connector repositories are now archived.

What's changed:

Common changes

  • Added metadata descriptor to enable Apache Kafka Connect use the plugin discovery mechanism #285
  • Various dependency upgrades
  • All Gradle scripts migrated to Kotlin

Aiven's S3 connector for Apache Kafka

Aiven's GCS connector for Apache Kafka

v0.12.0

06 Oct 13:07
Compare
Choose a tag to compare

What's Changed

  • feat: Add topic-partition-key record grouper by @jeqo in #200

Dependencies

  • build(deps): bump org.xerial.snappy:snappy-java to 1.1.10.5 by @dependabot in #202
  • build(deps): bump com.github.luben:zstd-jni to 1.5.5-6 by @dependabot in #203

Full Changelog: v0.11.0...v0.12.0

v0.11.0

25 Aug 11:13
Compare
Choose a tag to compare

What's Changed

  • Add support for topic/partition in KeyRecordGrouper by @stephen-harris in #167
  • feat: add key-based and max records validation by @jeqo in #193

Dependency bumps

  • hadoopVersion from 3.3.5 to 3.3.6
  • parquetVersion from 1.11.1 to 1.11.2
  • org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.3
  • com.github.luben:zstd-jni from 1.5.5-4 to 1.5.5-5

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

07 Jul 08:07
Compare
Choose a tag to compare

Fixes:

  • fix(build): remove kafka-clients from distribution by @jeqo in #176

Dependency upgrades:

  • build(deps): bump org.xerial.snappy:snappy-java from 1.1.10.0 to 1.1.10.1 by @dependabot in #169
  • build(deps): bump com.github.luben:zstd-jni from 1.5.5-3 to 1.5.5-4 by @dependabot in #171

Full Changelog: v0.10.0...v0.10.1

v0.10.0

22 Jun 12:49
Compare
Choose a tag to compare

What's Changed

  • fix: Moving from avro-converter to avro-data dependency.

Other improvements

  • Multiple dependency upgrades

Full Changelog: v0.9.0...v0.10.0

v0.9.0

24 May 05:57
Compare
Choose a tag to compare

Avro Object Container File output support

v0.8.2

29 Mar 15:00
Compare
Choose a tag to compare

This is a technical release. The only change is the exclusion of transitive kafka-clients dependency.

v0.8.1

29 Mar 10:12
Compare
Choose a tag to compare
  • Make org.apache.kafka:connect-json dependency compile-only, which mitigates some vulnerabilities from transitive dependencies.

v0.8.0

28 Mar 13:49
Compare
Choose a tag to compare
  • Support for event timestamps in addition to wall-clock timestamps (see #65).
  • Dependency versions update.