Skip to content

v0.3.1

Compare
Choose a tag to compare
@jackmoody11 jackmoody11 released this 16 Jan 02:49
· 35 commits to master since this release
bc95c08
  • Fixes bug where get_response does not break after validating response (thanks to abbadata!)
  • Fixes bug where get_response sleeps even after success
  • Remove pause from NetworkClient initialization in favor of optional backoff_factor that relies on urllib3 retry module.