From 81711eafd1566c8661bc1a1ab6dd1e349a4e439f Mon Sep 17 00:00:00 2001 From: "prateek.khatri" Date: Tue, 30 Mar 2021 17:50:43 +0530 Subject: [PATCH] editing the changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c60de9d..c16e700f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,7 @@ during disconnection with RabbitMQ. ## 3.4.0 - 2020-08-21 - Releases Stable Ziggurat version with support for RabbitMQ clusters +- Upgraded the Kafka Streams library to 2.3.0 ## 3.3.1-alpha.10 - 2020-08-19 @@ -138,7 +139,7 @@ during disconnection with RabbitMQ. - Makes metrics library configurable, exposes a metrics interface and provides an implementation for clj-statsd library. -- Updates dependency of flatland/protobuf and puts the change behind a alpha-features configuration flag +- Uses clojusc protobuf in place of flatland protobuf for deserializing proto messages - Adds support for all configurations of kafka-producer. _(for a more details list of changes look at the changelogs of 3.3.0-alpha. entries)_