You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2020/03/05 11:41:03 UTC

[rocketmq-site] branch master updated: docs(release notes): modify 4.7.0 release notes

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

jinrongtong 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 a392452  docs(release notes): modify 4.7.0 release notes
a392452 is described below

commit a392452d4bb76823ba0131cdd04d310ffe4f85b7
Author: rongtongjin <79...@qq.com>
AuthorDate: Thu Mar 5 19:40:49 2020 +0800

    docs(release notes): modify 4.7.0 release notes
---
 _posts/2020-03-04-release-notes-4.7.0.md | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/_posts/2020-03-04-release-notes-4.7.0.md b/_posts/2020-03-04-release-notes-4.7.0.md
index c91759f..de5a5e7 100644
--- a/_posts/2020-03-04-release-notes-4.7.0.md
+++ b/_posts/2020-03-04-release-notes-4.7.0.md
@@ -17,17 +17,20 @@ Below is a summary of the issues addressed in the 4.7.0 release of RocketMQ. For
 * Binary: [rocketmq-all-4.7.0-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.7.0/rocketmq-all-4.7.0-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.7.0/rocketmq-all-4.7.0-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.7.0/rocketmq-all-4.7.0-bin-release.zip.sha512)]
 
 
+## New Feature
+<li>[<a href='https://github.com/apache/rocketmq/issues/1515'>ISSUE-1515</a>] -  Synchronous replication change to pipeline manner.
+</li>
+
+
 ## Improvement
 <ul>
-<li>[<a href='https://github.com/apache/rocketmq/issues/1515'>ISSUE-1515</a>] -  Synchronous replication could be change into pipeline manner.
-</li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/1809'>ISSUE-1809</a>] -  Improve exception handle of transaction check service.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/1794'>ISSUE-1794</a>] -  Upgrade fastjson version.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/1774'>ISSUE-1774</a>] -  Prevent the client from committing too frequently.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq/issues/1771'>ISSUE-1771</a>] -  Add MessageExt.getBrokerName method.
+<li>[<a href='https://github.com/apache/rocketmq/issues/1771'>ISSUE-1771</a>] -  Enable MessageExt to get brokername information.
 </li>
 </ul>
 
@@ -37,12 +40,14 @@ Below is a summary of the issues addressed in the 4.7.0 release of RocketMQ. For
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/1787'>ISSUE-1787</a>] -  The queryCq command of mqadmin returned incorrect data.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq/issues/1751'>ISSUE-1751</a>] -  Fix bug in MessageClientIDSetter.
+<li>[<a href='https://github.com/apache/rocketmq/issues/1751'>ISSUE-1751</a>] -  Fix bug that MessageClientIDSetter inject wrong pid.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/1409'>ISSUE-1409</a>] -  Fix bug using queryMsgByKey or queryMsgByUniqueKey command when acl is turned on.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/1781'>ISSUE-1781</a>] -  Fix bug with asynchronous retry.
 </li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1821'>ISSUE-1821</a>] -  Fix bug that MessageClientIDSetter#getIPFromID return wrong pid.
+</li>
 
 </ul>