Skip to content

Commit 4b37ab7

Browse files
committed
Update CHANGELOG
1 parent 0c53b9c commit 4b37ab7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## 7.0.0 (YYYY-MM-DD)
3+
## 7.0.0-0 (2021-01-18)
44

55
* **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.
66
* **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`
78
* **Feature:** New option: `disableTouch`. Disables updating of TTL in database on touch. Fixes #55.
89
* **Feature:** New option: `createTableIfMissing`. When set, the session table will be automatically created if missing. Fixes #158 and #173. Thanks @aadeshmisra!
910
* **Tweak**: Slightly tweaked the pg-promise integration. Fixes #153.

0 commit comments

Comments
 (0)