@@ -12,6 +12,28 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
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
+
15
37
v2.3.3
16
38
------
17
39
@@ -152,7 +174,7 @@ v2.2.9
152
174
153
175
- ``mongosh`` now uses version 6.7.0 of the :driver:`Node.js driver </node/>`.
154
176
155
- - :issue:`MONGOSH-1785` - ``monogosh `` now supports Ubuntu 24.04.
177
+ - :issue:`MONGOSH-1785` - ``mongosh `` now supports Ubuntu 24.04.
156
178
157
179
v2.2.6
158
180
------
@@ -786,7 +808,7 @@ v1.4.2
786
808
or ``false``.
787
809
788
810
- :issue:`MONGOSH-1204` - Adds visual identifier for Queryable
789
- Encyption collections in ``show collections``.
811
+ Encryption collections in ``show collections``.
790
812
791
813
- :issue:`MONGOSH-1207` - Adds Queryable Encryption helpers.
792
814
@@ -865,7 +887,7 @@ v1.2.1
865
887
866
888
*Released February 24, 2022*
867
889
868
- - :issue:`MONGOSH-1063` - You can now create a global ``monogosh ``
890
+ - :issue:`MONGOSH-1063` - You can now create a global ``mongosh ``
869
891
:ref:`configuration file <mongosh-shell-settings>`.
870
892
871
893
- :issue:`MONGOSH-959` – You can now use the :ref:`config.reset
0 commit comments