From 7bdebb6d507a2f89562232e33a4126f62292b9ff Mon Sep 17 00:00:00 2001 From: Tommy Brunn Date: Mon, 27 Feb 2023 13:59:21 +0100 Subject: [PATCH] Bump version (v2.2.4) and update changelog --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f211fe32f..fbeda3a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.2.4] - 2023-02-27 + +### Added + - Include `groupId` in debug log when failing to find group coordinator #1522 + +### Fixed + - Rejoin group after ILLEGAL_GENERATION error #1474 + - Fix consumer getting stuck after very brief throttling #1532 + - Prevent infinite crash loop when no brokers are available #1408 + ## [2.2.3] - 2022-11-21 ### Fixed diff --git a/package.json b/package.json index 5a7d26842..c8f58c31d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kafkajs", - "version": "2.2.3", + "version": "2.2.4", "description": "A modern Apache Kafka client for node.js", "author": "Tulio Ornelas ", "main": "index.js",