File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ toc_landing_pages = ["/install",
17
17
18
18
[constants ]
19
19
20
- version = " 2.2.15 "
20
+ version = " 2.3.0 "
21
21
mdb-version = " 7.0"
22
22
pgp-version = " {+mdb-version+}"
23
23
atlas = " MongoDB Atlas"
Original file line number Diff line number Diff line change @@ -12,6 +12,27 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v2.3.0
16
+ ------
17
+
18
+ *Released August 16, 2024*
19
+
20
+ New features released in this version:
21
+
22
+ - :issue:`MONGOSH-1550` - Adds support for Queryable Encryption Range queries and removes support for the Range Preview version
23
+ - :issue:`MONGOSH-1827` - Adds configuration support for proxies in environment variables
24
+ - :issue:`MONGOSH-1852` - ``--tlsUseSystemCA`` is enabled by default
25
+ - :issue:`MONGOSH-1845` - Adds debug flag for dumping OIDC tokens to output
26
+
27
+ Bug fixes in this release:
28
+
29
+ - :issue:`MONGOSH-1136` - mongosh should use stderr for password prompt
30
+ - :issue:`MONGOSH-1425` - Expand fallback condition for ``$collStats`` to command form to account for ADF
31
+ - :issue:`MONGOSH-1820` - ``fields`` option is not working as expected in findAndModify
32
+
33
+ `Full release notes available on JIRA
34
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=40317>`__.
35
+
15
36
v2.2.15
16
37
-------
17
38
You can’t perform that action at this time.
0 commit comments