Skip to content

Releases: square/ttcache

v3.3.2: Merge pull request #28 from square/taggedkey

05 Apr 20:25
282153c
Compare
Choose a tag to compare

v3.3.1

05 Apr 19:33
282153c
Compare
Choose a tag to compare

What's Changed

  • Fix issues with some hashers receiving a Stringable

Full Changelog: v3.0.0...v3.3.1

v3.3.0

05 Apr 18:33
6929c81
Compare
Choose a tag to compare

What's Changed

  • Introduce TaggingKeys

Full Changelog: v3.2.0...v3.3.0

v3.2.0: Merge pull request #26 from square/efficient-collection

18 Mar 16:58
04cdc1a
Compare
Choose a tag to compare
  • 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

09 Feb 00:34
d9aceac
Compare
Choose a tag to compare
  • add hashTags() method to TTCache to retrieve the hashed tags from the original names.

v3.0.0

10 Jan 20:57
26ec47f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v3.0.0

v2.0.4

18 Jan 02:47
0750f3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

12 Jan 18:05
31d75ed
Compare
Choose a tag to compare

What's Changed

  • Add graceful-handling of CacheException on TaggedStore#get tag-retrieval steps by @bezhermoso in #20
  • Use stricter equality checks in unit tests by @peter279k in #19

New Contributors

Full Changelog: 2.0.2...v2.0.3

2.0.2: Merge pull request #16 from square/survive-failing-servers

30 Jun 14:26
f1648b5
Compare
Choose a tag to compare

2.0.2

  • fixes a bug where a cache repository exception would prevent from re-computing the data

2.0.1

27 Jun 13:19
7f2822c
Compare
Choose a tag to compare

fixes an issue with memcached TTLs. MC uses 0 and not null to mean "forever"