Skip to content

Releases: Azure/azure-amqp

Release 2.4.5

16 Jul 16:39
Compare
Choose a tag to compare
  • Add netstandard2.0 target.
  • Dispose timer objects explicitly instead of relying on finalizer.

Notes: for netstandard2.0 target, serialization of a field uses reflection instead of IL emit. If you have fields marked as [AmqpMember], please convert them to property members. It only affect code that uses AmqpContractSerializer.

Release 2.4.4

09 Jun 18:04
Compare
Choose a tag to compare

Changes:

  • Keep default socket buffer sizes unless they are set by the user.

Release 2.4.3

09 Jul 19:06
Compare
Choose a tag to compare
  • Workaround for app crash on Mono Android

Release 2.4.2

26 Mar 17:54
Compare
Choose a tag to compare

Bug fixes,

  • [#138] NullReferenceException in Transport.TcpTransport when there is no internet connection.
  • Transaction controller is not recovering from a fault.

Release 2.4.1

25 Feb 19:29
Compare
Choose a tag to compare

This package contains changes for UWP platform only.

UWP project requires min Windows build 10.0.16299 and UWP platform 6.1.9, to support client certificate on TLS transport.

Release 2.3.7

06 Dec 19:50
Compare
Choose a tag to compare

Fixes:

  • NullReferenceException when reading link unsettledMap
  • Exception when releasing messages during link close.

Release 2.3.6

28 Nov 22:03
Compare
Choose a tag to compare

Fix:

  • ObjectDisposedException when reading serialized size of a body stream message twice.

Release 2.3.5

21 Sep 18:19
1af9b1a
Compare
Choose a tag to compare

[#122] Make AmqpTrace public to enable logging
[#123] Fix timeout issue in disposition async result.

Release 2.3.4

12 Sep 22:24
1db6316
Compare
Choose a tag to compare
  • Remove 'sealed' tag from SaslTransport and SaslTransportProvider

Release 2.3.3

29 Aug 21:01
270da80
Compare
Choose a tag to compare

[#115] Passing timeout value for DisposeAsyncResult
[#116] Make SslStream of TlsTransport accessible from derived classes