All Versions
12
Latest Version
Avg Release Cycle
55 days
Latest Release
2066 days ago

Changelog History
Page 1

  • v0.2.7 Changes

    August 24, 2018
    • Merge pull request #20 from ffix/forward-exception-instance
    • Correct linter warnings
    • Re-raise exception instance instead of new exception with no args
    • Merge pull request #19 from EdwardBetts/spelling
    • Correct spelling mistakes.
    • feat(setup): support Python 3.7
    • feat(History): add version changes
  • v0.2.6 Changes

    April 14, 2018
    • ๐Ÿ›  fix(#17): handle as legit retriable error Timeout exceptions.
  • v0.2.5 Changes

    March 21, 2018
    • ๐Ÿ”€ Merge pull request #15 from jstasiak/allow-newer-six
    • ๐Ÿ‘ Allow newer six
    • โšก๏ธ feat(History): update changes
  • v0.2.4 Changes

    March 20, 2018
    • ๐Ÿ”€ merge(#14): Allow subsecond maxtimes for ExponentialBackoff
  • v0.2.3 Changes

    January 13, 2017
    • ๐Ÿ”จ refactor(retry): remove unnecessary partial function
    • ๐Ÿ›  fix(retry): rename keyword param for partial application
    • ๐Ÿ“„ feat(docs): improve description
    • ๐Ÿ”จ refactor(Makefile): update publish task
  • v0.2.2 Changes

    January 06, 2017
    • ๐Ÿ“ฆ feat(package): add wheel distribution
  • v0.2.1 Changes

    January 04, 2017
    • ๐Ÿ›  fix(retrier): remove debug print statement
  • v0.2.0 Changes

    January 03, 2017
    • 0๏ธโƒฃ feat(core): use seconds as default time unit (introduces API breaking changes)
    • ๐Ÿ”จ refactor(examples): update examples to use new time unit
    • ๐Ÿ‘ feat(contextmanager): adds context manager support
    • feat(examples): add context manager example
    • ๐Ÿ‘ feat: add context managers support
  • v0.1.3 Changes

    December 30, 2016
    • ๐Ÿ”จ refactor(async_retrier): simplify coroutine wrapper
    • ๐Ÿ‘ feat(whitelist): add whitelist and blacklist support
    • โœ… feat(tests): add missing test cases for whitelist
    • feat(retry): pass error_evaluator param
    • ๐Ÿ›  fix(retrier): cast delay to float
    • ๐Ÿ›  fix(tests): use valid exception for Python 2.7
    • feat(#6): add custom error whilelist and custom error evaluator function
    • ๐Ÿ”€ Merge pull request #8 from tsarpaul/master
    • ๐Ÿ”จ refactor(decorator): do not expose retrier instance
  • v0.1.2 Changes

    December 27, 2016
    • ๐Ÿ›  fix(decorator): wrap retries instance per function call