This topic lists the release history for the ApsaraMQ for RocketMQ C++ TCP client SDK, including new features, bug fixes, and improvements in each version.
We recommend that you use the latest RocketMQ 5.x SDKs. They are fully compatible with ApsaraMQ for RocketMQ 5.x brokers and provide more functions and enhanced features. See Release notes for RocketMQ 5.x SDKs.
Alibaba Cloud maintains the RocketMQ 4.x, 3.x, and TCP client SDKs for existing business only.
1.1.2
Release date: January 16, 2019
New features
Added two access methods for instantiated resources: Access methods for non-instantiated resources remain unchanged.
Configure a
NAMESRV_ADDRthat contains theInstanceId.Configure the
InstanceIdseparately and use aNAMESRV_ADDRthat does not contain theInstanceId.
Replaced producer IDs and consumer IDs with group IDs.
Downloads
| Platform | Link |
|---|---|
| Windows | aliyun-mq-windows-cpp-sdk.zip |
| Linux | aliyun-mq-linux-cpp-sdk.tar.gz |
1.1.1
Release date: July 31, 2018
New features
Added SSL encryption for message transmission. This feature is available only in ApsaraMQ for RocketMQ Enterprise Platinum Edition.
Added asynchronous message pulling through the
PushConsumerclass at a higher speed.
Bug fixes
Fixed issues related to ordered messages.
Reduced log noise: logs are generated only when rebalancing results change.
Fixed an issue where the system flag could not be serialized to the header of a one-way request.
Downloads
| Platform | Link |
|---|---|
| Windows | aliyun-mq-windows-cpp-sdk.zip |
| Linux | aliyun-mq-linux-cpp-sdk.tar.gz |