Current section
Files
Jump to
Current section
Files
kafka_batcher
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this image will be documented in this file.
Please refer to https://keepachangelog.com/en/1.0.0/ for format.
## [Unreleased]
## [1.1.1] - 2026-03-26
### Changes
- Fix warnings for Elixir 1.19
- Add compile time json_library option
## [1.1.0] - 2025-08-12
### Changes
- Improve KafkaBatcher.Collector reliability
- Fix credo complaints
- Fix dialyzer complaints
- Fix flapping fail in Producers.KaffeTest
## [1.0.2] - 2024-05-08
### Bugfixes
- Cache partitions count in the collector state
## [1.0.1] - 2024-03-11
### Bugfixes
- Update last_check_timestamp only in case we really check the temporary storage
## [1.0.0] - 2024-02-26
- Initial release to OpenSource