File: Changes

package info (click to toggle)
libalgorithm-backoff-perl 0.010-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: perl: 880; makefile: 2
file content (87 lines) | stat: -rw-r--r-- 1,853 bytes parent folder | download
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
0.010   2024-02-24  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] Tweak descriptions.

        - Fix a unit test (GH#3).


0.009   2019-06-20  Released-By: PERLANCAR

	- No functional changes.

	- Fix typos in Synopsis.


0.008   2019-06-20  Released-By: PERLANCAR

	- No functional changes.

	- [doc] Mention Retry::Backoff and App::AlgorithmBackoffUtils.


0.007   2019-06-18  Released-By: PERLANCAR

	- No functional changes.

	- [doc] Mention Action::Retry.


0.006   2019-06-08  Released-By: PERLANCAR

	- Add strategies: LILD, LIMD, MILD, MIMD.

        - Make max_delay and min_delay a common attribute for all strategies.

	- [bugfix] jittered delay shouldn't have violated min_delay and
          max_delay.

	- [refactor] Refactor to reduce code duplication.

	- [doc] Show illustrations using show-backoff-delays CLI in
	  Synopsis.

	- [meta] No longer mark delay_on_success as common attribute, because we
	  now have algorithms that have varying delays on success.


0.005   2019-06-07  Released-By: PERLANCAR

        - No functional changes.

        - [doc] Minor tweaks.

        - [meta] Add tag to common attributes.


0.004   2019-06-05  Released-By: PERLANCAR

	- Add common attribute: max_actual_duration.

	- [doc] Update variable name in Synopsis.


0.003   2019-04-10  Released-By: PERLANCAR

        - Rename module/distro from Algorithm-Retry -> Algorithm-Backoff.

        - Rename strategy ExponentialBackoff -> Exponential.


0.002   2019-04-10  Released-By: PERLANCAR

	- [Incompatible change][ux] Constant: Rename attribute delay_on_failure
	  to delay.

	- Add strategy: Fibonacci.

	- Make behavior of consider_actual_delay configurable as an
	  attribute.

	- [bugfix] Fix setting default for timestamp.


0.001   2019-04-08  Released-By: PERLANCAR

        - First release.