Skip to content

Commit

Permalink
Merge pull request #1437 from tulios/release/v2.2.0
Browse files Browse the repository at this point in the history
v2.2.0
  • Loading branch information
Nevon committed Aug 16, 2022
2 parents 1ab72f2 + 0672317 commit c8748c4
Show file tree
Hide file tree
Showing 7 changed files with 1,617 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.0] - 2022-08-16

### Added
- Add the ability to inject custom authentication mechanisms #1372
- Add admin methods `alterPartitionReassignments` & `listPartitionReassignments` #1419

### Fixed
- Fix deprecation warning when connecting to a broker over TLS via IP address #1425
- Improve consumer performance when subscribed to thousands of topics #1436

## [2.1.0] - 2022-06-28

### Added
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.1.0",
"version": "2.2.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 c8748c4

Please sign in to comment.