File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,8 @@ toc_landing_pages = ["/run-commands",
13
13
14
14
[constants ]
15
15
16
- version = " 1.4.1 "
16
+ version = " 1.4.2 "
17
17
mdb-version = " 5.0"
18
- mdb-version-dev = " 4.9"
19
18
pgp-version = " {+mdb-version+}"
20
19
21
20
[substitutions ]
Original file line number Diff line number Diff line change 12
12
:depth: 1
13
13
:class: singlecol
14
14
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
+
15
33
v1.4.1
16
34
------
17
35
You can’t perform that action at this time.
0 commit comments