From 955a401730a80fbb736aa75187e53dc7b4d8167f Mon Sep 17 00:00:00 2001 From: tulios Date: Thu, 28 Feb 2019 10:16:53 +0100 Subject: [PATCH] Bump version (v1.5.0-beta.4) and update changelog --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3580a2c81..5615946e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +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.4] - 2019-02-28 + +### Fixed + - Abort old transactions on protocol error `CONCURRENT_TRANSACTIONS` #299 + ## [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 + - Fix propagation of custom retry configs #295 ### Changed - Allow calling `Producer.sendBatch` with empty list #287 diff --git a/package.json b/package.json index 92e1402e7..6e8de3783 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kafkajs", - "version": "1.5.0-beta.3", + "version": "1.5.0-beta.4", "description": "A modern Apache Kafka client for node.js", "author": "Tulio Ornelas ", "main": "index.js",