Skip to content

Commit

Permalink
Merge pull request #1369 from tulios/v2.0.1-release
Browse files Browse the repository at this point in the history
Bump version (v2.0.1) and update changelog
  • Loading branch information
Nevon committed May 23, 2022
2 parents 068067e + 8aaeb2b commit bf430a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.0.1] - 2022-05-23

### Fixed
- Fix members leaving the group after not being assigned any partitions #1362
- Make `REPLICA_NOT_AVAILABLE` retriable #1351
- Document `admin.createTopics` respecting cluster default partitions number and replication factor #1360

## [2.0.0] - 2022-05-06

This is the first major version released in 4 years, and contains a few important breaking changes. **A [migration guide](https://kafka.js.org/docs/migration-guide-v2.0.0) has been prepared to help with the migration process.** Be sure to read it before upgrading from older versions of KafkaJS.
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.0",
"version": "2.0.1",
"description": "A modern Apache Kafka client for node.js",
"author": "Tulio Ornelas <ornelas.tulio@gmail.com>",
"main": "index.js",
Expand Down
3 changes: 2 additions & 1 deletion website/versioned_docs/version-2.0.0/MigrationGuide-2-0-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: migration-guide-v2.0.0
id: version-2.0.0-migration-guide-v2.0.0
title: Migrating to v2.0.0
original_id: migration-guide-v2.0.0
---

v2.0.0 is the first major version of KafkaJS released since 2018. For most users, the required changes in order to upgrade from 1.x.x are very minor, but it is still important to read through the list of changes to know what, if any, changes need to be made.
Expand Down

0 comments on commit bf430a1

Please sign in to comment.