Skip to content

Releases: smok-serwis/coolamqp

v1.3.0

04 Apr 10:17
Compare
Choose a tag to compare
  • updated to use latest RabbitMQ AMQP 0-9-1 definition from the RabbitMQ's website

v1.2.16

04 Apr 07:38
Compare
Choose a tag to compare
  • modified the year in client information in handshake.py

v1.2.15

24 Sep 13:16
Compare
Choose a tag to compare
  • replaced python-prctl with setproctitle thanks to the latter
    having less fascist license (BSD vs GNU GPL v3)

v1.2.14

06 Apr 12:51
Compare
Choose a tag to compare
  • added slots to AMQPContentPropertyList
    • without slots in the base class the compiled classes
      gained no boost from slots being specified for them whatsoever
  • fixed str in AMQPContentPropertyList
  • added slots to AMQPFrame
  • removed redundant logging in coolamqp.uplink.connection.connection

v1.2.13

31 Mar 17:28
Compare
Choose a tag to compare

** bugfix release ** fixed LoggingFrameTracer

v1.2.12

31 Mar 17:20
Compare
Choose a tag to compare
  • added LoggingFrameTracer and HoldingFrameTracer

v1.2.9

14 Oct 12:34
Compare
Choose a tag to compare
  • allow calling ack() and nack() multiple times

v1.2.8

12 Sep 20:12
Compare
Choose a tag to compare
  • added an option to disable tracing for particular calls

v1.2.7

09 Jul 18:39
a34869b
Compare
Choose a tag to compare
  • fixed queue being defined as a different one in consumer if it was anonymous

v1.2.6

09 Jul 16:32
Compare
Choose a tag to compare
  • repr improved for methods that were received from the server and had memoryview's in them
  • is far more friendly on Windows, which doesn't have epoll