Skip to content

Commit

Permalink
Merge pull request #280 from tulios/1.5.0-beta.2-release-notes
Browse files Browse the repository at this point in the history
Bump version (v1.5.0-beta.2) and update changelog
  • Loading branch information
Nevon authored Feb 13, 2019
2 parents 3495b3b + f0820a7 commit d1d05d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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).

## [1.5.0-beta.2] - 2019-02-13

### Fixed
- Handle undefined message key when producing with 0.11 #247
- Fix consumer restart on find coordinator errors #253
- Crash consumer on codec not implemented error #256
- Fix error message on invalid username or password #270
- Restart consumer on crashes due to retriable error #269
- Remove deleted topics from the cluster target group #273

### Changed
- Change Node engine requirement to >=8.6.0 #250
- Don't include lockfile and vscode files in package #264

### Added
- Allow configuring log level at runtime #278

## [1.5.0-beta.1] - 2019-01-17

### 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": "1.5.0-beta.1",
"version": "1.5.0-beta.2",
"description": "A modern Apache Kafka client for node.js",
"author": "Tulio Ornelas <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit d1d05d1

Please sign in to comment.