Releases: fpcorso/light-cache
Releases · fpcorso/light-cache
light-cache v1.0.0
- 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
- Fixes undefined variable when removing all expired items
light-cache v0.2.0
- Add new
pullmethod 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
- Initial version