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
+12-3
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,23 @@ its test suite.
23
23
2.19
24
24
====
25
25
26
+
This release of the Ruby driver supports MongoDB version 7.0. The Ruby driver
27
+
now supports Ruby 3.2. Ruby 2.5 and 2.6 are now deprecated.
28
+
26
29
This release includes the following new features:
27
30
28
-
- Added support for automatic AWS credentials retrieval when AWS KMS is used for
29
-
client side encryption.
31
+
- Added support for automatic AWS credentials retrieval and authentication
32
+
with temporary credentials when AWS KMS is used for client side encryption.
30
33
- Added support for automatic GCP credentials retrieval when Google Cloud Key
31
34
Management is used for client side encryption.
35
+
- Added support the Azure VM-assigned Managed Identity for Automatic KMS Credentials
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
+
- 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``.
32
41
- Added support for AWS IAM Roles for service accounts, EKS in particular.
0 commit comments