Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rocketmq spring 2.3.2 release note #705

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions release-notes/2024-12-27-release-notes-rocketmq-spring-2.3.2.md
Original file line number Diff line number Diff line change
@@ -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)]
:::
<!--truncate-->

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 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

## 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
Loading