Skip to content

Commit d4c5423

Browse files
authored
DOCSP-42626 mongosh 2.3.0 release notes (#349)
* mongosh 2.3.0 release notes * internal review * updates features * Update version in snooty.toml to 2.3.0
1 parent 71dadd0 commit d4c5423

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ toc_landing_pages = ["/install",
1717

1818
[constants]
1919

20-
version = "2.2.15"
20+
version = "2.3.0"
2121
mdb-version = "7.0"
2222
pgp-version = "{+mdb-version+}"
2323
atlas = "MongoDB Atlas"

source/changelog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1536
v2.2.15
1637
-------
1738

0 commit comments

Comments
 (0)