Skip to content

Releases: litl/backoff

v1.4.1

21 Apr 14:11
Compare
Choose a tag to compare

[v1.4.1] - 2017-04-21

Added

  • Expose __version__ at package root

Changed

  • Fix checking for running sync version in coroutine in case when event
    loop is not set from @rutsky

v1.4.0

05 Feb 14:35
Compare
Choose a tag to compare
Use release tarball link

v1.3.2

18 Nov 14:55
Compare
Choose a tag to compare

[v1.3.2] - 2016-11-18

Changed

  • Don't log retried args and kwargs by default
  • README.rst syntax highlighting from @dethi

v1.3.1

08 Aug 17:54
Compare
Choose a tag to compare

Changed

  • Include README.rst in source distribution (fixes package)

v1.3.0

08 Aug 17:32
Compare
Choose a tag to compare

[v1.3.0] - 2016-08-08

Added

  • Support runtime configuration with optional callable kwargs
  • Add giveup kwarg for exception inspection

Changed

  • Documentation fixes

v1.2.1

27 May 15:23
Compare
Choose a tag to compare
Update changelog for 1.2.1

backoff 1.1.0

08 Dec 16:43
Compare
Choose a tag to compare

[v1.1.0] - 2015-12-08

Added

  • Event handling for success, backoff, and giveup
  • Change log

Changed

  • Docs and test for multi exception invocations
  • Update dev environment test dependencies