Skip to content

Releases: sprockets/sprockets.mixins.amqp

Fix bug in re-connection and publisher confirmation logic

08 Aug 20:18
3231a3a
Compare
Choose a tag to compare

Version 2.2.0 has the following bug fixes:

  • Fix issue opening a channel is not checking if the conn is still open
  • Fix issue with publishing confirmation bookkeeping not reset when channel is reopened
  • Add bootstrap and docker-compose for local testing

Add support for tornado 5

03 Jul 14:09
d2c38ea
Compare
Choose a tag to compare

This release:

  • Add support for tornado 5 releases.
  • Officially removes support for python releases earlier than 3.5.

Pin pika to 0.12.0

25 Jan 15:49
de22b85
Compare
Choose a tag to compare
Merge pull request #17 from ibnpaul/pin-pika

Pin to pika 0.12.0

Pin to pika 0.11.0

23 Jan 18:28
7a3359d
Compare
Choose a tag to compare
Merge pull request #16 from ibnpaul/pin-pika

Pin pika to 0.11.0

Reimplementation of Connection State Machine

24 Apr 20:51
Compare
Choose a tag to compare

Version 2.0.0 of the amqp mixin completely reimplements the connection state machine.

  • Addresses re-connection logic errors.
  • Add on_message_returned and on_persistent_error callback options for more robust error handling.
  • Sets default application-id and correlation-id values in AMQP messages if none provided.
  • Install methods and environment variable requirements breaks backwards compatibility.

Move docs to pythonhosted.

28 Feb 16:44
Compare
Choose a tag to compare

Hopefully /fingerscrossed

Move AMQP initialization to sprockets.mixins.amqp.install and change to use tornado locks.Condition

15 Mar 19:39
Compare
Choose a tag to compare

Connect to AMQP in sprockets.mixins.amqp.install and maintain the connection
Change to use tornado locks.Condition vs locks.Event

0.1.3: Merge pull request #5 from sprockets/packaging-agin

28 Sep 15:27
Compare
Choose a tag to compare
Move from py_modules to package distributions.

Don't log message bodies

25 Sep 16:03
Compare
Choose a tag to compare
Pre-release
Merge pull request #3 from sprockets/fix-binary-message-publishing

Fix binary message publishing