Skip to content

Commit

Permalink
Merge pull request #1403 from tulios/release/v2.1.0
Browse files Browse the repository at this point in the history
Bump version (v2.1.0) and update changelog
  • Loading branch information
Nevon committed Jun 28, 2022
2 parents 48b8bc7 + ce163a1 commit df31679
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.1.0] - 2022-06-28

### Added
- Add `pause` function to `eachMessage`/`eachBatch` to pause the current topic-partition #1364
- The `KafkaMessage` type is now a union between the pre-Kafka 0.10 message format and the current #1401

### Fixed
- Fix 100% CPU utilization when all brokers are unavailable #1402
- Fix persistent error when trying to produce after a topic authorization error #1385
- Fix error when aborting or committing an empty transaction #1388
- Don't re-process messages from a paused partition after breaking the consumption flow #1382

## [2.0.2] - 2022-05-31

### 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.0.2",
"version": "2.1.0",
"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 df31679

Please sign in to comment.