Skip to content

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

v0.8.0

15 Jul 11:21
08a7873
Compare
Choose a tag to compare

What's Changed

Features/Improvements:

  • feat: add http proxy configs by @jeqo in #215
  • feat: add flag to disable SSL certificate verification by @jeqo in #223
  • generalize the convert logic by @eliax1996 in #248
  • Migrating Gradle files to Kotlin to simplify debugging by @AnatolyPopov in #229
  • Bumped the version of various libraries

Fixes:

Docs:

  • docs(security): change bugbounty provider from h1 to bugcrowd by @DocEmmetBrown in #227
  • chore(doc): Correct the Kafka Connect REST API path in README. by @PuChenTW in #239

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

21 Nov 13:59
Compare
Choose a tag to compare

What's Changed

###Features/Improvements:

Fixes:

Dependency upgrades

  • chore(deps): bump jacksonVersion from 2.13.2 to 2.15.3
  • Bump log4j-slf4j-impl from 2.17.2 to 2.19.0
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.19.0 to 2.20.0

Docs:

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 May 12:59
Compare
Choose a tag to compare

Release notes:

  • Support for HashMap type in schema-less JSON values in RecordValueConverter.
  • Added batch.{prefix,suffix,separator} configuration properties.
  • Added ErrantRecordReporter and errors.tolerance support.
  • Bumping the minimum supported version of Kafka to 2.6.3.

v0.5.0

13 Dec 08:55
Compare
Choose a tag to compare

Changelog:

  • The support for adding customer headers to HTTP requests: http.headers.additional.
  • The support for setting for HTTP timeout: http.timeout.
  • [Bug fix] Content-Type header is now added always when specified, not only for statically authenticated requests.
  • The project was renamed to http-connector-for-apache-kafka, though the class name stays the same.

v0.4.0

20 Apr 11:09
Compare
Choose a tag to compare

Changelog:

  • Fixed oauth2.client.id display name
  • Added kafka backoff timeout in ms
  • Regenerated connector documentation

v0.3.0

01 Apr 10:01
Compare
Choose a tag to compare

Release notes:

Added support for OAuth2 authorization using Client Credentials

v0.2.0

22 Feb 12:07
Compare
Choose a tag to compare
  • Added support for structured data (Avro, JSON)

v0.1.1

06 Nov 12:09
fc36093
Compare
Choose a tag to compare
  • Fix a bug with sending an incomplete batch. See #9

v0.1.0

02 Oct 07:58
ea51114
Compare
Choose a tag to compare
  • Add batching support:
    • two new configurations: batching.enabled and batch.max.size.
  • max.outstanding.records configuration deprecated.