@@ -12,6 +12,43 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v2.2.4
16
+ ------
17
+
18
+ *Released April 15, 2024*
19
+
20
+ Upgrades to Node.js version 20.12.2. Node 20.12.2 resolves security issues. Vulnerabilities
21
+ are unlikely to affect typical ``mongosh`` users. For more information, see the
22
+ `April 10, 2024 Node.js security release
23
+ <https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2/>`__.
24
+
25
+ `Full release notes available on JIRA
26
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=38886>`__.
27
+
28
+
29
+ v2.2.3
30
+ ------
31
+
32
+ *Released April 4, 2024*
33
+
34
+ Issues fixed:
35
+
36
+ - :issue:`MONGOSH-1752` - Updates Node.js version to 20.12.1. Node 20.12.1 resolves
37
+ security issues. Vulnerabilities are unlikely to affect typical ``mongosh`` users. For
38
+ more information, see the `April 3, 2024 Node.js security release
39
+ <https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/>`__.
40
+
41
+ - :issue:`MONGOSH-1682` - Fixed a race condition that could lead to commands, including
42
+ sensitive information, not being properly redacted from the history file.
43
+
44
+ - :issue:`MONGOSH-1688` - Improved cursor iteration performance by ~60%.
45
+
46
+ - :issue:`MONGOSH-1751` - Improved startup performance for programmatic usage by
47
+ addressing a bug in our update notification manager.
48
+
49
+ `Full release notes available on JIRA
50
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=38351>`__.
51
+
15
52
v2.2.2
16
53
------
17
54
0 commit comments