File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
18
## [ 2.2.3] - 2022-11-21
9
19
10
20
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kafkajs" ,
3
- "version" : " 2.2.3 " ,
3
+ "version" : " 2.2.4 " ,
4
4
"description" : " A modern Apache Kafka client for node.js" ,
5
5
"author" : " Tulio Ornelas <ornelas.tulio@gmail.com>" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments