forked from nameko/nameko-amqp-retry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
50 lines (31 loc) · 895 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Release Notes
=============
Semantic versioning is followed.
Version 0.3.3
-------------
Released 2017-04-06
Ensure exchange and queue declaration has retry-policy when re-publishing
Version 0.3.2
-------------
Released 2017-03-31
Include retry_policy when re-publishing
Version 0.3.1
-------------
Released 2017-02-03
Fix to allow disabling of `random_sigma` by setting it to 0
Version 0.3.0
-------------
Released 2017-02-03
* Allow to override `random_sigma` and `random_groups_per_sigma` when using
`entrypoint_retry` decorator.
Version 0.2.0
-------------
Released 2017-01-24
* Fixes bug where deadletter counts were not summed correctly across
multiple queues.
* Reduces the number of queues created when randomness is applied.
* Adds `entrypoint_retry` decorator to retry on specific errors.
Version 0.1.0
-------------
Released 2017-01-19
* Initial public release