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_exceptions
options, defaults totrue
; which mimics the previous behavior- set to
false
and exceptions raised by the underlyingMemcached
instance will bubble up to the call site.Memcached::NotFound
&Memcached::ConnectionDataExists
are considered "misses" will never be raised further. OtherMemcached::Error
will...
- set to
Bug fixes:
MemcachedStore#read_multi
will return{}
when passed nokeys
(i.e. an emptyArray
)
Refactoring:
MemcachedStore
will not instantiate aMemcached::Rails
as its backend@data
anymore. It'll create anMemcached
instance instead.
1.0.0
Breaking changes
- Remove support to Rails 3.
- Remove support to Ruby 1.9, 2.0 and 2.1
- Remove
MemcachedStore::MemcachedSafety
class
New features
- Support Rails 5