Skip to content

Releases: fpcorso/light-cache

light-cache v1.0.0

10 May 18:39
6530fcf

Choose a tag to compare

  • Add a new clear method to flush entire cache store from within code
  • Switch to using ruff for formatting+linting and fix issues it surfaced
  • Add GitHub actions for deploying to Test PyPi and PyPi from release branch
  • Update tests to cover Python 3.14

light-cache v0.2.1

14 Jul 22:09

Choose a tag to compare

  • Fixes undefined variable when removing all expired items

light-cache v0.2.0

06 Jul 22:14

Choose a tag to compare

  • Add new pull method which will get a cached item and delete it from the cache if it exists
  • Fix a bug when both disk and memory cache was enabled where the cache would be reset at the beginning of each session

light-cache v0.1.0

23 Jun 23:16

Choose a tag to compare

  • Initial version