Skip to content

Releases: Azure/azure-amqp

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.

Release 2.5.10

10 Jan 17:12
Compare
Choose a tag to compare

Changes:

  • Revert more breaking changes in Singleton class (#215)

Release 2.5.9

07 Jan 19:39
Compare
Choose a tag to compare
Release 2.5.9 Pre-release
Pre-release

Fix:

  • Removing breaking changes made between 2.5.6 and 2.5.8 (#214)

Release 2.5.8

03 Dec 19:23
Compare
Choose a tag to compare
Release 2.5.8 Pre-release
Pre-release

Singleton: use TaskCreationOptions.RunContinuationsAsynchronously to avoid potential deadlock in application code.

Release 2.5.7

03 Dec 17:45
Compare
Choose a tag to compare
Release 2.5.7 Pre-release
Pre-release
  • CBS link cancellation token support.
  • Connection level operation timeout.
  • Dependency update in NuGet package.

Release 2.5.6

27 Sep 23:06
Compare
Choose a tag to compare

Changes:

  • Receive request not removed if cancellation already happened before registration.
  • The IsCompletedSynchronous flag may not be correct if cancellation happens synchronously.
  • A new API in RequestResponseLink that support txnId together with cancellation token.

Release 2.5.5

23 Sep 23:35
Compare
Choose a tag to compare

Changes:

  • Messages may be added to a cancelled receive request and not delivered to a new request.
  • Throws TaskCancelledException from ReceiveAsync calls upon cancellation.

Release 2.5.4

10 Sep 16:26
Compare
Choose a tag to compare

Changes:

  • WebSocketTransport.CloseInternal returns incorrect values that could cause exceptions in connection closing.

Release 2.5.3

23 Aug 16:26
Compare
Choose a tag to compare

Changes:

  • Potential NullReferenceException from cancellation token registration when a token is already cancelled.