Skip to main content

Release Notes - Apache RocketMQ Spring - Version 2.1.1

· One min read

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.

Improvement

  • [ISSUE #282] - Upgrade RocketMQ client version to 4.7.1.
  • [ISSUE #263] - Change the version of rocketmq client in the pom's file.
  • [ISSUE #285] - Upgrade jackson and fastjson version.
  • [ISSUE #262] - Support custom AsyncSenderExecutor when sending messages asynchronously.

Bug

  • [ISSUE #271] - AccessKey and secretKey are wrong when create producer.
  • [ISSUE #241] - Make the unit of consumeTimeout in rocketmq-spring consistent with rocketmq client.
  • [ISSUE #242] - SyncSend batchMessage method without timeout param.