Skip to content

Releases: Azure/azure-uamqp-python

uamqp v0.1.0b4

20 Apr 16:29
1e8ffd2

Choose a tag to compare

uamqp v0.1.0b4 Pre-release
Pre-release
  • 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

14 Apr 17:09

Choose a tag to compare

uamqp v0.1.0b3 Pre-release
Pre-release
  • 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

24 Mar 18:15

Choose a tag to compare

uamqp v0.1.0b1 Pre-release
Pre-release
  • 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

19 Mar 21:07

Choose a tag to compare

uamqp v0.1.0a3 Pre-release
Pre-release

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

12 Mar 22:10
0c08f17

Choose a tag to compare

uamqp v0.1.0a2 Pre-release
Pre-release

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.