Skip to content

Releases: strimzi/strimzi-kafka-bridge

0.14.0

30 Sep 06:28
Compare
Choose a tag to compare

Main changes

  • Changed data types and enforced OpenAPI validation for consumer.request.timeout.ms, enable.auto.commitand fetch.min.bytesparameters on consumer creation. This is a breaking change.
  • Added HTTP GET method on /consumers/{groupid}/instances/{name}/subscription endpoint for getting subscribed topics and related assigned partitions.
  • Added automatic deletion of stale consumer after a configurable timeout if the HTTP DELETE is not called and the consumer is not used for long time.
  • Various bug fixes.

0.14.0-rc3

26 Sep 20:09
Compare
Choose a tag to compare
0.14.0-rc3 Pre-release
Pre-release

Main changes since 0.14.0-rc2

  • Added logging of the bridge version on startup
  • Masking JKS store password in startup scripts
  • Minor bug fixes

0.14.0-rc2

17 Sep 16:47
Compare
Choose a tag to compare
0.14.0-rc2 Pre-release
Pre-release

Main changes since 0.14.0-rc1

  • Add support for OAuth authentication for connections between the Bridge and Kafka brokers (not HTTP connections)
  • Various improvements on tests and check style

0.14.0-rc1

12 Sep 09:00
Compare
Choose a tag to compare
0.14.0-rc1 Pre-release
Pre-release

Main changes since 0.13.0

  • Changed data types and enforced OpenAPI validation for consumer.request.timeout.ms, enable.auto.commitand fetch.min.bytesparameters on consumer creation. This is a breaking change.
  • Added HTTP GET method on /consumers/{groupid}/instances/{name}/subscription endpoint for getting subscribed topics and related assigned partitions.
  • Added automatic deletion of stale consumer after a configurable timeout if the HTTP DELETE is not called and the consumer is not used for long time.
  • Various bug fixes.

0.13.0

29 Jul 20:03
Compare
Choose a tag to compare

Main changes since 0.13.0-rc1

No changes.

0.13.0-rc1

26 Jul 13:29
Compare
Choose a tag to compare
0.13.0-rc1 Pre-release
Pre-release

Main changes since 0.12.2

  • Exposed "healthy" and "ready" endpoints as part of the OpenAPI specification
  • Added support for handling API gateway/proxy path routing to the bridge
  • Fixed OpenAPI v2 validation errors

0.12.2

20 Jun 14:16
Compare
Choose a tag to compare

Main changes since 0.12.1

  • Fixed default logging level to INFO and making logging level configurable (#259)

0.12.1

18 Jun 20:48
Compare
Choose a tag to compare

Main changes since 0.12.0

  • Fixed wrong usage of routing context and handler which could drive to write a response already closed (#256)

0.12.0

14 Jun 13:46
Compare
Choose a tag to compare

Main changes since 0.12.0-rc3

  • Added HTTP request/response logging (#252)
  • Catching crashes on Kafka native clients creation (#251)
  • Fixed wrong SASL JAAS config format (#249)
  • Fixed TLS connection to Kafka cluster (#243)

0.12.0-rc3

11 Jun 10:42
Compare
Choose a tag to compare
0.12.0-rc3 Pre-release
Pre-release

Main changes since 0.12.0-rc2

  • Added proper OpenAPI validation for required (#241) and unknown properties (#242)
  • Fixed some system tests