Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 18:26
· 558 commits to main since this release

Release Notes

Breaking Changes

  • Set the expiration time to never expire by default.

New Features

  • Add two new arguments to retrieve for controlling caching. First, delete_url_cache for deleting caches for specific requests. Second, expire_after for setting a custom expiration time.
  • Expose the ssl argument for disabling the SSL certification
    verification (:issue_day:[41]{.title-ref}).
  • Add a new option called disable that if True, it temporarily
    disables caching requests and gets new responses. It defaults to False.