From 17be31fd17227ce7f1fe5ef7eefdee44bc266d86 Mon Sep 17 00:00:00 2001 From: tulios Date: Mon, 6 Aug 2018 10:07:49 +0200 Subject: [PATCH] Bump version (v1.3.0) and update changelog --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90250e986..c8f9ce4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.3.0] - 2018-08-06 +### Fixed + - Skip unsubscribed topic assignment #86 + - Refresh metadata when producing to a topic without metadata #87 + - Discard messages with a lower offset than requested #100 + +### Added + - Add consumer auto commit policies #89 + - Notify user when setting heartbeat interval to same or higher than session timeout #91 + - Constantly refresh metatada based on `metadataMaxAge` #94 + - New instrumentation events #95 + - Expose loggers #97 #102 + - Add offset management operations to the admin client #101 + - Support to record batch compression #103 + - Handle missing username/password during authentication #104 + ## [1.2.0] - 2018-07-02 ### Fixed - Make sure authentication handshake remains consistent event when `broker.connect` is called concurrently #81 diff --git a/package.json b/package.json index 5d5f532de..e5724a1c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kafkajs", - "version": "1.2.0", + "version": "1.3.0", "description": "A modern Apache Kafka client for node.js", "author": "Tulio Ornelas ", "main": "index.js",