Skip to content

Version 13.3.1

Compare
Choose a tag to compare
@andyone andyone released this 31 Jul 11:08
· 175 commits to master since this release
v13.3.1
4f53528

High Urgency

Changelog

New Features

  • [cache] Added constants with duration

Improvements

  • [cache/fs] Using cache.Duration instead of time.Duration
  • [cache/memory] Using cache.Duration instead of time.Duration
  • [cache/fs] Added check for passed expiration duration in Set
  • [cache/fs] Code refactoring

Bugfixes

  • [cache/fs] Fixed bug with closing item file after reading data
  • [cache/fs] Fixed bug with removing expired items in Get