Releases: dajudge/kafkaproxy
Releases · dajudge/kafkaproxy
release/0.0.19
What's Changed
- Bump kafka from 1.17.1 to 1.17.3 by @dependabot in #59
- Bump kafka-clients from 3.1.0 to 3.2.1 by @dependabot in #60
- Bump logback-classic from 1.2.11 to 1.4.0 by @dependabot in #61
- Bump kafka-clients from 3.2.1 to 3.2.2 by @dependabot in #62
- Bump logback-classic from 1.4.0 to 1.4.1 by @dependabot in #63
- Bump kafka-clients from 3.2.2 to 3.3.0 by @dependabot in #66
- Bump kafka-clients from 3.3.0 to 3.3.1 by @dependabot in #69
- Bump kafka from 1.17.3 to 1.17.6 by @dependabot in #72
- Update base image by @dajudge in #75
Full Changelog: release/0.0.18...release/0.0.19
release/0.0.18
release/0.0.17
What's Changed
- Add kafka client 3.0.0 to test matrix by @dajudge in #42
- Enable dependabot by @dajudge in #43
- Add kafka client 3.1.0 to test matrix by @dajudge in #44
- Bump kafka-clients from 2.8.0 to 3.1.0 by @dependabot in #45
- Bump junit from 4.11 to 4.13.2 by @dependabot in #46
- Bump testcontainers-kafka from 1.15.3 to 1.17.1 by @dependabot in #48
- Add kafka version 3.0.3 to test matrix by @dajudge in #50
- Bump logback-classic from 1.2.3 to 1.2.11 by @dependabot in #47
- Add kafka 3.1.1 to test matrix by @dajudge in #51
- Remove findbugs by @dajudge in #52
Full Changelog: release/0.0.16...release/0.0.17
release/0.0.16
- Default kafka truststore to built-in cacerts when KAFKAPROXY_KAFKA_SSL_TRUSTSTORE_LOCATION is not set
release/0.0.15
Features:
- Support for kafka 2.8
Changes:
- Use kafka client 2.8.0
- Version bump quarkus to 1.13.7
- Version bump graalvm version for build to 21.2.0
- Use latest proxybase
- Use more recent CP version for roundtrip testing
release/0.0.14
- Use github actions for CI
- Fix image pull issue during integration testing by updating to testcontainers 1.15.3 (testcontainers/testcontainers-java#3574)
- Support TLS SNI (e.g. for using istio TLS passthrough as k8s ingress) by updating to proxybase 0.0.14
- Build and publish docker images without bmuschko gradle plugin
release/0.0.13
Fix SSL classloading issues
release/0.0.11
Fix broken loading of keystore passwords from files
release/0.0.10
Change interval precision of truststore/keystore refreshes from ms to…
Bugfix release
release/0.0.5 Move proxybase out to external dependency