Skip to content

Releases: Azure/azure-uamqp-python

uamqp v1.6.9

20 Mar 14:07
e8f4657
Compare
Choose a tag to compare
  • Incorporate fixes from PR to use safe math in messages.

uamqp v1.6.8

29 Jan 15:32
21bdd96
Compare
Choose a tag to compare

uamqp v1.6.7

29 Jan 15:30
0398856
Compare
Choose a tag to compare
  • Fixes for CVE-2024-21646

uamqp v1.6.6

29 Jan 15:29
9571859
Compare
Choose a tag to compare
  • Update to add wheels for python 3.12

uamqp v1.6.5

28 Jul 19:13
e506d70
Compare
Choose a tag to compare

Starting with this release uamqp will not be in active maintenance, as the Event Hubs & Service Bus libraries are now using the python based AMQP library.

  • Build windows wheels with visual studio 2002
  • Few more openssl 3.0 updates at the submodules

uamqp v1.6.4

07 Jul 18:12
5b31ff4
Compare
Choose a tag to compare
  • Updated OpenSSL dependency to 1.1.1t
  • Updated submodules to support OpenSSL 3.0 compilation
  • Removed dependency on six
  • Fixed a bug that caused the wrong port to selected for websockets when a port was not passed in

uamqp v1.6.3

07 Jul 18:11
13ddcbe
Compare
Choose a tag to compare

Wheels from this release forward have been built with manylinux2014.

  • Added in support for python 3.11
  • Updated OpenSSL dependency to 1.1.1q
  • Wheels are now built with cibuildwheel for linux, macOS and windows

uamqp v1.6.1

07 Jul 18:09
93f68cc
Compare
Choose a tag to compare

This will release will be the last with wheels generated with manylinux2010 as it is deprecated.

*Added support for handling duplicate certificates in azure-c-shared-utility dependency by using CERT_STORE_ADD_REPLACE_EXISTING parameter in the CertAddEncodedCertificateToStore function call. (azure-sdk-for-python issue #26034)

uamqp v1.6.0

07 Jul 18:07
375b99b
Compare
Choose a tag to compare

This version and all future versions will require Python 3.7+, Python 3.6 is no longer supported.

  • Added data, value, sequence properties to uamqp.Message, which return the body if the body type corresponds.
  • Added message_annotations property to uamqp.Message, which is an alias for the annotations instance variable.
  • Added data property to uamqp.BatchMessage, which returns the iterable body of the batch.
  • Added ttl property to uamqp.MessageHeader, which is an alias for the time_to_live instance variable.

uamqp v1.5.3

23 Mar 23:17
b926796
Compare
Choose a tag to compare
  • Updated OpenSSL dependency to 1.1.1n for wheels of manylinux and macOS.