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",
1717
1818[constants ]
1919
20- version = " 2.2.15 "
20+ version = " 2.3.0 "
2121mdb-version = " 7.0"
2222pgp-version = " {+mdb-version+}"
2323atlas = " MongoDB Atlas"
Original file line number Diff line number Diff line change @@ -12,6 +12,27 @@ Release Notes
1212 :depth: 1
1313 :class: singlecol
1414
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+
1536v2.2.15
1637-------
1738
You can’t perform that action at this time.
0 commit comments