Skip to content

Commit 04e465b

Browse files
committed
1.19.0
1 parent 2673736 commit 04e465b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

HISTORY.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Unreleased changes
2-
3-
### 🚀 Improvements
1+
1.19.0 / 2026-01-22
2+
==========
43

54
* Add dynamic cookie options support
6-
75
Cookie options can now be dynamic, allowing for more flexible and context-aware configuration based on each request. This feature enables programmatic modification of cookie attributes like `secure`, `httpOnly`, `sameSite`, `maxAge`, `domain`, and `path` based on session or request conditions.
86

97
```js
@@ -24,9 +22,7 @@
2422
}))
2523
```
2624
* Add sameSite 'auto' support for automatic SameSite attribute configuration
27-
2825
Added `sameSite: 'auto'` option for cookie configuration that automatically sets `SameSite=None` for HTTPS and `SameSite=Lax` for HTTP connections, simplifying cookie handling across different environments.
29-
3026
* deps: use tilde notation for dependencies
3127

3228
1.18.2 / 2025-07-17

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-session",
3-
"version": "1.18.2",
3+
"version": "1.19.0",
44
"description": "Simple session middleware for Express",
55
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
66
"contributors": [

0 commit comments

Comments
 (0)