Skip to content

Commit a13b1fa

Browse files
DOCSP-34333 mongosh v2.1.0 release notes (#309)
* DOCSP-34333 release notes * DOCSP-34333 fix wording * DOCSP-34333 fix upper case * DOCSP-34333 jeff feedback * DOCSP-3433 nit fix * DOCSP-34333 test build * DOCSP-34333 test build
1 parent 94d5bcb commit a13b1fa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
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 = "2.0.2"
18+
version = "2.1.0"
1919
mdb-version = "7.0"
2020
pgp-version = "{+mdb-version+}"
2121
atlas = "MongoDB Atlas"

source/changelog.txt

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

15+
v2.1.0
16+
------
17+
18+
*Released November 21, 2023*
19+
20+
- :issue:`MONGOSH-1621` and :issue:`NODE-5709` – Homebrew users who were automatically upgraded
21+
to Node.js 21 stop seeing deprecation warnings.
22+
23+
- :issue:`MONGOSH-1452` and :issue:`NODE-5040` – ``mongosh`` now displays BSON objects in a format
24+
that is more consistent with other ``mongosh`` output. Also, many BSON objects now support syntax
25+
highlighting.
26+
27+
- :issue:`MONGOSH-1527` – You can now iterate mongosh cursors with idiomatic
28+
syntax: ``for (const doc of db.coll.find()) { }``. Previously, ``mongosh`` only supported ``.forEach``
29+
syntax for iteration.
30+
1531
v2.0.2
1632
------
1733

0 commit comments

Comments
 (0)