Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Releases: Aiven-Open/s3-connector-for-apache-kafka

v2.15.0

10 Oct 09:06
Compare
Choose a tag to compare

What's Changed

Mainly dependencies upgrades -- most importantly Aiven Commons library for connectors and Snappy.

  • bump commons to 0.12 in #317
  • bump Snappy-Java dependency in #311
  • bump com.amazonaws:aws-java-sdk-sts from 1.12.543 to 1.12.560 in #312
  • bump org.apache.avro:avro from 1.11.2 to 1.11.3 in #313
  • bump org.xerial.snappy:snappy-java from 1.1.10.4 to 1.1.10.5 in #315
  • bump com.github.luben:zstd-jni from 1.5.5-4 to 1.5.5-6 in #316

And some fixes/improvements:

  • docs: Improve Record grouping docs by @jeqo in #309
  • fix: Fixed log message to say "start" when starting by @vedrankolka in #310

New Contributors

Full Changelog: v2.14.0...v2.15.0

v2.14.0

05 Sep 08:29
Compare
Choose a tag to compare

What's Changed

Bump several dependencies, most importantly:

And a new feature:

  • feat: add validator to bucket name config by @jeqo in #299

New Contributors

Full Changelog: v2.13.0...v2.14.0

v2.13.0

06 Jun 10:16
Compare
Choose a tag to compare

Release notes:

  • Avro Object Container File output support

v2.12.1

23 Nov 12:42
Compare
Choose a tag to compare

Release notes:

  • Clearing record grouper on exceptions to avoid duplicates #224
  • Various dependencies upgrades

v2.12.0

19 Jul 13:57
Compare
Choose a tag to compare

Release notes:

  • Added optional zero padding for partition number

v2.11.0

19 May 11:36
Compare
Choose a tag to compare

Three new features:

  • Support for saving raw values, configuration property format.output.json.envelope
  • Four new properties to control back off policies:
    - kafka.retry.backoff.ms
    - aws.s3.backoff.delay.ms
    - aws.s3.backoff.max.delay.ms
    - aws.s3.backoff.max.retries
  • Support for S3 multy-part upload, configuration property aws.s3.part.size.bytes

v2.10.0

31 Mar 09:19
Compare
Choose a tag to compare

Release notes:

  • Added support for Apache Parquet file format

v2.9.0

12 Feb 13:03
Compare
Choose a tag to compare

AWS STS credential provider support. Allows to AssumeRole from another account

v2.8.0

01 Dec 12:14
Compare
Choose a tag to compare
  • Support JSON and JSON Lines output types.
  • Add record grouping and file.name.template configuration. This configuration is the recommended way to define how the output file names should look like.
  • Deprecate using YYYY in file name templates and automatically replace it with yyyy. YYYY represents "week year", while users normally want "calendar year" represented by yyyy. The change is backward compatible.

v2.7.1

16 Sep 06:07
7daa08b
Compare
Choose a tag to compare

This is a technical release that fixes the build.