You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# Changelog
2
2
3
-
## 7.0.0 (YYYY-MM-DD)
3
+
## 7.0.0-0 (2021-01-18)
4
4
5
5
***Possibly breaking change:** Align session expiration logic with [connect-redis](https://github.com/tj/connect-redis/blob/30efd159103ace270c844a5967428b43e7b8ba4a/migration-to-v4.md#changes-to-ttl-management) which in turned aligned with connect-mongo. Fixes #54.
6
6
***Minor breaking change:** The `.close()` method is now async and returns a `Promise` that will be resolved when this session store is fully shut down. Fixes #183.
7
+
***Minor breaking change:** Now requires Node version `^10.17.0 || >=11.14.0`
7
8
***Feature:** New option: `disableTouch`. Disables updating of TTL in database on touch. Fixes #55.
8
9
***Feature:** New option: `createTableIfMissing`. When set, the session table will be automatically created if missing. Fixes #158 and #173. Thanks @aadeshmisra!
9
10
***Tweak**: Slightly tweaked the pg-promise integration. Fixes #153.
0 commit comments