From 237acc52c9faeb2adbb5f48deb2211b472c8752e Mon Sep 17 00:00:00 2001 From: Sten Feldman Date: Tue, 11 Jul 2023 11:26:12 +0300 Subject: [PATCH] Update History.md Reflect changes made in v2.9.0 and v2.10.0 --- History.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/History.md b/History.md index 980fa66ca..a82267820 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,19 @@ +v2.10.0 +======= +- Overall dependency updates (chore) +- Ace upgrade to `v.1.23.2` #347 +- Slow initial session creation fix #350 + +v2.9.0 +====== +* Includes integration with ACE `v1.13.1` #279 +* Cutting out of maintenance Node.JS support, new minimum node requirement `v14.21.1` +* Addresses moderate vulnerability in Passport `< v0.6.0` concerning Session Fixation (session regeneration when a users logs in or out) + * Weakness: [CWE-384](https://cwe.mitre.org/data/definitions/384.html) + * Vulnerability: [CVE-2022-25896](https://www.cve.org/CVERecord?id=CVE-2022-25896) +* xterm.js `v5.0.0` upgrade +* Other dependency updates + v2.8.0 ====== * Remediates security vulnerabilities reported in 3rd party packages.