Skip to content

Releases: Azure/amqpnetlite

Release 2.5.3

Choose a tag to compare

@xinchen10 xinchen10 released this 02 Jun 17:56
f7a99a0

Enhancements:

  • [#639]: Add DeliveryStateChanged event to SenderLink and ReceiverLink

Release 2.5.2

Choose a tag to compare

@xinchen10 xinchen10 released this 15 Apr 23:11
58c1559

Fixes and improvements:

  • [#630] Add OnLinkStateProperties callback for flow link-state properties
  • [#634] Handle ObjectDisposedException in WebSocket close

Release 2.5.1

Choose a tag to compare

@xinchen10 xinchen10 released this 05 Sep 20:24

[#626] Prevent unobserved task exception when closing the WebSocket.
Test improvements

Release 2.5.0

Choose a tag to compare

@xinchen10 xinchen10 released this 28 Jul 22:45
2f1f14d

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

Choose a tag to compare

@xinchen10 xinchen10 released this 25 Jun 17:12

Fixes,

  • [#584] unobserved exception in task

Release 2.4.10

Choose a tag to compare

@xinchen10 xinchen10 released this 30 May 16:52

Changes:

  • [#360] Fix link uniqueness checks.

Release 2.4.9

Choose a tag to compare

@xinchen10 xinchen10 released this 04 Mar 23:52

Fixed the following issues:

  • [#578] Protocol violation when sending FLOW field delivery-count
  • [#579] Timestamp encoding precision loss, especially when encoding DateTime.MaxValue.

Release 2.4.8

Choose a tag to compare

@xinchen10 xinchen10 released this 04 Jan 17:07

Fixes:

  • [#576] AmqpSettings IdleTimeout improvement to allow infinite idle timeout
  • [#575] Protocol violation when sending FLOW

Release 2.4.7

Choose a tag to compare

@xinchen10 xinchen10 released this 09 Oct 17:37

[#570] ConnectionFactory should fail connection as early as possible.
[#573] Improve memory usage: dispose SocketAsyncEventArgs objects in TcpTransport.

Release 2.4.6

Choose a tag to compare

@xinchen10 xinchen10 released this 16 May 19:02

[#553] Sending an AMQP message from an ASP.NET 4.7.2 page request context
[#557] Transaction Support for SendAsync in .NET Core
[#566] Support custom message format (no custom encoding)