File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ toc_landing_pages = ["/run-commands",
14
14
15
15
[constants ]
16
16
17
- version = " 1.8 .1"
17
+ version = " 1.9 .1"
18
18
mdb-version = " 6.0"
19
19
pgp-version = " {+mdb-version+}"
20
20
Original file line number Diff line number Diff line change @@ -12,6 +12,31 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v1.9.1
16
+ ------
17
+
18
+ *Released May 25, 2023*
19
+
20
+ - Internal improvements for reporting and monitoring.
21
+
22
+ `Full release notes available on JIRA
23
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=36079>`__.
24
+
25
+ v1.9.0
26
+ ------
27
+
28
+ *Released May 17, 2023*
29
+
30
+ - ``mongosh`` supports the new Queryable Encryption protocol. Starting
31
+ in v1.9.0, ``mongosh`` is not compatible with MongoDB server versions
32
+ **earlier than 7.0** when using Queryable Encryption.
33
+
34
+ - When using queryable encryption on pre-7.0 servers, you can decrypt
35
+ encrypted data, but you cannot insert or query data.
36
+
37
+ `Full release notes available on JIRA
38
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=35985>`__.
39
+
15
40
v1.8.1
16
41
------
17
42
You can’t perform that action at this time.
0 commit comments