From ede53cdb1ed5f2d8d69a1d660a59cc20f4fea519 Mon Sep 17 00:00:00 2001 From: tulios Date: Wed, 20 Feb 2019 10:53:56 +0100 Subject: [PATCH] Bump version (v1.5.0-beta.3) and update changelog --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ad0e8d3..3580a2c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.5.0-beta.3] - 2019-02-20 + +### Fixed + - Missing default restart time on crashes due to retriable errors #283 + - Add custom requestTimeout for JoinGroup v0 #293 + - Fix propagation of custom retry configs #295 + +### Changed + - Allow calling `Producer.sendBatch` with empty list #287 + - Encode non-buffer key as string by default #291 + ## [1.5.0-beta.2] - 2019-02-13 ### Fixed diff --git a/package.json b/package.json index a32dac1c6..92e1402e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kafkajs", - "version": "1.5.0-beta.2", + "version": "1.5.0-beta.3", "description": "A modern Apache Kafka client for node.js", "author": "Tulio Ornelas ", "main": "index.js",