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/04 01:54:56 UTC

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

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 a6871b7  docs(release notes): prepare to release 4.7.0
a6871b7 is described below

commit a6871b75fbd95ccc63420b3666a172d608a6d8db
Author: rongtongjin <79...@qq.com>
AuthorDate: Wed Mar 4 09:54:39 2020 +0800

    docs(release notes): prepare to release 4.7.0
---
 _posts/2020-01-14-release-notes-4.6.1.md |  4 +--
 _posts/2020-03-04-release-notes-4.7.0.md | 51 ++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 2 deletions(-)

diff --git a/_posts/2020-01-14-release-notes-4.6.1.md b/_posts/2020-01-14-release-notes-4.6.1.md
index 5f2c6bf..9adaa8d 100644
--- a/_posts/2020-01-14-release-notes-4.6.1.md
+++ b/_posts/2020-01-14-release-notes-4.6.1.md
@@ -13,8 +13,8 @@ Below is a summary of the issues addressed in the 4.6.1 release of RocketMQ. For
 
 <h2> Download the 4.6.1 release</h2>
     
-* Source: [rocketmq-all-4.6.1-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.6.1/rocketmq-all-4.6.1-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-source-release.zip.sha512)]
-* Binary: [rocketmq-all-4.6.1-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.6.1/rocketmq-all-4.6.1-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-bin-release.zip.sha512)]
+* Source: [rocketmq-all-4.6.1-source-release.zip](https://archive.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-source-release.zip.sha512)]
+* Binary: [rocketmq-all-4.6.1-bin-release.zip](https://archive.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-bin-release.zip.sha512)]
 
 
 ## Improvement
diff --git a/_posts/2020-03-04-release-notes-4.7.0.md b/_posts/2020-03-04-release-notes-4.7.0.md
new file mode 100644
index 0000000..c91759f
--- /dev/null
+++ b/_posts/2020-03-04-release-notes-4.7.0.md
@@ -0,0 +1,51 @@
+---
+title: "Release Notes - Apache RocketMQ - Version 4.7.0"
+categories:
+  - Release_Notes
+tags:
+  - Release_Notes
+  - RocketMQ
+  - Version
+---
+
+Below is a summary of the issues addressed in the 4.7.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/quick-start/'>Quick Start</a>.
+
+
+<h2> Download the 4.7.0 release</h2>
+    
+* Source: [rocketmq-all-4.7.0-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.7.0/rocketmq-all-4.7.0-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.7.0/rocketmq-all-4.7.0-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.7.0/rocketmq-all-4.7.0-source-release.zip.sha512)]
+* 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)]
+
+
+## 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>
+</ul>
+
+## Bug
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1805'>ISSUE-1805</a>] -  Cannot find callback in MQPullConsumerScheduleService. 
+</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>
+<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>
+
+</ul>
+                                        
+            
+
+