You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.txt
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,17 +28,18 @@ now supports Ruby 3.2. Ruby 2.5 and 2.6 are now deprecated.
28
28
29
29
This release includes the following new features:
30
30
31
-
- Added support for automatic AWS credentials retrieval abd authentication
31
+
- Added support for automatic AWS credentials retrieval and authentication
32
32
with temporary credentials when AWS KMS is used for client side encryption.
33
33
- Added support for automatic GCP credentials retrieval when Google Cloud Key
34
34
Management is used for client side encryption.
35
35
- Added support the Azure VM-assigned Managed Identity for Automatic KMS Credentials
36
36
when Azure Key Vault is used for client side encryption.
37
-
- `Queryable encryption <https://www.mongodb.com/docs/upcoming/core/queryable-encryption/queryable-encryption/>`_ support is extended.
38
-
- A crypt shared library can be now used instead of mongocryptd.
37
+
- `Queryable Encryption <https://www.mongodb.com/docs/upcoming/core/queryable-encryption/queryable-encryption/>`_ support is extended.
38
+
- Added support for Queryable Encryption Range Indexes.
39
+
- A `crypt_shared <https://www.mongodb.com/docs/manual/core/queryable-encryption/reference/shared-library/#download-the-automatic-encryption-shared-library>`_
40
+
library can be now used instead of ``mongocryptd``.
39
41
- Added support for AWS IAM Roles for service accounts, EKS in particular.
0 commit comments