Releases: Azure/azure-amqp
Releases · Azure/azure-amqp
Release 2.5.12
Fix:
- Throw IOException when SslStream is not authenticated or disposed.
Release 3.0.0-preview
This is a preview of the next major release.
Release 2.5.10
Changes:
- Revert more breaking changes in Singleton class (#215)
Release 2.5.9
Fix:
- Removing breaking changes made between 2.5.6 and 2.5.8 (#214)
Release 2.5.8
Singleton: use TaskCreationOptions.RunContinuationsAsynchronously to avoid potential deadlock in application code.
Release 2.5.7
- CBS link cancellation token support.
- Connection level operation timeout.
- Dependency update in NuGet package.
Release 2.5.6
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
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
Changes:
- WebSocketTransport.CloseInternal returns incorrect values that could cause exceptions in connection closing.
Release 2.5.3
Changes:
- Potential NullReferenceException from cancellation token registration when a token is already cancelled.