All Versions
15
Latest Version
Avg Release Cycle
80 days
Latest Release
1654 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.6.2
May 25, 2020 -
v2.6.1
March 01, 2019 -
v2.6.0
August 28, 2018 -
v2.5.0 Changes
March 13, 2018- ✂ Removed
Extend
andGet
- ➕ Added options to allow configuring stores
- ✂ Removed
-
v2.4.1 Changes
March 10, 2018- Cleaned up methods arguments
-
v2.4.0 Changes
March 10, 2018- 👀 Do not run GC automatically. Let it be user initiated. See
README
.
- 👀 Do not run GC automatically. Let it be user initiated. See
-
v2.3.2 Changes
July 25, 2017- Garbage collection should always run inside another goroutine.. THis is to prevent blocking.
-
v2.3.1 Changes
July 08, 2017- 0️⃣ Set up a default prefix when registering the redis adapter.
-
v2.3.0 Changes
July 06, 2017- [Enhancement] Custom third party cache adapters can now be registered with
Extend
..
- [Enhancement] Custom third party cache adapters can now be registered with
-
v2.2.1 Changes
May 12, 2017🛠 [Bugfix] Fixed race condition in the tests for the Memory and Filesystem store.
[Improvement] Memory store now stores
*onecache.Item
rather than converting to[]byte
.