Releases: leshchenko1979/reretry
Releases · leshchenko1979/reretry
0.11.8
What's Changed
- Async-fix by @leshchenko1979 in #6
- Distro fixes by @leshchenko1979 in #9
New Contributors
- @leshchenko1979 made their first contribution in #6
Full Changelog: 0.11.1...0.11.8
Drop Python 3.5 support
Async tests failed in Python 3.5 due to Exceptions not propagating upwards, so I decided to drop it.
Support Python 3.5, remove unneeded dependencies
Now the project really uses zero dependencies outside of stdlib
. The decorator
module used to be a dependency, but now it is not, but will be imported and used if possible.
All tests now run on all supported Python versions, including 3.5.
Added async support
0.11.0 Ver bump
Show traceback, log attempt numbers, callback after each failure
Although the package might work for Python versions below 3.5, but support for these versions has officially been dropped.