Skip to content

Releases: Azure/azure-uamqp-python

uamqp v1.2.15

02 Mar 19:13
e1051ae

Choose a tag to compare

  • Added desired-capabilities for SendClient(Async) and MessageSender(Async) as part of the AMQP protocol.
  • Added types for AMQPShort and AMQPuShort for explicit handling of short and unsigned short encoding.

uamqp v1.2.14

10 Feb 11:06
32cf748

Choose a tag to compare

  • Updated Azure uAMQP C and Azure C Shared Utility dependencies.
  • Fixed memory leak with SAS Token creation.

uamqp v1.2.13

06 Jan 22:18
b7de7ba

Choose a tag to compare

  • Fixed bug in accessing MessageProperties.user_id triggering segmentation fault when the underlying C bytes are NULL.
  • Fixed bug in MessageProperties.user_id being limited to 8 bytes.
  • Fixed bug where connection establishment on macOS with Clang 12 triggering unrecognized selector exception.
  • Fixed bug that macOS was unable to detect network error.
  • Fixed bug that ReceiveClient and ReceiveClientAsync receive messages during connection establishment.

uamqp v1.2.12

09 Oct 21:32

Choose a tag to compare

  • Updated cython dependency to 0.29.21.
  • Added support for Python 3.9.

uamqp v1.2.11

02 Oct 01:14
36eabbc

Choose a tag to compare

  • Updated tlsio_openssl module to send SNI when establishing tls connection (Thanks to milope).
  • Fixed bug where Message.footer and Message.delivery_annotation were not encoded into the outgoing payload.
  • Fixed bug where message sending timeout error didn't get raised out.

uamqp v1.2.10

05 Aug 20:58
ccc9c82

Choose a tag to compare

  • Added parameter shutdown_after_timeout to ReceiveClient and ReceiveClientAsync which gives control over whether to shutdown receiver after timeout.

uamqp v1.2.9

06 Jul 16:57
31278a3

Choose a tag to compare

  • Added method MessageReceiver.reset_link_credit which is responsible for resetting current available link credit on the receiver link and send update to the sender.

uamqp v1.2.8

21 May 18:45
21e1a63

Choose a tag to compare

  • Fix to initialize delivery_count header at 0 instead of None (azure-sdk-for-python issue #9708)
  • Added info fields to rejected delivery disposition.

uamqp v1.2.7

21 May 18:35
bd30f8f

Choose a tag to compare

  • Fixed bug in setting certificate of tlsio on MacOS (azure-sdk-for-python issue #7201).
  • Fixed seg fault in logging network tracing on MacOS (PR#147, Thanks to malthe).
  • Fixed typos in log messages (PR#146, Thanks to bluca).
  • Imrpoved reproducibility of the generated c_uamqp.c file (PR#144, Thanks to bluca).

uamqp v1.2.6

14 Feb 19:55
c98f471

Choose a tag to compare

  • Fixed seg fault in tearing down a failed link with unsent pending messages.