This is an automated email from the ASF dual-hosted git repository.
chenhang 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 10daf4cd4d Generate 4.14.7 release note (#3770)
10daf4cd4d is described below
commit 10daf4cd4d3ccf6b74b98609e321b5fe58bd1fe2
Author: Hang Chen <[email protected]>
AuthorDate: Mon Feb 20 09:44:59 2023 +0800
Generate 4.14.7 release note (#3770)
### Motivation
BookKeeper 4.14.7 will be released, this is the release note.
### Changes
Generate BookKeeper 4.14.7 release note.
---
site3/website/src/pages/release-notes.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/site3/website/src/pages/release-notes.md
b/site3/website/src/pages/release-notes.md
index 9c84bff2ca..e6d4509185 100644
--- a/site3/website/src/pages/release-notes.md
+++ b/site3/website/src/pages/release-notes.md
@@ -1,6 +1,29 @@
<!-- markdown-link-check-disable -->
# Release notes
+## 4.14.7
+
+Release 4.14.7 includes multiple bug fixes.
+
+Apache BookKeeper users are encouraged to upgrade to 4.14.7.
+The technical details of this release are summarized below.
+
+### Highlights
+
+#### Bugs
+
+* Revert PR#3653 and make delete entries batch size configurable [PR
#3768](https://github.com/apache/bookkeeper/pull/3768)
+* Fix memory leak when the Bookie is in read only mode [PR
#3746](https://github.com/apache/bookkeeper/pull/3746)
+* Fix QueueEntry recycle problem. [PR
#3747](https://github.com/apache/bookkeeper/pull/3747)
+* Expose registrationClient in DefaultBookieAddressResolver. [PR
#3724](https://github.com/apache/bookkeeper/pull/3724)
+* Added api/v1/bookie/cluster_info REST API [PR
#3714](https://github.com/apache/bookkeeper/pull/3714)
+* Check if channel closed before processing read request [PR
#3486](https://github.com/apache/bookkeeper/pull/3486)
+* Add missed call to onReadRequestFinish() when read request rejected [PR
#3482](https://github.com/apache/bookkeeper/pull/3482)
+* Avoid extra buffer to prepend frame size [PR
#3560](https://github.com/apache/bookkeeper/pull/3560)
+
+### Details
+https://github.com/apache/bookkeeper/pulls?q=is%3Apr+label%3Arelease%2F4.14.7+is%3Aclosed
+
## 4.14.6
Release 4.14.6 includes multiple bug fixes and some dependencies CVE fixes.