File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Table of Contents
2
2
3
+ - [ 2.7.0] ( #270 )
3
4
- [ 2.6.1] ( #261 )
4
5
- [ 2.6.0] ( #260 )
5
6
- [ 2.5.0] ( #250 )
15
16
- [ 1.0.1] ( #101 )
16
17
- [ 1.0.0] ( #100 )
17
18
19
+ ## [ 2.7.0]
20
+
21
+ > Released on: 2024/02/09
22
+
23
+ #### Changed
24
+
25
+ - Update ` peek() ` to only return ` 0 ` when TTL (or neg-TTL) was "indefinite"
26
+ (i.e. ` 0 ` ). Any non-zero TTL now guarantees a non-zero return value for
27
+ ` peek() ` . A stale value still in cache may still return a negative return
28
+ value.
29
+ [ #124 ] ( https://github.com/thibaultcha/lua-resty-mlcache/pull/124 )
30
+
31
+ #### Added
32
+
33
+ - New ` get() ` option ` resty_lock_opts ` allows overriding lua-resty-lock option
34
+ for individual calls.
35
+ [ #125 ] ( https://github.com/thibaultcha/lua-resty-mlcache/pull/125 )
36
+
37
+ [ Back to TOC] ( #table-of-contents )
38
+
18
39
## [ 2.6.1]
19
40
20
41
> Released on: 2024/01/30
@@ -268,6 +289,7 @@ Initial release.
268
289
269
290
[ Back to TOC] ( #table-of-contents )
270
291
292
+ [ 2.7.0 ] : https://github.com/thibaultcha/lua-resty-mlcache/compare/2.6.1...2.7.0
271
293
[ 2.6.1 ] : https://github.com/thibaultcha/lua-resty-mlcache/compare/2.6.0...2.6.1
272
294
[ 2.6.0 ] : https://github.com/thibaultcha/lua-resty-mlcache/compare/2.5.0...2.6.0
273
295
[ 2.5.0 ] : https://github.com/thibaultcha/lua-resty-mlcache/compare/2.4.1...2.5.0
You can’t perform that action at this time.
0 commit comments