@@ -12,6 +12,28 @@ Release Notes
1212 :depth: 1
1313 :class: singlecol
1414
15+ v2.3.4
16+ ------
17+
18+ *Released November 27, 2024*
19+
20+ New features released in this version:
21+
22+ - :issue:`MONGOSH-1920` - Add options object to stream processor start, stop,
23+ and drop commands
24+ - :issue:`MONGOSH-1864` - Add stream processor modify command
25+
26+ Bug Fixes:
27+
28+ - :issue:`MONGOSH-1917`, :issue:`MONGOSH-1905` - Include ``nonce`` in OIDC
29+ requests by default. Use the ``--oidcNoNonce`` option to suppress this
30+ behavior if your |idp| doesn't support it.
31+ - :issue:`MONGOSH-1895` - Suppress experimental warning for Node.js 23
32+
33+ `Full release notes available on JIRA
34+ <https://jira.mongodb.org/browse/MONGOSH-1922?jql=project%20%3D%20MONGOSH%20AND%20fixVersion%20%3D%202.3.4>`__.
35+
36+
1537v2.3.3
1638------
1739
@@ -152,7 +174,7 @@ v2.2.9
152174
153175- ``mongosh`` now uses version 6.7.0 of the :driver:`Node.js driver </node/>`.
154176
155- - :issue:`MONGOSH-1785` - ``monogosh `` now supports Ubuntu 24.04.
177+ - :issue:`MONGOSH-1785` - ``mongosh `` now supports Ubuntu 24.04.
156178
157179v2.2.6
158180------
@@ -786,7 +808,7 @@ v1.4.2
786808 or ``false``.
787809
788810- :issue:`MONGOSH-1204` - Adds visual identifier for Queryable
789- Encyption collections in ``show collections``.
811+ Encryption collections in ``show collections``.
790812
791813- :issue:`MONGOSH-1207` - Adds Queryable Encryption helpers.
792814
@@ -865,7 +887,7 @@ v1.2.1
865887
866888*Released February 24, 2022*
867889
868- - :issue:`MONGOSH-1063` - You can now create a global ``monogosh ``
890+ - :issue:`MONGOSH-1063` - You can now create a global ``mongosh ``
869891 :ref:`configuration file <mongosh-shell-settings>`.
870892
871893- :issue:`MONGOSH-959` – You can now use the :ref:`config.reset
0 commit comments