The following release notes cover the ApsaraMQ for RocketMQ TCP client SDK for .NET. Each entry includes the version number, release date, changes, and download links.
We recommend that you use the latest RocketMQ 5.x SDKs. These SDKs are fully compatible with ApsaraMQ for RocketMQ 5.x brokers and provides more functions and enhanced features. For more information, see C++ SDK version information.
Alibaba Cloud only maintains RocketMQ 4.x, 3.x, and TCP client SDKs. We recommend that you use them only for existing business.
2.0.1 (2021-03-31)
Bug fixes
Fixed a compatibility issue with the ApsaraMQ for RocketMQ API and resolved bugs in the
Message#setBody(byte[] body, int size)method.
Other changes
Updated the Quick Start document with tips on using the x64 library.
Downloads
| Platform | Link |
|---|---|
| Windows | aliyun-mq-windows-net-sdk-2.0.1.zip |
| Linux | aliyun-mq-linux-net-sdk.tar.gz |
| Linux | aliyun-mq-linux-net-sdk.tar.gz |
| Darwin | aliyun-mq-darwin-net-sdk.tar.gz |
2.0.0 (2021-03-24)
Improvements
Rebuilt on GraalVM to align features with SDK for Java, SDK for C, and SDK for C++.
Bug fixes
Fixed a stability issue with shared libraries.
Downloads
| Platform | Link |
|---|---|
| Windows | aliyun-mq-windows-net-sdk-2.0.0.zip |
| Darwin | aliyun-mq-darwin-net-sdk.tar.gz |
1.1.4 (2019-11-06)
Improvements
Added support for querying consumption traces of ordered messages.
Optimized the message pull process to prevent message accumulation caused by pull exceptions.
Optimized delivery retry intervals for ordered messages.
Bug fixes
Fixed inaccurate delivery retry counts for ordered messages.
Fixed an issue where a producer generated duplicate message IDs under certain conditions.
Downloads
| Platform | Link |
|---|---|
| Windows | aliyun-mq-windows-net-sdk.zip |
1.1.3 (2019-02-01)
Improvements
Added two access methods for users with instantiated resources: Access methods for users without instantiated resources remain unchanged.
Configure
NAMESRV_ADDRthat containsInstanceId.Configure
InstanceIdandNAMESRV_ADDRseparately, whereNAMESRV_ADDRdoes not containInstanceId.
Replaced producer IDs and consumer IDs with group IDs.
Downloads
| Platform | Link |
|---|---|
| Windows | aliyun-mq-windows-net-sdk.zip |