Releases: Shopify/memcached_store
Releases · Shopify/memcached_store
v2.1.3
v2.0.3
Merge pull request #52 from Shopify/actually-not-compress-things Fix typo and never compress when reading an Entry's value
v2.0.1
Merge pull request #50 from Shopify/bump-201 Bump 2.0.1
v2.0.0
Merge pull request #48 from Shopify/bump-2.0.0 bump to 2.0.0
1.2.1
- Support Rails 5.2
v1.1.0
New features:
- Added support for
:swallow_exceptionsoptions, defaults totrue; which mimics the previous behavior- set to
falseand exceptions raised by the underlyingMemcachedinstance will bubble up to the call site.Memcached::NotFound&Memcached::ConnectionDataExistsare considered "misses" will never be raised further. OtherMemcached::Errorwill...
- set to
Bug fixes:
MemcachedStore#read_multiwill return{}when passed nokeys(i.e. an emptyArray)
Refactoring:
MemcachedStorewill not instantiate aMemcached::Railsas its backend@dataanymore. It'll create anMemcachedinstance instead.
1.0.0
Breaking changes
- Remove support to Rails 3.
- Remove support to Ruby 1.9, 2.0 and 2.1
- Remove
MemcachedStore::MemcachedSafetyclass
New features
- Support Rails 5