Releases: Azure/amqpnetlite
Releases Β· Azure/amqpnetlite
Release 2.5.1
Release 2.5.0
Fixes and improvements:
[#587] Write delivery out side of session's lock
[#590] ConnectionFactory: support CancellationToken
[#595] Connection pump blocked in synchronous continuation
Added new framework targets: net48
Updated SslProtocols default for newer platforms/frameworks
Supported FlushAsync in transport
Supported asynchronous SASL profile initialization and command processing
Deprecated netmf 4.2, 4.3, netcore451 that are only supported by VS 2015. Moved all projects to VS 2019.
Release 2.4.11
Fixes,
- [#584] unobserved exception in task
Release 2.4.10
Changes:
- [#360] Fix link uniqueness checks.
Release 2.4.9
Release 2.4.8
Release 2.4.7
Release 2.4.6
Release 2.4.5
Release 2.4.4
Fixes and improvements:
- [#444] Advertised idle timeout should be half the actual value.
- [#449] ReceiverLink: acknowledge a message with delivery information.
- Expose transport objects (socket, http listener context, web-socket context, listener connection) through IHandler.
- A potential NullReferenceException in WebSocket listener
- Ensure handler factory on connection listener is invoked once per transport.
- [#472] Expose Message.GetEstimatedMessageSize()
- [#474] Timeout unit for TCP Keep Alive settings differs across frameworks.
- [#476] Ensure SaslProfile.UpgradeTransport is called.
- [#479] MaxFrameSize on Open class is not honored
- [#481] Connections are leaked upon protocol exceptions.
- [#264] Use ConnectionFactory, if available, to connect for connections created by constructors.
- [#307] Support address resolver in container host to allow custom address translation before processor lookup.
- [#487] Test broker: remove implicit queue when the last connection is closed.