Skip to content

Releases: Shopify/memcached_store

v2.1.3

31 Oct 15:28
535f464
Compare
Choose a tag to compare
Merge pull request #54 from Shopify/bump-213

bump to 2.1.3

v2.0.3

23 Oct 20:15
1cae892
Compare
Choose a tag to compare
Merge pull request #52 from Shopify/actually-not-compress-things

Fix typo and never compress when reading an Entry's value

v2.0.1

23 Aug 17:55
275be7a
Compare
Choose a tag to compare
Merge pull request #50 from Shopify/bump-201

Bump 2.0.1

v2.0.0

07 Aug 18:24
42a4ba6
Compare
Choose a tag to compare
Merge pull request #48 from Shopify/bump-2.0.0

bump to 2.0.0

1.2.1

31 Jan 19:54
v1.2.1
Compare
Choose a tag to compare
  • Support Rails 5.2

v1.1.0

08 May 15:16
Compare
Choose a tag to compare

New features:

  • Added support for :swallow_exceptions options, defaults to true; which mimics the previous behavior
    • set to false and exceptions raised by the underlying Memcached instance will bubble up to the call site. Memcached::NotFound & Memcached::ConnectionDataExists are considered "misses" will never be raised further. Other Memcached::Error will...

Bug fixes:

  • MemcachedStore#read_multi will return {} when passed no keys (i.e. an empty Array)

Refactoring:

  • MemcachedStore will not instantiate a Memcached::Rails as its backend @data anymore. It'll create an Memcached instance instead.

1.0.0

01 Dec 22:21
v1.0.0
3af72a1
Compare
Choose a tag to compare

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