Nameko v2.3.0 Release Notes

  • ๐Ÿš€ Released 2016-04-05

    • โž• Add support for loading configuration file in nameko shell via --config option
    • ๐Ÿ”„ Changed :class:~nameko.web.handlers.HttpRequestHandler to allow override how web exceptions are handled
    • Enabled reliable delivery on broadcast events when combined with a custom :py:attr:~nameko.events.EventHandler.broadcast_identity. Reliable delivery now defaults to enabled for all handler types. It must be explicitly turned off with broadcast mode unless you override the default broadcast_identity.
    • โšก๏ธ Update bundled pytest fixtures to use a random vhost in RabbitMQ by default
    • ๐Ÿšš Now requires eventlet>=0.16.1 because older versions were removed from PyPI