Skip to content

Releases: leshchenko1979/reretry

0.11.8

18 Dec 11:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.1...0.11.8

Drop Python 3.5 support

08 May 11:49
a34ef8b
Compare
Choose a tag to compare

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

05 May 16:14
Compare
Choose a tag to compare

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

05 May 14:25
Compare
Choose a tag to compare
0.11.0

Ver bump

Show traceback, log attempt numbers, callback after each failure

04 May 17:27
c8a0027
Compare
Choose a tag to compare

Although the package might work for Python versions below 3.5, but support for these versions has officially been dropped.