Skip to content

v0.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 00:30
· 577 commits to main since this release

Release Notes

New Features

  • Add two new arguments, timeout and expire_after, to retrieve. These two arguments gives the user more control for dealing with issues related to caching.

Internal Changes

  • Revert to pytest as the testing framework.
  • Use importlib-metadata for getting the version insead of
    pkg_resources to decrease import time as discussed in this issue.