Releases: Aiven-Open/cloud-storage-connectors-for-apache-kafka
Releases · Aiven-Open/cloud-storage-connectors-for-apache-kafka
v3.1.0
What's changed:
Common changes
- Various dependency upgrades
- chore: fixed CodeQL GH action by @AnatolyPopov in #304
- Update README.md by @Claudenw in #307
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
- This release introduces new Aiven's Azure Blob Storage sink connector for Apache Kafka
Full Changelog: v3.0.0...v3.1.0
v3.0.0
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
- Added support for setting SSEA name Aiven-Open/s3-connector-for-apache-kafka#296
- Use default or custom provider chain for AWS S3 authentication Aiven-Open/s3-connector-for-apache-kafka#355
- The produced release artifact is now renamed to s3-sink-connector-for-apache-kafka as well as produced jar
file is renamed to s3-sink-connector-for-apache-kafka
Aiven's GCS connector for Apache Kafka
- Added support for automatic discovery of default credentials Aiven-Open/gcs-connector-for-apache-kafka#292
- Added support for setting object metadata Content-Encoding Aiven-Open/gcs-connector-for-apache-kafka#359
- The produced release artifact is now renamed to gcs-sink-connector-for-apache-kafka as well as produced jar
file is renamed to gcs-sink-connector-for-apache-kafka
v0.12.0
What's Changed
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
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
- @stephen-harris made their first contribution in #167
Full Changelog: v0.10.1...v0.11.0
v0.10.1
Fixes:
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
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
Avro Object Container File output support
v0.8.2
This is a technical release. The only change is the exclusion of transitive kafka-clients
dependency.
v0.8.1
- Make
org.apache.kafka:connect-json
dependency compile-only, which mitigates some vulnerabilities from transitive dependencies.