Skip to content

Releases: c0fec0de/anycache

2.4.0

03 Apr 07:25
a3539bb

Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.4.0

2.3.1

08 Jan 21:11

Choose a tag to compare

Full Changelog: 2.3.0...2.3.1

2.3.0

08 Jan 20:48

Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.1.0

27 Oct 23:24

Choose a tag to compare

  • Update to latest python standards
  • End python <=3.7 support
  • Add python support until 3.12

2.0.7

22 Sep 19:30

Choose a tag to compare

  • Skip py26 support
  • Add py37 support

2.0.6

22 Sep 19:00

Choose a tag to compare

  • Fix conflicting mkdir
  • Trigger missing Release

2.0.5

14 Mar 14:41

Choose a tag to compare

  • Fix issue with cache in case of a broken update.

2.0.4

14 Mar 14:35

Choose a tag to compare

refine log warnings.

2.0.3

19 Jan 12:35

Choose a tag to compare

  • Handle Cache Write Errors with a warning, not an exception
  • Avoid Destructor Warnings

2.0.1

18 Jan 16:20

Choose a tag to compare

  • Tidy up API
  • Make use of filelock to handle cache access by multiple python processes properly.