Skip to content

Commit

Permalink
Bump version (v1.4.0) and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tulios committed Oct 9, 2018
1 parent 3e79904 commit ef8458b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ 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.4.0] - 2018-10-09

### Fixed
- Potential offset loss when updating offsets for resolved partitions #124
- Refresh metadata on lock timeout #131
- Cleans up stale brokers on metadata refresh #131
- Force metadata refresh on `ECONNREFUSED` #134
- Handle API version not supported #135
- Handle v0.10 messages on v0.11 Fetch API #143

### Added
- Admin delete topics #117
- Update metadata api and allow to disable auto topic creation #118
- Use highest available API version #135 #146
- Admin describe and alter configs #138
- Validate message format in producer #142
- Consumers can detect that a topic was updated and force a rebalance #136

### Changed
- Improved stack trace for `KafkaJSNumberOfRetriesExceeded` #123
- Enable Kafka v0.11 API by default #141 (Can still be disabled with `allowExperimentalV011=false`)
- Replace event emitter Lock #154
- Add member assignment to `GROUP_JOIN` instrumentation event #136

## [1.3.1] - 2018-08-20
### Fixed
- Client logger accessor #106
Expand Down Expand Up @@ -50,7 +74,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Prevent crash when re-producing after metadata refresh #62

## [1.0.0] - 2018-05-14
## Changed
### Changed
- Updated readme

## [0.8.1] - 2018-04-10
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.3.1",
"version": "1.4.0",
"description": "A modern Apache Kafka client for node.js",
"author": "Tulio Ornelas <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit ef8458b

Please sign in to comment.