Skip to content

Commit c30a408

Browse files
0.8.0 release notes
1 parent 804f1a2 commit c30a408

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

source/changelog.txt

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

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+
1534
v0.7.7
1635
------
1736

source/reference/methods.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ standalone and replica set deployments.
741741

742742
- Returns the free cloud monitoring status for your deployment.
743743

744+
.. _fle-methods-mongosh:
745+
744746
Client-Side Field Level Encryption Methods
745747
------------------------------------------
746748

0 commit comments

Comments
 (0)