Releases: nameko/nameko-amqp-retry
Releases · nameko/nameko-amqp-retry
Release 0.7.1
Release 0.7.0
Support for Nameko 2.11.0 and above
Release 0.6.0
Backoff messages are published with mandatory delivery to ensure they are delivered.
Release 0.5.0
Add Backoff exception to the entrypoints' expected_exceptions
configuration. Requires Nameko >= 2.7.0.
Release 0.4.2
Uses publish-confirms when republishing to backoff queues, to ensure messages are delivered even in lossy network environments.
Release 0.4.1
- Change queue name to differentiate expiring queues from any existing queues, so that queue declarations don't clash when upgrading from 0.3.x
Release 0.4.0
Apply 'x-expires' policy to backoff queues so they're automatically removed after use.
Release 0.3.4
Include next-retry info in the Backoff error description.
Prevent negative values being used as expiration times.
Release 0.3.3
Ensure exchange and queue declaration has retry-policy when re-publishing
Release 0.3.2
Include retry_policy when re-publishing