Releases: Azure/azure-amqp
Releases · Azure/azure-amqp
Release 2.6.9
v2.6.8
Release 2.6.7
Fixes:
- Handle null binary value in decoding a Data section (error: The requested data size '4' is greater than the length of the remaining buffer '0').
Release 2.6.6
[#258] AmqpTransportInitiator.Complete is throwing a NullReferenceException that causes app crash
Release 2.6.5
Fixed one important memory leak bug, improved allocations in encoding and added protection against a potential stuck in completing messages.
- Memory leak due to leaked cancellation token registrations.
- Ensure DisposeAsyncResult is always completed.
- [#253] [BUG] Service Bus: Cannot access a disposed object exception. Converted ObjectDisposedException to IOException.
- [#255] Fix ReceiveMessagesAsync null return case.
- Reduced boxing and string allocation in the encoding layer.
Release 2.6.4
- [#250] CheckCertificateRevocation flag in TlsTransportSettings doesn't do anything / isn't respected.
- Use SslProtocols.None in TLS transport to pick up the system default (e.g. TLS 1.3 is supported and enabled).
Release 2.6.3
- Update assembly file version for new releases.
- [#247] Remove allocations for AmqpMap enumeration by storing the Dictionary
- Avoid byte[] allocation in string/symbol encoding.
- Improve transport open timeout: add a buffered timeout in transport initiator.
Release 2.6.2
Release 2.6.1
This release supersedes 2.6.0.
- Support draining credit in receiver link.
- [https://github.com//issues/141] Don't introduce root namespace "Platform"
Release 2.6.0
- Support draining credit in receiver link.
- [#141] Don't introduce root namespace "Platform"