You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/05/14 09:43:22 UTC

[rocketmq-site] branch master updated: Update release note to release rocketmq 4.5.1

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 66f728a  Update release note to release rocketmq 4.5.1
66f728a is described below

commit 66f728a25d9b05efe14171476afa34755f9e6eb8
Author: ShannonDing <li...@163.com>
AuthorDate: Tue May 14 17:43:11 2019 +0800

    Update release note to release rocketmq 4.5.1
---
 _posts/2019-05-13-release-notes-4.5.1.md | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/_posts/2019-05-13-release-notes-4.5.1.md b/_posts/2019-05-13-release-notes-4.5.1.md
index 3763549..6cc7dc3 100644
--- a/_posts/2019-05-13-release-notes-4.5.1.md
+++ b/_posts/2019-05-13-release-notes-4.5.1.md
@@ -18,19 +18,31 @@ Below is a summary of the issues addressed in the 4.5.1 release of RocketMQ. For
 
 ## New Fearture
 <ul>
-<li>[<a href='https://github.com/apache/rocketmq/pull/1046'>ISSUE-1046</a>] -  TBD.
+<li>[<a href='https://github.com/apache/rocketmq/pull/1175'>ISSUE-1174</a>] -  Support domain host for name server.
 </li>
 </ul>
 
 ## Improvement
 <ul>
-<li>[<a href='https://github.com/apache/rocketmq/issues/608'>ISSUE-608</a>] -  TBD.
+<li>[<a href='https://github.com/apache/rocketmq/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+milestone%3A4.5.1+RIP-9'>RIP-9</a>] -  Provide RocketMQ Developer's Guide in English and Chinese.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+milestone%3A4.5.1+RIP-10'>RIP-10</a>] -  Add unit test cases.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/pull/1129'>ISSUE-1129</a>] -  Change the release package style to rocketmq-{version}.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1138'>ISSUE-1138</a>] -  Deprecate admin interface exposed in producer/consumer.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/pull/1201'>ISSUE-1200</a>] -  Polish default message trace topic trace.
 </li>
 </ul>
 
 ## Bug
 <ul>
-<li>[<a href='https://github.com/apache/rocketmq/issues/1147'>ISSUE-762</a>] -  Fixed the issue that broker will report exception if open the aclEnable and enableDLegerCommitLog flag at the same time.
+<li>[<a href='https://github.com/apache/rocketmq/issues/1078'>ISSUE-1078</a>] -  Fixed the issue that User can't use mqadmin command normally if they don't copy the tool.yml file to related fold and AclEnable flag is closed. 
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1147'>ISSUE-1147</a>] -  Fixed the issue that broker will report exception if open the aclEnable and enableDLegerCommitLog flag at the same time.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1164'>ISSUE-1164</a>] -  Fixed the issue that Consumer Instance can't consume message from slave when cluster is in the high level tps when master has been killed. 
 </li>
 </ul>