This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 4aec3ce Release notes for 4.6.2 version
4aec3ce is described below
commit 4aec3cefe6d5e59b03d9f27d4a50ee6f4ddccb37
Author: Enrico Olivelli <[email protected]>
AuthorDate: Mon Apr 9 08:50:49 2018 +0200
Release notes for 4.6.2 version
Author: Enrico Olivelli <[email protected]>
Reviewers: Sijie Guo <[email protected]>
This closes #1297 from eolivelli/fix/releasenotes462
---
site/_config.yml | 5 +++--
site/docs/4.6.2/overview/releaseNotes.md | 18 +++++++++++++++---
2 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/site/_config.yml b/site/_config.yml
index 1300a3f..dfdc267 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -8,8 +8,9 @@ destination: local-generated
twitter_url: https://twitter.com/asfbookkeeper
versions:
-- "4.6.1"
+- "4.6.2"
# [next_version_placeholder]
+- "4.6.1"
- "4.6.0"
- "4.5.1"
- "4.5.0"
@@ -27,7 +28,7 @@ archived_versions:
- "4.1.0"
- "4.0.0"
latest_version: "4.7.0-SNAPSHOT"
-latest_release: "4.6.1"
+latest_release: "4.6.2"
stable_release: "4.5.0"
distributedlog_version: "0.5.0"
diff --git a/site/docs/4.6.2/overview/releaseNotes.md
b/site/docs/4.6.2/overview/releaseNotes.md
index 96a4f61..4f7cb7a 100644
--- a/site/docs/4.6.2/overview/releaseNotes.md
+++ b/site/docs/4.6.2/overview/releaseNotes.md
@@ -2,16 +2,28 @@
title: Apache BookKeeper 4.6.2 Release Notes
---
-TODO
+This is the ninth release of BookKeeper as an Apache Top Level Project!
+
+The 4.6.2 release is a bugfix release which fixes a bunch of issues reported
from users of 4.6.1.
+
+Apache BookKeeper users are encouraged to upgrade to 4.6.2. The technical
details of this release are summarized
+below.
## Highlights
+- Fix performance regression is using Netty > 4.1.12, see
[https://github.com/apache/bookkeeper/pull/1108](https://github.com/apache/bookkeeper/pull/1108)
+
+- Enhance performances on Prometheus stats provider, see
[https://github.com/apache/bookkeeper/pull/1081](https://github.com/apache/bookkeeper/pull/1081)
+
+- Save memory resources on client by retaining for less time references to
data to write, see
[https://github.com/apache/bookkeeper/issues/1063](https://github.com/apache/bookkeeper/issues/1063)
+
+- Fix a problem on Java 9/10 with the 'shaded' artifacts, due to a bug in
Maven Shade Plugin, see
[https://github.com/apache/bookkeeper/pull/1144](https://github.com/apache/bookkeeper/pull/1144)
-TODO
+- Fix Journal stats names, see
[https://github.com/apache/bookkeeper/pull/1250](https://github.com/apache/bookkeeper/pull/1250)
### Dependencies Upgrade
-There is no dependency upgrade since 4.6.0, but now we distribute a 'shaded'
version of main artifacts, see [Ledger API](../ledger-api)
+There is no dependency upgrade since 4.6.0, and since 4.6.1 we distribute a
'shaded' version of main artifacts, see [Ledger API](../ledger-api)
## Full list of changes
--
To stop receiving notification emails like this one, please contact
[email protected].