Releases: strimzi/test-clients
Releases · strimzi/test-clients
0.9.1
0.9.0
Main changes since 0.8.1
- Bump main to 0.9.0-SNAPSHOT by @im-konge in #89
- Added support to return consumed messages in a json format by @franvila in #92
- Message key producer by @franvila in #93
- Handle commit timeout exception instead of fail whole consumer by @Frawless in #94
- Add DOCKER_CMD for running the make commands also with other engines like Podman by @im-konge in #98
- Add Kafka 3.7.1 by @im-konge in #99
- Correct echo command in the Makefile by @im-konge in #100
- Continue consumer when it already exists in HTTP Bridge by @Frawless in #101
- Add fetch-offsets command for a specific topic by @Frawless in #103
- Fix running tests in build pipeline (and overall) by @im-konge in #104
- Use data-generator for creating messages payload, add option to specify template and message format type by @Frawless in #102
- Add support for Kafka 3.8.0 and remove support for 3.6.x by @im-konge in #105
- Add quotas to HTTP producer to make sure that KafkaBridge is able to properly read the messages by @Frawless in #106
New Contributors
Full Changelog: 0.8.1...0.9.0
0.8.1
0.8.0
Main changes since 0.7.0
- add -o --output json, plain option for describe topic by @henryZrncik in #84
- Add --if-exists option to topic delete, describe, and alter subcommands and fix --help option functionality by @im-konge in #85
- Add Kafka 3.6.2 by @im-konge in #86
- Fix log about non-existing admin-client properties file by @im-konge in #87
- Dependency management fixes by @im-konge in #88
New Contributors
- @henryZrncik made their first contribution in #84
Full Changelog: 0.7.0...0.8.0
0.7.0
Main Changes Since 0.6.0
- Add Kafka 3.7.0 and remove 3.5.x versions
- Add possibility to specify topic's configuration using admin-client
- Fix issues when running admin-client on different architectures
- Bump few dependencies - OpenTelemetry, jackson, OAuth
- Deal with deprecations in OTel
- Improve logging of HTTP clients
Full list of changes can be found under 0.7.0 milestone.
0.6.0
Main Changes Since 0.5.1
- Different approach for sending messages when delay is set to 0
- Fixed NPE when KafkaStreams client is used without tracing
- Removed GC log
- Added support for Kafka 3.5.0, 3.5.1, and 3.6.0
- Removed support for OpenTracing
- Admin-client CLI tool
- Added
configure
option to Admin-client CLI tool
Full list of changes can be found under 0.6.0 milestone.