Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit f651f6c

Browse files
committed
v0.4.0
1 parent 230f9be commit f651f6c

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.4.0 -
2+
* add activeDuration with default to 5 minutes
3+
* add checking for native Proxy before using node-proxy
4+
* add cookie.ephemeral option, default false
5+
* add constant-time check
6+
* adds self-aware check. wont override req.session if already exists
7+
* fix wrong handled of utf8 replacement character
8+
* fix http expiry of cookie to match duration
9+
* fix updating cookie expiry whenever duration/createdAt changes
10+
111
0.3.1 -
212
* documentation update
313
* support opt.requestKey to allow usage of a key other than cookie name

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name" : "client-sessions",
3-
"version" : "0.3.1",
4-
"private" : false,
3+
"version" : "0.4.0",
54
"description" : "secure sessions stored in cookies",
65
"main" : "lib/client-sessions",
76
"repository" : {

0 commit comments

Comments
 (0)