All Versions
15
Latest Version
Avg Release Cycle
80 days
Latest Release
1429 days ago

Changelog History
Page 2

  • v2.2.0 Changes

    May 09, 2017
    • โž• Added Has as an operation on all cache stores. It checks if an item exists in the cache before trying to fetch it.
  • v2.1.0 Changes

    May 05, 2017
    • โž• Added Garbage collection (in the background) for the filesystem and memory cache
    • โž• Added a new interface GarbageCollector. This should be implemented only by cache stores without automatic garbage collection.
  • v2.0.1 Changes

    May 02, 2017
    • Serializer would now refuse to encode/decode values that are already of []byte. For decoding, it must be a pointer to the byte array.
    • ๐Ÿ›  Fixed wrong usage of protetion with a mutex in the memory store
  • v2.0.0 Changes

    May 01, 2017
    • โšก๏ธ This was a big update and while it came too soon. It was as a result of some design tradeoff v1.0.0 made.
    • The major change was to stop the use of interface{} and migrate to []byte. This offers much more type safety.
  • v1.0.0 Changes

    April 29, 2017
    • ๐ŸŽ‰ Initial release
    • Stores

      • Inmemory
      • Redis
      • Memcached
      • Filesystem