From f32caafc49e6582e6a3c0c05676d2fb4bd5fb13d Mon Sep 17 00:00:00 2001 From: urmastalimaa Date: Fri, 7 Jun 2024 17:35:27 +0300 Subject: [PATCH] Add changelog for version 3.19.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1feefd57..820e4874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +- 3.19.0 + - Forward unhandled messages in topic/group consumer processes to handle_info/2 callbacks + in order to support arbitrary message passing [PR#580](https://github.com/kafka4beam/brod/pull/580) + - 3.18.0 - Add transactional APIs. [PR#549](https://github.com/kafka4beam/brod/pull/549) - Fix unnecessary group coordinator restart due to `hb_timeout` exception. [PR#578](https://github.com/kafka4beam/brod/pull/578)