File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
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 = " 2.0.2 "
18
+ version = " 2.1.0 "
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,6 +12,22 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
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
+
15
31
v2.0.2
16
32
------
17
33
You can’t perform that action at this time.
0 commit comments