Releases: Azure/amqpnetlite
Releases Β· Azure/amqpnetlite
Release 2.4.11
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.
Release 2.4.3
Changes:
- nanoFramework: update dependencies.
- [#452] Support Socket and SslStream configuration through IHandler interface. Make their configuration available on net35.
- [#460] NotifyClosed not being called on connection loss detected by HeartBeat
- [#461] Add the ability to encode nested IList.
- [#466] Expose option to cancel inflight message.
Release 2.4.2
Bug fix:
[#439] Serialization does not handle circular type references (additional fix)
Improvements:
Introduce IStringDecoder to support custom string pooling on read.