Skip to content

Releases: sonic182/onecache

0.7.0

01 Aug 19:02
Compare
Choose a tag to compare

Added

  • poetry for project management
  • utcnow() function util for newer python versions

0.6.0

11 Aug 16:22
Compare
Choose a tag to compare

Added

  • Compatibility and tests for python versions 3.10 and 3.11

Removed

  • Removed all cython stuff

0.5.1

11 Aug 16:21
c3759d5
Compare
Choose a tag to compare

Fixed

  • Prevent access to attribute if cache_value is None

0.5.0

27 Mar 22:14
Compare
Choose a tag to compare

# Fixes

  • Fix PyPy onecache usage

0.4.1

04 Feb 07:27
Compare
Choose a tag to compare

Fixed

  • Counting values size at decreasing

0.4.0

30 Jan 22:35
Compare
Choose a tag to compare

Added

  • C extension for cache value with cython