-------------
Released: 2017-10-07
* Set stopped flag in register_provider() to allow PollingQueueConsumer
object reuse [fixes 462]
* Refactor of AMQP message publishing logic into `nameko.amqp.publish`
* Exposes delivery options and other messaging configuration to AMQP-based
DependencyProviders. [addresses 374]
* Class attributes for configuring `use_confirms`, `retry` and `retry_policy`
have been deprecated from the Publisher, EventDispatcher, and RPC MethodProxy
classes. If you were subclassing these classes to set these options, you
should now set them at class instantiation time.