Skip to content
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

v0.13.0

10 Oct 09:07
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 #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

31 Aug 09:43
Compare
Choose a tag to compare

What's Changed

Maintainance release, newer dependencies upgraded:

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

v0.11.0

17 Aug 08:02
Compare
Choose a tag to compare

Release notes:

  • Added configurable user-agent header for the connections established with Google.

Full Changelog: v0.10.0...v0.11.0

v0.10.0

02 Jun 06:34
Compare
Choose a tag to compare

Release notes:

  • Avro Object Container File output support

Full Changelog: v0.9.1...v0.10.0

v0.9.1

01 Dec 13:06
Compare
Choose a tag to compare

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

19 Jul 13:27
Compare
Choose a tag to compare

Release notes:

  • Added optional zero padding for partition number

v0.8.0

19 May 11:37
Compare
Choose a tag to compare

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

31 Mar 09:39
Compare
Choose a tag to compare

Release notes:

  • Added support for Apache Parquet file format

v0.6.1

01 Dec 12:19
Compare
Choose a tag to compare
  • 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.

v0.6.0

27 Oct 12:33
7132959
Compare
Choose a tag to compare

Add Format output type json. Classic JSON support