File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Table of Contents
22
33- [ Unreleased] ( #unreleased )
4+ - [ 2.2.0] ( #2.2.0 )
45- [ 2.1.0] ( #2.1.0 )
56- [ 2.0.2] ( #2.0.2 )
67- [ 2.0.1] ( #2.0.1 )
1011
1112## Unreleased
1213
13- Diff: [ 2.1.0...master]
14+ Diff: [ 2.2.0...master]
15+
16+ [ Back to TOC] ( #table-of-contents )
17+
18+ ## [ 2.2.0]
19+
20+ > Released on: 2018/06/29
21+
22+ #### Added
23+
24+ - Implement a new ` resurrect_ttl ` option. When specified, ` get() ` will behave
25+ in a more resilient way upon errors, and in particular callback errors.
26+ [ #52 ] ( https://github.com/thibaultcha/lua-resty-mlcache/pull/52 )
27+ - New ` stale ` argument to ` peek() ` . When specified, ` peek() ` will return stale
28+ shm values.
29+ [ #52 ] ( https://github.com/thibaultcha/lua-resty-mlcache/pull/52 )
1430
1531[ Back to TOC] ( #table-of-contents )
1632
@@ -129,7 +145,8 @@ Initial release.
129145
130146[ Back to TOC] ( #table-of-contents )
131147
132- [ 2.1.0...master ] : https://github.com/thibaultcha/lua-resty-mlcache/compare/2.1.0...master
148+ [ 2.2.0...master ] : https://github.com/thibaultcha/lua-resty-mlcache/compare/2.2.0...master
149+ [ 2.2.0 ] : https://github.com/thibaultcha/lua-resty-mlcache/compare/2.1.0...2.2.0
133150[ 2.1.0 ] : https://github.com/thibaultcha/lua-resty-mlcache/compare/2.0.2...2.1.0
134151[ 2.0.2 ] : https://github.com/thibaultcha/lua-resty-mlcache/compare/2.0.1...2.0.2
135152[ 2.0.1 ] : https://github.com/thibaultcha/lua-resty-mlcache/compare/2.0.0...2.0.1
You can’t perform that action at this time.
0 commit comments