Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Releases: strimzi/strimzi-canary

0.6.0

23 Dec 14:58
Compare
Choose a tag to compare

Main changes since 0.5.0:

  • Extended consumer latency recorded after partition leadership reverts to preferred (#204)
  • Upgrade from go 1.13 to 1.19
  • Use errors.Is when testing Sarama errors.
  • Upgrade sarama to 1.37.2

For full list of changes, check the 0.6.0 milestone.

0.6.0-rc1

21 Dec 11:44
Compare
Choose a tag to compare
0.6.0-rc1 Pre-release
Pre-release

Main changes since 0.5.0:

  • Extended consumer latency recorded after partition leadership reverts to preferred (#204)
  • Upgrade from go 1.13 to 1.19
  • Use errors.Is when testing Sarama errors.
  • Upgrade sarama to 1.37.2

For full list of changes, check the 0.6.0 milestone.

0.5.0

04 Aug 06:24
Compare
Choose a tag to compare

Main changes since 0.4.0:

  • Added support for OpenTelemetry (#197)
    • Only "jaeger" and "otlp" are supported as exporter protocols for tracing. See documentation for more details.
  • Updated dependency to Sarama 1.35.0 (#200)
  • Updated default Kafka version used by Sarama library to 3.2.0 (#200)

For full list of changes, check the 0.5.0 milestone.

0.5.0-rc1

02 Aug 10:03
Compare
Choose a tag to compare
0.5.0-rc1 Pre-release
Pre-release

Main changes since 0.4.0:

  • Added support for OpenTelemetry (#197)
    • Only "jaeger" and "otlp" are supported as exporter protocols for tracing. See documentation for more details.
  • Updated dependency to Sarama 1.35.0 (#200)
  • Updated default Kafka version used by Sarama library to 3.2.0 (#200)

For full list of changes, check the 0.5.0 milestone.

0.4.0

03 Jul 12:59
Compare
Choose a tag to compare

Main changes since 0.3.0:

  • Fixed replicas assignment taking rack configuration into account (#190)
  • Use separate sarama clients for producer/consumer in order to reliably measure message latency (#188)
  • Adjust default histogram bucket sizes (#194)

For full list of changes, check the 0.4.0 milestone.

0.4.0-rc1

30 Jun 09:58
Compare
Choose a tag to compare
0.4.0-rc1 Pre-release
Pre-release

Main changes since 0.3.0:

  • Fixed replicas assignment taking rack configuration into account (#190)
  • Use separate sarama clients for producer/consumer in order to reliably measure message latency (#188)
  • Adjust default histogram bucket sizes (#194)

For full list of changes, check the 0.4.0 milestone.

0.3.0

05 Jun 14:23
Compare
Choose a tag to compare

Main changes since 0.2.0:

  • Forced cleanup.policy to "delete" for the canary topic (#173)
  • Allow to change canary logging verbosity and enable/disable Sarama logger at runtime (#166)
  • Added Prometheus support via PodMonitor and sample Grafana dashboard for exposed metrics
  • Treat ETIMEDOUT (TCP keep-alive failure) as a disconnection condition too (#159)
  • Updated dependency to Sarama 1.34.0 (#180)
  • Updated default Kafka version used by Sarama library to 3.1.0
  • Use 250ms as consumer fetch max wait timeout with Sarama 1.34.0 (#184)

For full list of changes, check the 0.3.0 milestone.

0.3.0-rc3

01 Jun 14:39
Compare
Choose a tag to compare
0.3.0-rc3 Pre-release
Pre-release

Main changes since 0.3.0-rc1:

  • Use 250ms as consumer fetch max wait timeout with Sarama 1.34.0 (#184)

For full list of changes, check the 0.3.0 milestone.

0.3.0-rc2

31 May 11:22
Compare
Choose a tag to compare
0.3.0-rc2 Pre-release
Pre-release

Main changes since 0.3.0-rc1:

  • Updated dependency to Sarama 1.34.0 (#180)

For full list of changes, check the 0.3.0 milestone.

0.3.0-rc1

15 May 15:03
Compare
Choose a tag to compare
0.3.0-rc1 Pre-release
Pre-release

Main changes since 0.2.0:

  • Forced cleanup.policy to "delete" for the canary topic (#173)
  • Allow to change canary logging verbosity and enable/disable Sarama logger at runtime (#166)
  • Added Prometheus support via PodMonitor and sample Grafana dashboard for exposed metrics
  • Treat ETIMEDOUT (TCP keep-alive failure) as a disconnection condition too (#159)
  • Updated dependency to Sarama 1.33.0 (#176)
  • Updated default Kafka version used by Sarama library to 3.1.0

For full list of changes, check the 0.3.0 milestone.