Releases: Azure/azure-amqp
Releases · Azure/azure-amqp
Release 2.5.2
Changes:
- Make WebSocketTransport Constructor public.
- Support cancellation token for txn controller.
- Set link open/close timeout from settings.
Release 2.5.1
Changes:
- Dispose cancellation token registration after operation is completed.
- Default operation timeout for link methods that do not have a timeout parameter.
- Apply minimum wait time to receive calls with TimeSpan.Zero wait time only when prefetch is off.
Release 2.5.0
Changes
- [#181] Cancellation Token Support
Release 2.4.13
Changes:
- [#176] Occasional service process crash cased by disposition batch timer.
- Disable session disposition batching by default.
- Connection idle time out should be half of the actual user specified value.
- Support EventSource (provider name: Microsoft-Azure-Amqp).
Release 2.4.11
Fixes:
- In auto-flow mode, do not issue more credits when the receiver link is closing.
Release 2.4.10
Changes:
- Support user supplied maximum memory size for initializing transport buffer manager.
- Support frame logging for debugging purposes.
Release 2.4.9
Release 2.4.8
Fixes:
- Receive calls could timeout when they are made concurrently and auto-flow is off.
Release 2.4.7
- Implemented timeout when creating a tcp transport. On some platforms the tcp connect can take up to 90 seconds to error out when the remote peer is down.
Release 2.4.6
Fixed bugs
- Fails to open an AMQPS connection on
.NET 5.0
.