Skip to content

Releases: Azure/azure-amqp

Release 2.3.2

03 Jul 17:31
5af755a
Compare
Choose a tag to compare
  • Support close on cbs link so that pending put-token calls can be cancelled when connection is closed.

Release 2.3.1

13 Jun 00:38
9fffe23
Compare
Choose a tag to compare

[#104] Upgrade WebSocket Client version to 4.0.2
[#105] NuGet.org is missing a link to the GitHub repository
[#106] Unobserved exception was rethrown by the finalizer thread

Release 2.3.0

10 May 00:59
339708e
Compare
Choose a tag to compare

#102 Do not cache message stream when calculating size
Update system web socket client package to 4.0.2

Release 2.2.0

14 Feb 01:23
38b170b
Compare
Choose a tag to compare

Changes:

  • [#87] Removed ICloneable interface from code
  • [#93 Possible connection reset on .net core 2.0 during connection open
  • [#77] Throw exception in send/receive if the object is closed
  • Output stream message loses modified properties
  • Improved AMQP transaction support

Release 2.1.3

09 Dec 01:01
11ed647
Compare
Choose a tag to compare
  • #83 Android library crashes on resource string access
  • #84 Added ConfigureAwait(false) to avoid deadlocks

Release 2.1.2

09 Oct 18:42
Compare
Choose a tag to compare
  • Update package dependencies in nuspec.
  • Add web proxy for websocket transport

Release 2.1.1

15 Aug 23:25
Compare
Choose a tag to compare

TLS transport on UWP is not working

Release 2.1.0

02 Aug 01:02
Compare
Choose a tag to compare

Features:

  • WebSockets transport support
  • Connection factory for easier connection creation

Fixes and improvements:

  • Allow SSL protocols to be set by application
  • Memory usage in connections
  • Random failures in request response communication
  • Transport initiator timeout support to fix potential hang in web socket transport establishment
  • Set SASL frame max size to 512 per the spec
  • Transport exceptions when running in Mono