Skip to content

uamqp v0.1.0b1

Pre-release
Pre-release

Choose a tag to compare

@annatisch annatisch released this 24 Mar 18:15
  • 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.