From 4c2be872bacecffade20bfa9671a019cb3a2bf20 Mon Sep 17 00:00:00 2001 From: RongtongJin Date: Fri, 27 Dec 2024 16:23:10 +0800 Subject: [PATCH 1/3] Add rocketmq spring 2.3.2 release note --- ...-27-release-notes-rocketmq-spring-2.3.2.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md diff --git a/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md b/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md new file mode 100644 index 0000000000..bfd4d7d837 --- /dev/null +++ b/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md @@ -0,0 +1,25 @@ +--- +title: "Release Notes - Apache RocketMQ Spring - Version 2.3.2" +categories: +- Release_Notes +tags: +- RocketMQ_Spring +--- +:::tip Download +* Source: [rocketmq-spring-all-2.3.2-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/rocketmq-spring/2.3.2/rocketmq-spring-rocketmq-spring-all-2.3.2.zip) [[PGP](https://archive.apache.org/dist/rocketmq/rocketmq-spring/2.3.2/rocketmq-spring-all-2.3.2-source-release.zip.asc)] [[SHA512](https://archive.apache.org/dist/rocketmq/rocketmq-spring/2.3.2/rocketmq-spring-rocketmq-spring-all-2.3.2.zip.sha512)] + ::: + + +Below is a summary of the issues addressed in the version 2.3.2 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). + +## What's Changed +* Updated the RocketMQ version dependencies in the rocketmq-spring-boot-samples and rocketmq-v5-client-spring-boot-samples modules. by @yeluod in https://github.com/apache/rocketmq-spring/pull/671 +* delete sysytem proerty by @panzhi33 in https://github.com/apache/rocketmq-spring/pull/689 +* [ISSUE #686] feat:Modify the inner class call to use the bean instance invocation by @WhyStart in https://github.com/apache/rocketmq-spring/pull/687 +* Upgrade rocketmq client version to 5.3.1 by @RongtongJin in https://github.com/apache/rocketmq-spring/pull/698 + +## New Contributors +* @yeluod made their first contribution in https://github.com/apache/rocketmq-spring/pull/671 +* @WhyStart made their first contribution in https://github.com/apache/rocketmq-spring/pull/687 + +**Full Changelog**: https://github.com/apache/rocketmq-spring/compare/rocketmq-spring-all-2.3.1...rocketmq-spring-all-2.3.2 \ No newline at end of file From 52b321e398fb0f569543bca5705ad7e43026e386 Mon Sep 17 00:00:00 2001 From: RongtongJin Date: Fri, 27 Dec 2024 16:27:48 +0800 Subject: [PATCH 2/3] Polish the release notes --- .../2024-12-27-release-notes-rocketmq-spring-2.3.2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md b/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md index bfd4d7d837..33da4ab16c 100644 --- a/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md +++ b/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md @@ -14,8 +14,8 @@ Below is a summary of the issues addressed in the version 2.3.2 release of Rocke ## What's Changed * Updated the RocketMQ version dependencies in the rocketmq-spring-boot-samples and rocketmq-v5-client-spring-boot-samples modules. by @yeluod in https://github.com/apache/rocketmq-spring/pull/671 -* delete sysytem proerty by @panzhi33 in https://github.com/apache/rocketmq-spring/pull/689 -* [ISSUE #686] feat:Modify the inner class call to use the bean instance invocation by @WhyStart in https://github.com/apache/rocketmq-spring/pull/687 +* Delete sysytem proerty by @panzhi33 in https://github.com/apache/rocketmq-spring/pull/689 +* Modify the inner class call to use the bean instance invocation by @WhyStart in https://github.com/apache/rocketmq-spring/pull/687 * Upgrade rocketmq client version to 5.3.1 by @RongtongJin in https://github.com/apache/rocketmq-spring/pull/698 ## New Contributors From 0591be6602b393f8ee0fdd72095f02fa85d1c10b Mon Sep 17 00:00:00 2001 From: RongtongJin Date: Fri, 27 Dec 2024 16:28:11 +0800 Subject: [PATCH 3/3] Polish the release notes --- release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md b/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md index 33da4ab16c..c484a172b0 100644 --- a/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md +++ b/release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md @@ -14,7 +14,7 @@ Below is a summary of the issues addressed in the version 2.3.2 release of Rocke ## What's Changed * Updated the RocketMQ version dependencies in the rocketmq-spring-boot-samples and rocketmq-v5-client-spring-boot-samples modules. by @yeluod in https://github.com/apache/rocketmq-spring/pull/671 -* Delete sysytem proerty by @panzhi33 in https://github.com/apache/rocketmq-spring/pull/689 +* Delete system property by @panzhi33 in https://github.com/apache/rocketmq-spring/pull/689 * Modify the inner class call to use the bean instance invocation by @WhyStart in https://github.com/apache/rocketmq-spring/pull/687 * Upgrade rocketmq client version to 5.3.1 by @RongtongJin in https://github.com/apache/rocketmq-spring/pull/698