Releases: expressjs/session
Releases · expressjs/session
1.15.5
- Fix
TypeError
whenreq.url
is an empty string - deps: depd@~1.1.1
- Remove unnecessary
Buffer
loading
- Remove unnecessary
1.15.4
- deps: [email protected]
1.15.3
- deps: [email protected]
- deps: [email protected]
1.15.2
- deps: [email protected]
- Fix
DEBUG_MAX_ARRAY_LENGTH
- Fix
- deps: uid-safe@~2.1.4
- Remove
base64-url
dependency
- Remove
1.15.1
- deps: [email protected]
- Fix deprecation messages in WebStorm and other editors
- Undeprecate
DEBUG_FD
set to1
or2
1.15.0
- Fix detecting modified session when session contains "cookie" property
- Fix resaving already-saved reloaded session at end of request
- deps: [email protected]
- perf: use
Buffer.from
when available
- perf: use
- deps: [email protected]
- Allow colors in workers
- Deprecated
DEBUG_FD
environment variable - Use same color for same namespace
- Fix error when running under React Native
- deps: [email protected]
- perf: remove unreachable branch in set-cookie method
1.14.2
- deps: [email protected]
- Fix deprecation warning in Node.js 7.x
- deps: uid-safe@~2.1.3
- deps: [email protected]
1.14.1
- Fix not always resetting session max age before session save
- Fix the cookie
sameSite
option to actually alter theSet-Cookie
- deps: uid-safe@~2.1.2
- deps: [email protected]
1.14.0
- Correctly inherit from
EventEmitter
class inStore
base class - Fix issue where
Set-Cookie
Expires
was not always updated - Methods are no longer enumerable on
req.session
object - deps: [email protected]
- Add
sameSite
option - Improve error message when
encode
is not a function - Improve error message when
expires
is not aDate
- perf: enable strict mode
- perf: use for loop in parse
- perf: use string concatination for serialization
- Add
- deps: parseurl@~1.3.1
- perf: enable strict mode
- deps: uid-safe@~2.1.1
- Use
random-bytes
for byte source - deps: [email protected]
- Use
- perf: enable strict mode
- perf: remove argument reassignment
1.13.0
- Fix
rolling: true
to not set cookie when no session exists- Better
saveUninitialized: false
+rolling: true
behavior
- Better
- deps: [email protected]