We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f50fa commit 0b18efaCopy full SHA for 0b18efa
Changes.md
@@ -2,6 +2,15 @@
2
3
All notable changes to `lua-resty-session` will be documented in this file.
4
5
+## [2.23] - 2018-12-12
6
+### Added
7
+- Added pluggable strategies with `default` and a new `regenerate` strategy
8
+- Added pluggable `hmac`s
9
+- Added `session.close`
10
+- Added `ttl` to `storages`
11
+- Added `session.cookie.discard`, a `ttl` how long to keep old sessions when
12
+ renewing (used by `regenerate` strategy
13
+
14
## [2.22] - 2018-03-17
15
### Fixed
16
- Only sets self.cookie.secure if not defined.
0 commit comments