Releases: Azure/azure-uamqp-python
Releases · Azure/azure-uamqp-python
v1.6.11
v1.6.10
- Incorporate fixes in to vendored uamqp-c code to use safe math
uamqp v1.6.9
- Incorporate fixes from PR to use safe math in messages.
uamqp v1.6.8
- Incorporate fixes from Azure/azure-uamqp-c#447
uamqp v1.6.7
- Fixes for CVE-2024-21646
uamqp v1.6.6
- Update to add wheels for python 3.12
uamqp v1.6.5
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
- 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
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
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)