We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270c05b commit b9d3f1bCopy full SHA for b9d3f1b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.4
2
+
3
+- Support for connection pooling when using memcached locks, via `with` blocks using Dalli (thanks to Lev).
4
5
## 0.3.3
6
7
- Default TTL for keys to allow for short-lived locking keys (thanks to Ian Remillard) without leaking memory.
lib/suo/version.rb
@@ -1,3 +1,3 @@
module Suo
- VERSION = "0.3.3".freeze
+ VERSION = "0.3.4".freeze
end
0 commit comments