Skip to content

Releases: litl/backoff

v1.10.0

07 Dec 21:05
Compare
Choose a tag to compare

[v1.10.0] 2019-12-7

Changed

  • Allow sync decorator call from async function

v1.9.2

20 Nov 02:30
Compare
Choose a tag to compare

Changed

  • Don't include tests and changelog in distribution

v1.9.0

16 Nov 13:47
Compare
Choose a tag to compare

Changed

  • Support python 3.8

v1.8.0

21 Dec 05:35
Compare
Choose a tag to compare

[v1.8.0] - 2018-12-20

Changed

  • Give up on StopIteration raised in wait generators
  • Iterable intervals for constant wait_gen for predefined wait sequences
  • Nullary jitter signature deprecation warning
  • Custom loggers

v1.7.1

28 Nov 13:11
Compare
Choose a tag to compare
Fix pyproject.toml keywords

v1.7.0

23 Nov 21:31
7dc2537
Compare
Choose a tag to compare
Merge pull request #62 from bgreen-litl/v1.7.0

Prepare v1.7.0 release

v1.6.0

14 Jul 13:33
Compare
Choose a tag to compare
Prepare 1.6.0 release

v1.5.0

12 Apr 20:10
Compare
Choose a tag to compare

[v1.5.0] - 2018-04-11

Changed

  • Add max_time keyword argument

v1.4.3

22 May 16:25
Compare
Choose a tag to compare

[v1.4.3] - 2017-05-22

Changed

  • Add license to source distribution

v1.4.2

25 Apr 16:32
Compare
Choose a tag to compare

[v1.4.2] - 2017-04-25

Changed