Skip to content

Releases: strimzi/test-clients

0.9.1

06 Aug 13:12
Compare
Choose a tag to compare

Main changes since 0.9.0

  • Handle timestamp value in response from Bridge by @im-konge in #107

Full Changelog: 0.9.0...0.9.1

0.9.0

03 Aug 17:49
Compare
Choose a tag to compare

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

20 Jun 09:31
Compare
Choose a tag to compare

Main changes since 0.8.0

  • Fix consumer committing offsets for bugfix release by @Frawless in #97

Full Changelog: 0.8.0...0.8.1

0.8.0

22 Apr 15:30
Compare
Choose a tag to compare

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

Full Changelog: 0.7.0...0.8.0

0.7.0

06 Mar 09:38
Compare
Choose a tag to compare

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

27 Oct 23:06
Compare
Choose a tag to compare

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.

0.5.1

24 Mar 12:33
Compare
Choose a tag to compare

Main Changes Since 0.5.0

  • Fix race condition where the client will wait for acks, but all messages will be sent

0.5.0

20 Mar 14:34
Compare
Choose a tag to compare

Main Changes Since 0.4.2

  • Refactor HTTP and Kafka clients
  • Add Kafka versions 3.4.0 and 3.3.2
  • Remove Kafka versions 3.2.x
  • Update Oauth to 0.12.0
  • Update other used dependencies
  • New build system after the clients refactor

0.4.2

20 Dec 01:03
Compare
Choose a tag to compare

Main Changes Since 0.4.1

  • Move to Java 17 and update few dependencies (#48)

0.4.1

04 Dec 23:24
Compare
Choose a tag to compare

Main Changes Since 0.4.0

  • Deprecated OpenTracing and use OTLP exporter as a default exporter for OTel (#44)
  • Specify HTTP 1.1 version (#46)