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 2021/08/31 03:14:11 UTC

[rocketmq-site] branch master updated: document(release note): add rocketmq spring 2.2.1 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 f2b323a  document(release note): add rocketmq spring 2.2.1 release notes
f2b323a is described below

commit f2b323a995626ebe6a7a37a72af36c24433a4f34
Author: RongtongJin <ji...@mails.ucas.ac.cn>
AuthorDate: Tue Aug 31 11:13:59 2021 +0800

    document(release note): add rocketmq spring 2.2.1 release notes
---
 ...21-08-31-release-notes-rocketmq-spring-2.2.1.md | 51 ++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/_posts/2021-08-31-release-notes-rocketmq-spring-2.2.1.md b/_posts/2021-08-31-release-notes-rocketmq-spring-2.2.1.md
new file mode 100644
index 0000000..b666757
--- /dev/null
+++ b/_posts/2021-08-31-release-notes-rocketmq-spring-2.2.1.md
@@ -0,0 +1,51 @@
+---
+title: "Release Notes - Apache RocketMQ Spring - Version 2.2.1"
+categories:
+  - Release_Notes
+tags:
+  - Release_Notes
+  - RocketMQ
+  - Version
+---
+
+Below is a summary of the issues addressed in the version 2.2.1 release of RocketMQ Spring. For full documentation of the release, a guide to get started, please refer to [Quick Start](https://github.com/apache/rocketmq-spring).
+
+
+<h2> Download the 2.2.1 release</h2>
+    
+* Source: [rocketmq-spring-all-2.2.1-source-release.zip](https://archive.apache.org/dist/rocketmq/rocketmq-spring/2.2.1/rocketmq-spring-all-2.2.1-source-release.zip) [[PGP](https://archive.apache.org/dist/rocketmq/rocketmq-spring/2.2.1/rocketmq-spring-all-2.2.1-source-release.zip.asc)] [[SHA512](https://archive.apache.org/dist/rocketmq/rocketmq-spring/2.2.1/rocketmq-spring-all-2.2.1-source-release.zip.sha512)]
+
+
+## Improvement
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/385'>ISSUE #385</a>] -  Add message trace setting in ExtRocketMQConsumerConfiguration.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/381'>ISSUE #381</a>] -  Upgrade rocketmq version to 4.9.1.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/377'>ISSUE #377</a>] -  Add the replyTimeout configuration parameter.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/371'>ISSUE #371</a>] -  Add some asynchronous API for batch messages in RocketMQTemplate.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/378'>ISSUE #378</a>] -  Improve the comment of maxReconsumeTimes.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/366'>ISSUE #366</a>] -  The retry number of failed consumptions can be set.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/368'>ISSUE #368</a>] -  Upgrade starter version.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/346'>ISSUE #346</a>] -  Enhance DefaultRocketMQListenerContainer doConvertMessage.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/340'>ISSUE #340</a>] -  Set enableMsgTrace default value to false.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/343'>ISSUE #343</a>] -  Sending batch messages orderly with RocketMQTemplate.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/335'>ISSUE #335</a>] -  Update rocketmq spring samples version.
+</li>
+</ul>
+
+## Bug
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/376'>ISSUE #376</a>] -  Fix the selectorExpression not resolve placeholders.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/339'>ISSUE #339</a>] -  Fix consumer do not consume message with the same instance name.
+</li>
+</ul>
\ No newline at end of file