Skip to content

Releases: apache/rocketmq-clients

nodejs-1.0.0

22 Jan 14:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: golang/v5.1.0-rc.1...nodejs-1.0.0

Release RocketMQ Client Java 5.0.6

26 Feb 11:16
Compare
Choose a tag to compare

What's Changed

  • Remove redundant code by @aaron-ai in #424
  • Don't use GaugeObserver#close by @aaron-ai in #429
  • Add ExcludeFromJacocoGeneratedReport annotation by @aaron-ai in #441
  • Ensure the compatibility of modifications to the RocketMQ Java client code with OpenTelemetry instrumentation by @aaron-ai in #438
  • fix: setGroup() invoked twice when wrapAckMessageRequest() by @f1amingo in #522
  • Provides singleton example for producer by @aaron-ai in #540
  • Bump rocketmq-proto from 2.0.2 to 2.0.3 by @aaron-ai in #550
  • Implement the reentrant PushConsumer message receiving by @aaron-ai in #547
  • Add comments to turn off SSL into the example code to avoid some compatibility issues by @aaron-ai in #552
  • [ISSUE #608] Print message id and message queue when consume result is failure by @drpmma in #609
  • update out-of-date java client examples by @kingkh1995 in #627
  • [ISSUE #660] Add namespace in java client by @drpmma in #661
  • [ISSUE #660] Add namespace in metadata by @drpmma in #671

Full Changelog: java-5.0.5...java-5.0.6

golang/v5.1.0-rc.1

16 Jan 06:22
0aaf9f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1-rc1-golang...golang/v5.1.0-rc.1

rust-5.0.0

07 Aug 07:10
1c43ebe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rust-5.0.0-rc1...rust-5.0.0

rust-5.0.0-rc1

28 Jul 05:26
1e7aa33
Compare
Choose a tag to compare
rust-5.0.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: java-5.0.5...rust-5.0.0-rc1

Release RocketMQ Client .NET 5.1.1-rc1

12 May 02:26
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: csharp-5.1.0...csharp-5.1.1-rc1

Release RocketMQ Client Java 5.0.5

21 Mar 06:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: java-5.0.4...java-5.0.5

Release RocketMQ Client .NET 5.1.0

20 Mar 09:33
1024a8a
Compare
Choose a tag to compare

Here are the key highlights of this release:

  • Package Release: The RocketMQ .NET client package is now available on the NuGet Gallery for easy installation and updates.
  • Java Client Alignment: The .NET client now has interface alignment with the Java client implementation.
  • Transactional Messaging Support: The client now supports transactional messaging to ensure data consistency in distributed systems.
  • .NET Core 3.1 Support: The client now supports .NET Core 3.1 for better performance and compatibility.
  • Improved CI Pipeline: The release comes with an enhanced continuous integration pipeline that enables faster and more efficient testing and deployment.
  • Logging Configuration with Environment Variables: The client now supports the use of environment variables to configure logging-related settings for greater flexibility.
  • Bug Fixes: We have fixed several bugs to improve the stability and reliability of the client.

Release RocketMQ Client .NET 5.1.0-rc1

17 Mar 06:30
Compare
Choose a tag to compare
Pre-release

Here are the key highlights of this release:

  • Package Release: The RocketMQ .NET client package is now available on the NuGet Gallery for easy installation and updates.
  • Java Client Alignment: The .NET client now has interface alignment with the Java client implementation.
  • Transactional Messaging Support: The client now supports transactional messaging to ensure data consistency in distributed systems.
  • .NET Core 3.1 Support: The client now supports .NET Core 3.1 for better performance and compatibility.
  • Improved CI Pipeline: The release comes with an enhanced continuous integration pipeline that enables faster and more efficient testing and deployment.
  • Logging Configuration with Environment Variables: The client now supports the use of environment variables to configure logging-related settings for greater flexibility.
  • Bug Fixes: We have fixed several bugs to improve the stability and reliability of the client.

Release RocketMQ Client Golang 5.0.1-rc1

21 Dec 03:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: rocketmq-client-golang-5.0.0...v5.0.1-rc1-golang