From cf90542336ca88a0cb9a73c21f0bce96de8761c7 Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Fri, 14 Feb 2020 00:34:05 +0000 Subject: [PATCH] 0.3.105 release (previous 0.3.104) + release notes updated [ci skip] --- docs/release-notes.md | 5 +++++ version.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 02dc838b5b..e3589e85a8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,10 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 0.3.105 + - 2020-02-14 - [2 commits](https://github.com/linkedin/ambry/compare/v0.3.104...v0.3.105) by [Casey Getz](https://github.com/cgtz) (1), [Yingyi Zhang](https://github.com/jsjtzyy) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.105-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.105) + - Fix default value for maxCachedBufferCapacity in NettyByteBufLeakHelper [(#1381)](https://github.com/linkedin/ambry/pull/1381) + - Upgrade Helix lib to 0.9.1 and add metrics for state transition [(#1374)](https://github.com/linkedin/ambry/pull/1374) + #### 0.3.104 - 2020-02-11 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.103...v0.3.104) by [Ze Mao](https://github.com/zzmao) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.104-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.104) - Add Netty Based HTTP2 implementation for storage server. [(#1352)](https://github.com/linkedin/ambry/pull/1352) diff --git a/version.properties b/version.properties index 9654ef26b9..976625a95f 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ #Version of the produced binaries. This file is intended to be checked-in. #It will be automatically bumped by release automation. -version=0.3.105 -previousVersion=0.3.104 +version=0.3.106 +previousVersion=0.3.105