Skip to content

Commit

Permalink
Merge pull request #1541 from tulios/release-v2.2.4
Browse files Browse the repository at this point in the history
Bump version (v2.2.4) and update changelog
  • Loading branch information
Nevon committed Feb 27, 2023
2 parents 066767c + 7bdebb6 commit c084728
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <ornelas.tulio@gmail.com>",
"main": "index.js",
Expand Down

0 comments on commit c084728

Please sign in to comment.