Skip to content

Commit 7d60322

Browse files
authored
DOCSP-33635 Release notes for mongosh 2.0.2 (#303)
* DOCSP-33635 Release notes for mongosh 2.0.2 * Empty commit to try to wake up autobuilder * Empty commit to see if this fixed builds * Incorporating review comments
1 parent 18adfff commit 7d60322

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ toc_landing_pages = ["/run-commands",
1515

1616
[constants]
1717

18-
version = "1.10.6"
18+
version = "2.0.2"
1919
mdb-version = "7.0"
2020
pgp-version = "{+mdb-version+}"
2121
atlas = "MongoDB Atlas"

source/changelog.txt

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,29 @@ Release Notes
1212
:depth: 1
1313
:class: singlecol
1414

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+
1534
v2.0.1
1635
------
1736

18-
*Upcoming*
37+
*Released September 14, 2023*
1938

2039
- :issue:`MONGOSH-1346` - Group download center packages by platform.
2140

@@ -25,7 +44,7 @@ v2.0.1
2544
v2.0.0
2645
------
2746

28-
September 6, 2023
47+
*Released September 6, 2023*
2948

3049
- Added support for these constructors:
3150

0 commit comments

Comments
 (0)