This is an automated email from the ASF dual-hosted git repository.
dongeforever 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 158c18d Add release notes for 4.3.1
158c18d is described below
commit 158c18ded904b0957956a1a57eede6e24572c403
Author: zander <[email protected]>
AuthorDate: Wed Aug 29 20:12:22 2018 +0800
Add release notes for 4.3.1
---
_data/navigation.yml | 2 ++
_posts/2018-08-29-release-notes-4.3.1.md | 41 ++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 1ec2ff1..95369bf 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -84,6 +84,8 @@ docs:
children:
- title: "Download"
url: "/dowloading/releases/"
+ - title: "4.3.1"
+ url: /release_notes/release-notes-4.3.1/
- title: "4.3.0"
url: /release_notes/release-notes-4.3.0/
- title: "4.2.0"
diff --git a/_posts/2018-08-29-release-notes-4.3.1.md
b/_posts/2018-08-29-release-notes-4.3.1.md
new file mode 100644
index 0000000..6277ccb
--- /dev/null
+++ b/_posts/2018-08-29-release-notes-4.3.1.md
@@ -0,0 +1,41 @@
+---
+title: "Release Notes - Apache RocketMQ - Version 4.3.1"
+categories:
+ - Release_Notes
+tags:
+ - Release_Notes
+ - RocketMQ
+ - Version
+---
+
+Below is a summary of the issues addressed in the 4.3.1 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.3.1 release</h2>
+
+[^_^]: * Source:
[rocketmq-all-4.3.1-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.1/rocketmq-all-4.3.1-source-release.zip)
[[PGP](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-source-release.zip.asc)]
[[MD5](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-source-release.zip.md5)]
[[SHA1](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-source-release.zip.sha1)]
+[^_^]: * Binary:
[rocketmq-all-4.3.1-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip)
[[PGP](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip.asc)]
[[MD5](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip.md5)]
[[SHA1](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip.sha1)]
+
+
+## Improvement
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq/issues/395'>ISSUE-395</a>] -
Enhance the compatibility of transactional producer API, and change the default
topic to "TBW102", ensuring that the server can be backward compatible with
older clients.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/396'>ISSUE-396</a>] -
Enhance transactional message implementation, add admin tools and seprate
thread pool for EndTransactionProcessor.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/430'>ISSUE-430</a>] -
Remove scripts related to mqfilter server.
+</li>
+</ul>
+
+## Bug
+
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq/issues/392'>ISSUE-392</a>] -
Fix the Nullpointer exception occcured during the process of producer shutdown.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/408'>ISSUE-408</a>] -
Restored code lost during merge process.
+</li>
+</ul>
+
+
+
+