Releases: Azure/azure-amqp
Releases · Azure/azure-amqp
Release 2.4.5
- Add netstandard2.0 target.
- Dispose timer objects explicitly instead of relying on finalizer.
Notes: for netstandard2.0 target, serialization of a field uses reflection instead of IL emit. If you have fields marked as [AmqpMember]
, please convert them to property members. It only affect code that uses AmqpContractSerializer
.
Release 2.4.4
Changes:
- Keep default socket buffer sizes unless they are set by the user.
Release 2.4.3
- Workaround for app crash on Mono Android
Release 2.4.2
Bug fixes,
- [#138] NullReferenceException in Transport.TcpTransport when there is no internet connection.
- Transaction controller is not recovering from a fault.
Release 2.4.1
This package contains changes for UWP platform only.
UWP project requires min Windows build 10.0.16299 and UWP platform 6.1.9, to support client certificate on TLS transport.
Release 2.3.7
Fixes:
- NullReferenceException when reading link unsettledMap
- Exception when releasing messages during link close.
Release 2.3.6
Fix:
- ObjectDisposedException when reading serialized size of a body stream message twice.
Release 2.3.5
Release 2.3.4
- Remove 'sealed' tag from SaslTransport and SaslTransportProvider