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/02/11 08:31:51 UTC

[rocketmq-site] branch master updated: doc(release note):add rocketmq-spring 2.1.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 45b133e  doc(release note):add rocketmq-spring 2.1.0 release notes
45b133e is described below

commit 45b133e99148d4d76d12f492a2b7d1d82ff225d7
Author: rongtongjin <79...@qq.com>
AuthorDate: Tue Feb 11 16:31:27 2020 +0800

    doc(release note):add rocketmq-spring 2.1.0 release notes
---
 ...20-02-10-release-notes-rocketmq-spring-2.1.0.md | 53 ++++++++++++++++++++++
 1 file changed, 53 insertions(+)

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
new file mode 100644
index 0000000..9f4871b
--- /dev/null
+++ b/_posts/2020-02-10-release-notes-rocketmq-spring-2.1.0.md
@@ -0,0 +1,53 @@
+---
+title: "Release Notes - Apache RocketMQ Spring - Version 2.1.0"
+categories:
+  - Release_Notes
+tags:
+  - Release_Notes
+  - RocketMQ
+  - Version
+---
+
+Below is a summary of the issues addressed in the version 2.1.0 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.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)]
+
+## New Feature
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/208'>ISSUE #208</a>] -  Support request/reply model in rocketmq-spring.
+</li>
+</ul>
+
+
+## Improvement
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/178'>ISSUE #178</a>] -  Refactor transaction message implementation.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/190'>ISSUE #190</a>] -  Delete useless code and ambiguous deprecated annotation about JacksonFallbackConfiguration.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/192'>ISSUE #192</a>] -  Upgrade rocketmq version to 4.6.0 and add unit tests.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/202'>ISSUE #202</a>] -  Refactor transaction auto configuration and enable extRocketMQTemplate send transactional messages.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/213'>ISSUE #213</a>] -  Polish readme file.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/215'>ISSUE #215</a>] -  Polish the code and modify version.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/211'>ISSUE #211</a>] -  Remove the limitation that ExtRocketMQTemplate can not keep the same nameserver as RocketMQTemplate.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/218'>ISSUE #218</a>] -  Fix spring scopeTarget will repeat consumer instance.
+</li>
+</ul>
+
+## Bug
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/151'>ISSUE #151</a>] -  Fix the Infinite loop in DefaultRocketMQListenerContainer.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/186'>ISSUE #186</a>] -  Fix selectorExpression cannot autoconfigure from configure file.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/issues/197'>ISSUE #197</a>] -  Solve the problem that RocketMQListener can not deserialize generic.
+</li>
+</ul>
\ No newline at end of file