This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Releases: strimzi/strimzi-canary
Releases · strimzi/strimzi-canary
0.6.0
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
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
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
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
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
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
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
0.3.0-rc2
0.3.0-rc1
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.