eolivelli closed pull request #1297: Release notes for 4.6.2 version
URL: https://github.com/apache/bookkeeper/pull/1297
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/_config.yml b/site/_config.yml
index 1300a3f1d..dfdc267e2 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 96a4f6131..4f7cb7a52 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
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to