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/07/20 12:02:29 UTC

[rocketmq-site] branch master updated: doc(release):prepare to release rocketmq-spring 2.1.1

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 cab37da  doc(release):prepare to release rocketmq-spring 2.1.1
cab37da is described below

commit cab37da6447c370fc5d9a38de8ec1b973f437e3c
Author: RongtongJin <79...@qq.com>
AuthorDate: Mon Jul 20 20:02:09 2020 +0800

    doc(release):prepare to release rocketmq-spring 2.1.1
---
 ...20-02-10-release-notes-rocketmq-spring-2.1.0.md |  2 +-
 ...20-07-20-release-notes-rocketmq-spring-2.1.1.md | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/_posts/2020-02-10-release-notes-rocketmq-spring-2.1.0.md b/_posts/2020-02-10-release-notes-rocketmq-spring-2.1.0.md
index 9f4871b..dd3ebd5 100644
--- a/_posts/2020-02-10-release-notes-rocketmq-spring-2.1.0.md
+++ b/_posts/2020-02-10-release-notes-rocketmq-spring-2.1.0.md
@@ -13,7 +13,7 @@ Below is a summary of the issues addressed in the version 2.1.0 release of Rocke
 
 <h2> Download the 2.1.0 release</h2>
     
-* Source: [rocketmq-spring-all-2.1.0-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/rocketmq-spring/2.1.0/rocketmq-spring-all-2.1.0-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/rocketmq-spring/2.1.0/rocketmq-spring-all-2.1.0-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/rocketmq-spring/2.1.0/rocketmq-spring-all-2.1.0-source-release.zip.sha512)]
+* Source: [rocketmq-spring-all-2.1.0-source-release.zip](https://archive.apache.org/dist/rocketmq/rocketmq-spring/2.1.0/rocketmq-spring-all-2.1.0-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/rocketmq-spring/2.1.0/rocketmq-spring-all-2.1.0-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/rocketmq-spring/2.1.0/rocketmq-spring-all-2.1.0-source-release.zip.sha512)]
 
 ## New Feature
 <ul>
diff --git a/_posts/2020-07-20-release-notes-rocketmq-spring-2.1.1.md b/_posts/2020-07-20-release-notes-rocketmq-spring-2.1.1.md
new file mode 100644
index 0000000..0895ab2
--- /dev/null
+++ b/_posts/2020-07-20-release-notes-rocketmq-spring-2.1.1.md
@@ -0,0 +1,36 @@
+---
+title: "Release Notes - Apache RocketMQ Spring - Version 2.1.1"
+categories:
+  - Release_Notes
+tags:
+  - Release_Notes
+  - RocketMQ
+  - Version
+---
+
+Below is a summary of the issues addressed in the version 2.1.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.1.1 release</h2>
+    
+* Source: [rocketmq-spring-all-2.1.1-source-release.zip](https://archive.apache.org/dist/rocketmq/rocketmq-spring/2.1.1/rocketmq-spring-all-2.1.1-source-release.zip) [[PGP](https://archive.apache.org/dist/rocketmq/rocketmq-spring/2.1.1/rocketmq-spring-all-2.1.1-source-release.zip.asc)] [[SHA512](https://archive.apache.org/dist/rocketmq/rocketmq-spring/2.1.1/rocketmq-spring-all-2.1.1-source-release.zip.sha512)]
+
+## Improvement
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/283'>ISSUE #282</a>] -  Upgrade RocketMQ client version to 4.7.1.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/265'>ISSUE #263</a>] -  Change the version of rocketmq client in the pom's file.
+</li>
+</ul>
+
+## Bug
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/269'>ISSUE #271</a>] -  AccessKey and secretKey are wrong when create procducer.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/266'>ISSUE #262</a>] -  Support custom AsyncSenderExecutor when sending messages asynchronously.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/247'>ISSUE #241</a>] -  Make the unit of consumeTimeout in rocketmq-spring consistent with rocketmq client.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/244'>ISSUE #242</a>] -  Fix Bug Of BatchMessage SyncSend without timeout param.
+</li>
+</ul>
\ No newline at end of file