Skip to content

Commit 0b18efa

Browse files
committed
Release 2.23
1 parent 44f50fa commit 0b18efa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Changes.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to `lua-resty-session` will be documented in this file.
44

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+
514
## [2.22] - 2018-03-17
615
### Fixed
716
- Only sets self.cookie.secure if not defined.

0 commit comments

Comments
 (0)