This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Releases: Aiven-Open/gcs-connector-for-apache-kafka
Releases · Aiven-Open/gcs-connector-for-apache-kafka
v0.13.0
What's Changed
Mainly dependencies upgrades -- most importantly Aiven Commons library for connectors and Snappy.
- bump commons to 0.12 in #321
- bump snappy-java version to 1.1.10.4 in #315
- bump com.google.cloud:google-cloud-nio from 0.127.2 to 0.127.4 in #316
- bump com.google.cloud:google-cloud-storage from 2.26.1 to 2.27.1 in #319
- bump com.github.luben:zstd-jni from 1.5.5-4 to 1.5.5-5 in #312
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
Maintainance release, newer dependencies upgraded:
- chore(build): Upgrade google cloud storage dependencies by @jeqo in #304
- chore(build): Upgrade commons to 0.11 by @jeqo in #305, which includes a new RecordGrouper see https://github.com/Aiven-Open/commons-for-apache-kafka-connect/releases/tag/v0.11.0
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Release notes:
- Added configurable user-agent header for the connections established with Google.
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.1
Release notes:
- Clearing record grouper on exceptions to avoid duplicates in #227
- Various miscellaneous fixes and lots of dependency upgrades.
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Release notes:
- Added optional zero padding for partition number
v0.8.0
Two new features were added:
- Support for saving raw values, configuration property
format.output.json.envelope
- Six new properties to control back off policies:
kafka.retry.backoff.ms
gcs.retry.backoff.initial.delay.ms
gcs.retry.backoff.max.delay.ms
gcs.retry.backoff.delay.multiplier
gcs.retry.backoff.total.timeout.ms
gcs.retry.backoff.max.attempts
v0.7.0
Release notes:
- Added support for Apache Parquet file format