kombu v1.3.1 Release Notes

  • ๐Ÿš€ :release-date: 2011-10-07 03:00 P.M BST ๐Ÿš€ :release-by: Ask Solem

    • ๐Ÿš€ Last release broke after fork for pool reinitialization.

    • Producer/Consumer now has a connection attribute, giving access to the :class:Connection of the instance.

    • Pika: Channels now have access to the underlying :class:Connection instance using channel.connection.client.

      This was previously required by the Simple classes and is now also required by :class:Consumer and :class:Producer.

    • 0๏ธโƒฃ Connection.default_channel is now closed at object revival.

    • โž• Adds kombu.clocks.LamportClock.

    • compat.entry_to_queue has been moved to new module :mod:kombu.common.

    .. _version-1.3.0: