Skip to content

Commit cfd7ebb

Browse files
committed
Bump version (v1.3.1) and update changelog
1 parent 6b1d5d3 commit cfd7ebb

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.1] - 2018-08-20
9+
### Fixed
10+
- Client logger accessor #106
11+
- Producer v3 decode format #114
12+
- Parsing multiple responses #115
13+
- Fetch v4 for partial messages on record batch #116
14+
15+
### Added
16+
- Connection instrumentation events #110
17+
818
## [1.3.0] - 2018-08-06
919
### Fixed
1020
- Skip unsubscribed topic assignment #86
@@ -14,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1424
### Added
1525
- Add consumer auto commit policies #89
1626
- Notify user when setting heartbeat interval to same or higher than session timeout #91
17-
- Constantly refresh metatada based on `metadataMaxAge` #94
27+
- Constantly refresh metadata based on `metadataMaxAge` #94
1828
- New instrumentation events #95
1929
- Expose loggers #97 #102
2030
- Add offset management operations to the admin client #101

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kafkajs",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A modern Apache Kafka client for node.js",
55
"author": "Tulio Ornelas <ornelas.tulio@gmail.com>",
66
"main": "index.js",

0 commit comments

Comments
 (0)