Skip to content

Releases: Azure/azure-amqp

Release 2.6.7

14 May 23:35
Compare
Choose a tag to compare

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

03 May 21:16
Compare
Choose a tag to compare

[#258] AmqpTransportInitiator.Complete is throwing a NullReferenceException that causes app crash

Release 2.6.5

23 Feb 17:31
Compare
Choose a tag to compare

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

28 Nov 17:33
Compare
Choose a tag to compare
  1. [#250] CheckCertificateRevocation flag in TlsTransportSettings doesn't do anything / isn't respected.
  2. 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

24 Jul 20:48
Compare
Choose a tag to compare
  • 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

22 Mar 20:43
Compare
Choose a tag to compare

[#240] Guid handling does not account for endianness.
[#241] File version is not updated with releases.
[#242] Intermittent connection failures when using AMQPS on .net 6.

Release 2.6.1

11 Jan 23:06
Compare
Choose a tag to compare

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

09 Dec 17:02
Compare
Choose a tag to compare
Release 2.6.0 Pre-release
Pre-release
  • Support draining credit in receiver link.
  • [#141] Don't introduce root namespace "Platform"

Release 2.5.12

02 Jun 15:58
Compare
Choose a tag to compare

Fix:

  • Throw IOException when SslStream is not authenticated or disposed.

Release 3.0.0-preview

15 Mar 17:20
Compare
Choose a tag to compare
Release 3.0.0-preview Pre-release
Pre-release

This is a preview of the next major release.