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
Releases · Aiven-Open/s3-connector-for-apache-kafka
v2.15.0
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
- @vedrankolka made their first contribution in #310
Full Changelog: v2.14.0...v2.15.0
v2.14.0
What's Changed
Bump several dependencies, most importantly:
- Bump org.apache.hadoop:hadoop-mapreduce-client-core from 3.3.5 to 3.3.6 by @dependabot in #274
- chore(deps): bump org.apache.avro:avro from 1.11.1 to 1.11.2 by @dependabot in #279
- chore(deps): bump com.amazonaws:aws-java-sdk-sts from 1.12.515 to 1.12.519 by @dependabot in #290
- chore(deps): bump com.amazonaws:aws-java-sdk-s3 from 1.12.520 to 1.12.542 by @dependabot in #301
- Bump commons-for-apache-kafka-connect to 0.11.0 by @stephen-harris in #297 which includes a new RecordGrouper see https://github.com/Aiven-Open/commons-for-apache-kafka-connect/releases/tag/v0.11.0
And a new feature:
New Contributors
- @stephen-harris made their first contribution in #297
Full Changelog: v2.13.0...v2.14.0
v2.13.0
Release notes:
- Avro Object Container File output support
v2.12.1
v2.12.0
Release notes:
- Added optional zero padding for partition number
v2.11.0
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
Release notes:
- Added support for Apache Parquet file format
v2.9.0
AWS STS credential provider support. Allows to AssumeRole from another account
v2.8.0
- 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 withyyyy
.YYYY
represents "week year", while users normally want "calendar year" represented byyyyy
. The change is backward compatible.