Skip to content

Releases: BobTheBuidler/eth_retry

v0.1.0: feat: adapt auto_retry decorator for use with sync and async function…

13 May 22:22
75b100c
Compare
Choose a tag to compare

This release enables use of eth_retry.auto_retry with both synchronous and asynchronous functions.

v0.0.4

07 May 20:48
bbb29aa
Compare
Choose a tag to compare
feat: retry on requests.exceptions.ConnectionError (#11)

v0.0.3

28 Apr 21:42
d511c05
Compare
Choose a tag to compare

This release simply restructures the repo to be more in line with traditional expectations. No changes in functionality.

v0.0.2

28 Apr 18:15
207181d
Compare
Choose a tag to compare

This release is just to ensure you can pip install the library without the --pre flag. Enjoy!

v0.0.1

28 Apr 00:49
Compare
Choose a tag to compare

This is the first public release of eth_retry, built with love by @BobTheBuidler.

It's saved me a boatload of time, now it can do the same for you.

Enjoy!