Releases: square/ttcache
Releases · square/ttcache
v3.3.2: Merge pull request #28 from square/taggedkey
v3.3.1
v3.3.0
v3.2.0: Merge pull request #26 from square/efficient-collection
- Improve performance when pre-loading collections where a large number of items are missing from cache (#26 )
v3.1.0: Merge pull request #25 from square/tags
- add
hashTags()
method to TTCache to retrieve the hashed tags from the original names.
v3.0.0
v2.0.4
What's Changed
- More graceful fallback handling by @bezhermoso in #21
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Add graceful-handling of
CacheException
onTaggedStore#get
tag-retrieval steps by @bezhermoso in #20 - Use stricter equality checks in unit tests by @peter279k in #19
New Contributors
- @peter279k made their first contribution in #19
Full Changelog: 2.0.2...v2.0.3
2.0.2: Merge pull request #16 from square/survive-failing-servers
2.0.2
- fixes a bug where a cache repository exception would prevent from re-computing the data