All Versions
12
Latest Version
Avg Release Cycle
55 days
Latest Release
2369 days ago
Changelog History
Page 1
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