File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments