Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 945 Bytes

CHANGELOG.md

File metadata and controls

17 lines (12 loc) · 945 Bytes

Changelog

v0.5.0

Added

  • Adding pluggable compression for cache storage (plain and gzip supported out of the box) #42
  • #write_multi to insert cache in a single INSERT statement #41
  • Use migration generator & add a note about unlogged tables for PG #31
  • Use partial index for expires_at column #28

Changed

  • Test with multiple DB engines; remove Rails 6.0 support #35
  • Retain support for Rails 6.1 #37

v0.4.0 (2023-07-18)

  • Allow to clean up cache entries without expire_at #24