File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ toc_landing_pages = ["/run-commands",
15
15
16
16
[constants ]
17
17
18
- version = " 1.10.6 "
18
+ version = " 2.0.2 "
19
19
mdb-version = " 7.0"
20
20
pgp-version = " {+mdb-version+}"
21
21
atlas = " MongoDB Atlas"
Original file line number Diff line number Diff line change @@ -12,10 +12,29 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v2.0.2
16
+ ------
17
+
18
+ *Released October 16, 2023*
19
+
20
+ - Upgrades to Node.js version 20.8.1. Node 20.8.1 resolves security
21
+ issues. For more information, see
22
+ `Node.js security releases
23
+ <https://nodejs.org/en/blog/vulnerability/october-2023-security-releases>`__ and
24
+ `CVE-2023-45133 <https://nvd.nist.gov/vuln/detail/CVE-2023-45133>`__.
25
+ - `CVE-2023-45143 <https://nvd.nist.gov/vuln/detail/CVE-2023-45143>`__
26
+ affects the ``fetch()`` API that is available in ``mongosh`` 2.x.
27
+
28
+ .. important::
29
+ ``mongosh`` 1.x does not address the security issues in the previous list.
30
+ For improved security, upgrade to ``mongosh`` 2.0.2.
31
+
32
+ `Full release notes available on JIRA <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=36795>`__.
33
+
15
34
v2.0.1
16
35
------
17
36
18
- *Upcoming *
37
+ *Released September 14, 2023 *
19
38
20
39
- :issue:`MONGOSH-1346` - Group download center packages by platform.
21
40
25
44
v2.0.0
26
45
------
27
46
28
- September 6, 2023
47
+ *Released September 6, 2023*
29
48
30
49
- Added support for these constructors:
31
50
You can’t perform that action at this time.
0 commit comments