Skip to content

Commit 2c556fd

Browse files
authored
DOCSP-22752 release mongosh 1.4.2 (#209)
* DOCSP-22752 mongosh 1.4.2 Release Notes * DOCSP-22752 mongosh 1.4.2 Release Notes * internal review feedback
1 parent 8d6a2e8 commit 2c556fd

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

snooty.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ toc_landing_pages = ["/run-commands",
1313

1414
[constants]
1515

16-
version = "1.4.1"
16+
version = "1.4.2"
1717
mdb-version = "5.0"
18-
mdb-version-dev = "4.9"
1918
pgp-version = "{+mdb-version+}"
2019

2120
[substitutions]

source/changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@
1212
:depth: 1
1313
:class: singlecol
1414

15+
v1.4.2
16+
------
17+
18+
*Released May 17, 2022*
19+
20+
- :issue:`MONGOSH-1139` - Adds Debian 11 support for ``mongosh``.
21+
22+
- :issue:`MONGOSH-1183` - ``cursor.allowDiskUse()`` now accepts ``true``
23+
or ``false``.
24+
25+
- :issue:`MONGOSH-1204` - Adds visual identifier for Queryable
26+
Encyption collections in ``show collections``.
27+
28+
- :issue:`MONGOSH-1207` - Adds Queryable Encryption helpers.
29+
30+
`Full release notes available on JIRA
31+
<https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=33637>`__.
32+
1533
v1.4.1
1634
------
1735

0 commit comments

Comments
 (0)