Skip to content

Commit

Permalink
Bump version (v1.15.0) and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tulios committed Nov 24, 2020
1 parent 2c55fc1 commit 2157146
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions 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.15.0] - 2020-11-24
### Added
- Initial work for static membership #888
- Add consumer instrumentation event: received unsubscribed topics #897
- Add option for `admin.fetchOffsets` to resolve the offsets #895
- Add ACL functions to admin client #697
- Add `admin.deleteTopicRecords` #905
- Emit `GROUP_JOIN` event on stale partition assignments #937

### Changed
- Added properties to error classes typescript types #900
- Make header value type definition possibly undefined #927
- Bump API versions for client-side throttling #933
- Add `UNKNOWN_TOPIC_OR_PARTITION` check for `addMultipleTargetTopics` #938

### Fixed
- Fix describe/alter broker configs (introduced `ConfigResourceTypes`) #898
- Fix record batch compression masking (fix ZSTD compression) #912
- Prevent inflight's correlation id collisions #926
- Fix ACL, ISocketFactory and SaslOptions type definitions #941 #959 #966
- Fix deadlock on the connection `onError` handler #944
- Fix deadlock on the connection `onTimeout ` handler #956
- Remove nested retriers from producer #962 (fixes #958 #950)

## [1.14.0] - 2020-09-21
### Added
- Support Produce v6 protocol #869
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.14.0",
"version": "1.15.0",
"description": "A modern Apache Kafka client for node.js",
"author": "Tulio Ornelas <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit 2157146

Please sign in to comment.