Releases: c0fec0de/anycache
Releases · c0fec0de/anycache
2.1.0
- Update to latest python standards
- End python <=3.7 support
- Add python support until 3.12
2.0.7
- Skip py26 support
- Add py37 support
2.0.6
- Fix conflicting mkdir
- Trigger missing Release
2.0.5
- Fix issue with cache in case of a broken update.
2.0.3
- Handle Cache Write Errors with a warning, not an exception
- Avoid Destructor Warnings
2.0.1
- Tidy up API
- Make use of filelock to handle cache access by multiple python processes properly.