Releases: Aiven-Open/http-connector-for-apache-kafka
Releases · Aiven-Open/http-connector-for-apache-kafka
v0.8.0
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:
- Add support for LinkedHashMap in record value by @AbdelkaderR in #218
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
- @DocEmmetBrown made their first contribution in #227
- @PuChenTW made their first contribution in #239
- @AbdelkaderR made their first contribution in #218
- @eliax1996 made their first contribution in #248
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
###Features/Improvements:
- Refactor of HttpSender implementations with Factory Pattern (1/2) by @aprodhomme-dkt in #171
- Add oauth2 configuration (2/2) by @aprodhomme-dkt in #172
Fixes:
- OAuth token update fix by @AnatolyPopov in #117
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:
- Update README.md by @alberttwong in #169
New Contributors
- @alberttwong made their first contribution in #169
- @aprodhomme-dkt made their first contribution in #171
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Release notes:
- Support for
HashMap
type in schema-less JSON values inRecordValueConverter
. - 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
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
Changelog:
- Fixed oauth2.client.id display name
- Added kafka backoff timeout in ms
- Regenerated connector documentation
v0.3.0
Release notes:
Added support for OAuth2 authorization using Client Credentials
v0.2.0
- Added support for structured data (
Avro
,JSON
)