Skip to content

Releases: rails/solid_cache

v0.6.0

20 Mar 09:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.6.0

v0.5.3

29 Feb 11:34
Compare
Choose a tag to compare

What's Changed

  • Require solid_cache in the store by @djmb in #158

Full Changelog: v0.5.2...v0.5.3

v0.5.2

28 Feb 14:13
Compare
Choose a tag to compare

What's Changed

  • Include config/solid_cache.yml when installing by @djmb in #156

Full Changelog: v0.5.1...v0.5.2

v0.5.1

28 Feb 10:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.1

v0.4.2

29 Jan 08:48
Compare
Choose a tag to compare

What's Changed

  • Make RemoveKeyIndexFromSolidCacheEntries migration reversible by @yenshirak in #142

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

25 Jan 09:46
Compare
Choose a tag to compare

Upgrading from v0.3.0 or earlier

There are schema changes in v0.4.0. See https://github.com/rails/solid_cache/blob/main/upgrading_to_version_0.4.x.md for details on how up upgrade previous versions.

What's Changed

  • Updated README and post install message for upgrades by @djmb in #141

Full Changelog: v0.3.0...v0.4.1

v0.4.0

25 Jan 09:39
Compare
Choose a tag to compare

Upgrading from v0.3.0 or earlier

There are schema changes in v0.4.0. See https://github.com/rails/solid_cache/blob/main/upgrading_to_version_0.4.x.md for details on how up upgrade previous versions.

What's Changed

  • Improve performance of delete_multi method by @mikgry in #125
  • Use different db names for test dbs by @djmb in #126
  • Expire records on a custom queue by @djmb in #127
  • Remove support for delete_matched by @djmb in #128
  • Add Rails supported Ruby versions on CI and update appraisals by @berkos in #115
  • Extract expiration to its own concern by @djmb in #131
  • Only run tests on PRs by @djmb in #133
  • Replace expiry counter with random chance by @djmb in #132
  • Remove copyright year by @northeastprince in #134
  • Fix flakey test by @djmb in #136
  • Dump sql on failure to track flakey test by @djmb in #137
  • Expire more for larger writes by @djmb in #138
  • Add key_hash for smaller index by @djmb in #135
  • Failsafe no key_hash_stage by @djmb in #140

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Jan 14:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

16 Nov 10:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0