Skip to content

Commit 512de8b

Browse files
(DOCSP-30757): mongosh 1.10.1 release notes (#271)
* (DOCSP-30757): mongosh 1.10.1 release notes * address review feedback * Update source/changelog.txt Co-authored-by: Anna Henningsen <[email protected]> --------- Co-authored-by: Anna Henningsen <[email protected]>
1 parent ed64278 commit 512de8b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

snooty.toml

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

1515
[constants]
1616

17-
version = "1.10.0"
17+
version = "1.10.1"
1818
mdb-version = "6.0"
1919
pgp-version = "{+mdb-version+}"
2020

source/changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ Release Notes
1212
:depth: 1
1313
:class: singlecol
1414

15+
v1.10.1
16+
-------
17+
18+
*Released June 21, 2023*
19+
20+
- Upgrades to Node.js version 16.20.1. Node 16.20.1 addresses security
21+
issues. For more information, see
22+
`Node.js security releases
23+
<https://nodejs.org/en/blog/vulnerability/june-2023-security-releases>`__.
24+
25+
- :issue:`MONGOSH-1286` ``mongosh --build-info`` now lists driver
26+
dependency versions.
27+
28+
- You can access driver dependency versions within the shell by
29+
running the new ``buildInfo()`` function.
30+
31+
`Full release notes available on JIRA
32+
<https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=36225>`__.
1533

1634
v1.10.0
1735
-------

0 commit comments

Comments
 (0)