Skip to content

Commit 7bdebb6

Browse files
committed
Bump version (v2.2.4) and update changelog
1 parent 066767c commit 7bdebb6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.4] - 2023-02-27
9+
10+
### Added
11+
- Include `groupId` in debug log when failing to find group coordinator #1522
12+
13+
### Fixed
14+
- Rejoin group after ILLEGAL_GENERATION error #1474
15+
- Fix consumer getting stuck after very brief throttling #1532
16+
- Prevent infinite crash loop when no brokers are available #1408
17+
818
## [2.2.3] - 2022-11-21
919

1020
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kafkajs",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "A modern Apache Kafka client for node.js",
55
"author": "Tulio Ornelas <ornelas.tulio@gmail.com>",
66
"main": "index.js",

0 commit comments

Comments
 (0)