Releases: Azure/azure-uamqp-python
Releases · Azure/azure-uamqp-python
uamqp v0.1.0b4
- Fixed memory leak in async receive.
- Removed close_on_done argument from client receive functions.
- Added receive iterator to synchronous client.
- Made async iter receive compatible with Python 3.5.
uamqp v0.1.0b3
- Fixed SSL errors in manylinux wheels.
- Fixed message annoations attribute.
- Fixed bugs in batched messages and sending batched messages.
- Fixed conflicting receiver link ID.
- Fixed hanging receiver by removing queue max size in sync clients.
- Added support for sending messages with None and empty bodies.
Installation notes
- When installing on Linux, the CA certificate bundle must also be installed.
- Only High Sierra is supported when installing from source on MacOSX
uamqp v0.1.0b1
- Added management request support.
- Fixed message-less C operation ValueError.
- Store message metadata in Python rather than C.
- Refactored Send and Receive clients to create a generic parent AMQPClient.
- Fixed None receive timestamp bug.
- Removed async iterator queue due to instabilities - all callbacks are now synchronous.
Installation notes:
- Source install (i.e. using --no-binary) is currently only available for Linux.
- If you are running Mac OSX < 10.13 (High Sierra), please let us know if you encounter any compatibility issues.
uamqp v0.1.0a3
Release includes some bug fixes as well as new features.
- Added support for asynchronous message receive by iterator or batch.
- Removed synchronous receive iterator, and replaced with synchronous batch receive.
- Added sync and async context managers for Send and Receive Clients.
- Fixed token instability and added put token retry policy.
- Exposed Link ATTACH properties.
- A connection now has a single $cbs session that can be reused between clients.
- Added C debug trace logging to the Python logger (‘uamqp.c_uamqp’)
Installation notes:
- Source install (i.e. using --no-binary) is currently only available for Linux.
- If you are running Mac OSX < 10.13 (High Sierra), please let us know if you encounter any compatibility issues.
uamqp v0.1.0a2
Preview release.
Installation notes:
- Source install (i.e. using --no-binary) is currently only available for Linux.
- If you are running Mac OSX < 10.13 (High Sierra), please let us know if you encounter any compatibility issues.