File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v0.8.0
16
+ ------
17
+
18
+ *Released February 17, 2021*
19
+
20
+ New features in this release:
21
+
22
+ - Support for :ref:`client-side field level encryption <fle-methods-mongosh>`.
23
+
24
+ Bug fixes in this release:
25
+
26
+ - Running ``setReadConcern`` no longer reverses :method:`db.auth()`
27
+ authentication operations.
28
+
29
+ - Pressing the backspace key in the password prompt no longer adds an
30
+ asterisk, and now behaves as expected.
31
+
32
+ - Running :method:`~UUID()` without a value now generates a random UUID.
33
+
15
34
v0.7.7
16
35
------
17
36
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ standalone and replica set deployments.
741
741
742
742
- Returns the free cloud monitoring status for your deployment.
743
743
744
+ .. _fle-methods-mongosh:
745
+
744
746
Client-Side Field Level Encryption Methods
745
747
------------------------------------------
746
748
You can’t perform that action at this time.
0 commit comments