This is an automated email from the ASF dual-hosted git repository.

dinglei 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 28d3bf5  Prepare to release rocketmq spring 2.0.4
28d3bf5 is described below

commit 28d3bf50c1ece3ee01c2aa6fa7495884760c2a63
Author: ShannonDing <[email protected]>
AuthorDate: Fri Nov 1 15:09:57 2019 +0800

    Prepare to release rocketmq spring 2.0.4
---
 ...19-11-01-release-notes-rocketmq-spring-2.0.4.md | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/_posts/2019-11-01-release-notes-rocketmq-spring-2.0.4.md 
b/_posts/2019-11-01-release-notes-rocketmq-spring-2.0.4.md
new file mode 100644
index 0000000..5643e12
--- /dev/null
+++ b/_posts/2019-11-01-release-notes-rocketmq-spring-2.0.4.md
@@ -0,0 +1,43 @@
+---
+title: "Release Notes - Apache RocketMQ Spring - Version 2.0.4"
+categories:
+  - Release_Notes
+tags:
+  - Release_Notes
+  - RocketMQ
+  - Version
+---
+
+Below is a summary of the issues addressed in the version 2.0.4 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.0.4 release</h2>
+    
+* Source: 
[rocketmq-spring-all-2.0.4-source-release.tar.gz](https://www.apache.org/dyn/closer.cgi?path=rocketmq/rocketmq-spring/2.0.4/rocketmq-spring-all-2.0.4-source-release.tar.gz)
 
[[PGP](https://www.apache.org/dist/rocketmq/rocketmq-spring/2.0.4/rocketmq-spring-all-2.0.4-source-release.tar.gz.asc)]
 
[[SHA512](https://www.apache.org/dist/rocketmq/rocketmq-spring/2.0.4/rocketmq-spring-all-2.0.4-source-release.tar.gz.sha512)]
+* Binary: 
[rocketmq-spring-all-2.0.4-bin-release.tar.gz](https://www.apache.org/dyn/closer.cgi?path=rocketmq/rocketmq-spring/2.0.4/rocketmq-spring-all-2.0.4-bin-release.tar.gz)
 
[[PGP](https://www.apache.org/dist/rocketmq/rocketmq-spring/2.0.4/rocketmq-spring-all-2.0.4-bin-release.tar.gz.asc)]
 
[[SHA512](https://www.apache.org/dist/rocketmq/rocketmq-spring/2.0.4/rocketmq-spring-all-2.0.4-bin-release.tar.gz.sha512)]
+
+## Improvement
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/87'>ISSUE 
#86</a>] -  Support to configure whether consumer listener is enabled through 
configuration file.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/97'>ISSUE 
#96</a>] -  Support resolve  placeholder for listener.txProducerGroup.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/129'>ISSUE 
#103</a>] -  Support resolve placeholder for selectorExpression.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/137'>ISSUE 
#137</a>] -  Upgrade rocketmq dependency to 4.5.2.
+</li>
+</ul>
+
+## Bug
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/150'>ISSUE 
#81</a>] -  Fix RocketMQTemplate.syncSend collection type method signature.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/84'>ISSUE 
#83</a>] -  Fix addUserProperties will override headers from rocketmq.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/138'>ISSUE 
#107</a>] -  Fix the message was consumed twice because of the same 
instanceName.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/119'>ISSUE 
#117</a>] -  Fix timeout failed in syncSendOrderly.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-spring/pull/164'>ISSUE 
#163</a>] -  Fix transactionProducer has incorrect namespace.
+</li>
+</ul>
\ No newline at end of file

Reply via email to