Skip to content

Releases: Azure/azure-amqp

Release 2.5.2

20 Aug 00:20
Compare
Choose a tag to compare

Changes:

  • Make WebSocketTransport Constructor public.
  • Support cancellation token for txn controller.
  • Set link open/close timeout from settings.

Release 2.5.1

15 Jul 21:03
Compare
Choose a tag to compare

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

28 Jun 16:29
Compare
Choose a tag to compare
Release 2.5.0 Pre-release
Pre-release

Changes

  • [#181] Cancellation Token Support

Release 2.4.13

30 Mar 01:07
Compare
Choose a tag to compare

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

17 Feb 17:14
Compare
Choose a tag to compare

Fixes:

  • In auto-flow mode, do not issue more credits when the receiver link is closing.

Release 2.4.10

14 Jan 17:27
Compare
Choose a tag to compare

Changes:

  • Support user supplied maximum memory size for initializing transport buffer manager.
  • Support frame logging for debugging purposes.

Release 2.4.9

30 Nov 23:55
7871912
Compare
Choose a tag to compare

Fixes,

  • [#169] Reject empty message early (otherwise a NullReferenceException occurs later).
  • [#172] Singleton does not correctly handle concurrent opening & closing.

Release 2.4.8

04 Nov 17:42
Compare
Choose a tag to compare

Fixes:

  • Receive calls could timeout when they are made concurrently and auto-flow is off.

Release 2.4.7

19 Sep 18:01
Compare
Choose a tag to compare
  • 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

02 Sep 23:03
Compare
Choose a tag to compare

Fixed bugs

  • Fails to open an AMQPS connection on .NET 5.0.