- MemoryStore now disables compression by default and MemCacheStore checks ENV["MEMCACHE_SERVERS"] before falling back to localhost.
- A wide range of deprecated ActiveSupport APIs (Multibyte, core extensions, logger constants, URI.parser, etc.) have been removed, requiring code updates.
- Breaking change: ActiveSupport::Callbacks halted hook now receives the callback name; added Cache::Store#delete_multi, configurable hash digest class, and other new features.