Skip to content

Releases: nameko/nameko-amqp-retry

Release 0.7.1

25 Mar 09:37
0d36cbd
Compare
Choose a tag to compare

Compatibility fix for kombu > 4.3.0

Release 0.7.0

23 Nov 11:48
032faaa
Compare
Choose a tag to compare

Support for Nameko 2.11.0 and above

Release 0.6.0

06 Jun 10:15
5225192
Compare
Choose a tag to compare

Backoff messages are published with mandatory delivery to ensure they are delivered.

Release 0.5.0

01 Nov 07:32
e643c0b
Compare
Choose a tag to compare

Add Backoff exception to the entrypoints' expected_exceptions configuration. Requires Nameko >= 2.7.0.

Release 0.4.2

21 Jul 14:12
Compare
Choose a tag to compare

Uses publish-confirms when republishing to backoff queues, to ensure messages are delivered even in lossy network environments.

Release 0.4.1

18 Jul 13:27
Compare
Choose a tag to compare
  • 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

30 Jun 13:33
Compare
Choose a tag to compare

Apply 'x-expires' policy to backoff queues so they're automatically removed after use.

Release 0.3.4

01 Jun 15:33
Compare
Choose a tag to compare

Include next-retry info in the Backoff error description.
Prevent negative values being used as expiration times.

Release 0.3.3

06 Apr 12:41
Compare
Choose a tag to compare

Ensure exchange and queue declaration has retry-policy when re-publishing

Release 0.3.2

31 Mar 09:38
Compare
Choose a tag to compare

Include retry_policy when re-publishing