Releases: sonic182/onecache
Releases · sonic182/onecache
0.7.0
Added
- poetry for project management
- utcnow() function util for newer python versions
0.6.0
Added
- Compatibility and tests for python versions 3.10 and 3.11
Removed
0.5.1
Fixed
- Prevent access to attribute if cache_value is None
0.4.1
Fixed
- Counting values size at decreasing
0.4.0
Added
- C extension for cache value with cython