This topic describes the .NET SDK version information, including the download link, release time, and updates, so that you can obtain the applicable .NET SDK to send and subscribe to messages as needed. For more information about how to prepare the environment, see Prepare the environment.
ons-.net v1.1.4
Date | Version | Download (Windows version) |
---|---|---|
2019-11-06 | 1.1.4 | aliyun-mq-windows-net-sdk.zip |
Function optimization
- Supported querying the consumption traces of ordered messages.
- Optimized the message pull process to prevent message accumulation caused by pull exceptions.
- Optimized the retry interval for ordered messages.
- Fixed the problem of the inaccurate count of ordered message retries.
- Fixed the problem of duplicated message IDs generated by the client in certain conditions.
ons-.net v1.1.3
Date | Version | Download (Windows version) |
---|---|---|
2019-02-01 | 1.1.3 | aliyun-mq-windows-net-sdk.zip |
Function optimization
- Enabled instance user access to the service in either of the following modes (that
for non-instance users unchanged):
- Configure NAMESRV_ADDR with InstanceId.
- Configure InstanceId and NAMESRV_ADDR without InstanceId.
- Replaced ProducerId and ConsumerId with Group ID.
ons-.net v1.1.2
Date | Version | Download (Windows version) |
---|---|---|
2018-10-24 | 1.1.2 | aliyun-mq-windows-net-sdk.zip |
Function optimization
Bugs fixed
- Fixed the problem of consumption of ordered messages.
ons-.net v1.1.1
Date | Version | Earlier version download (Windows) | New version download (Windows) |
---|---|---|---|
2018-01-09 | 1.1.1 | None (not maintained anymore) | aliyun-mq-windows-net-sdk.zip |
New features
- Added an operation for sending byte messages.
Bugs fixed
- Fixed the problem that the IP address obtained from message tracing is incorrect.
Earlier versions
ons-.net v1.1.1
Date | Version | Earlier version download (Windows) | New version download (Windows) |
---|---|---|---|
2018-01-09 | 1.1.1 | None (not maintained any more) | aliyun-mq-windows-net-sdk.zip |
New features
- Added an operation for sending byte messages.
Bugs fixed
- Fixed the problem that the IP address obtained from message tracing is incorrect.
ons-.net v1.1.0
Date | Version | Earlier version download (Windows) | New version download (Windows) |
---|---|---|---|
2017-07-31 | 1.1.0 | aliyun-mq-windows-net-sdk.zip | aliyun-mq-windows-net-sdk.zip |
Bugs fixed
- Fixed core dump caused by consumer shutdown.
- Fixed the problem that the underlying URL class does not support HTTP access on Windows.
- Fixed the timestamp error of message tracing.
- Fixed the problem that an incorrect IP address is displayed in message tracing.
- Fixed memory leakage on Windows.