Skip to content

Commit 8bc1bf4

Browse files
Prepare release of 2.19.0 (#2736)
Co-authored-by: Alex Bevilacqua <[email protected]>
1 parent 22fcd6d commit 8bc1bf4

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

source/release-notes.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,23 @@ its test suite.
2323
2.19
2424
====
2525

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+
2629
This release includes the following new features:
2730

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.
3033
- Added support for automatic GCP credentials retrieval when Google Cloud Key
3134
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``.
3241
- Added support for AWS IAM Roles for service accounts, EKS in particular.
33-
42+
- AWS Credentials are now cached when possible.
3443

3544
.. _release-notes-2.18:
3645

0 commit comments

Comments
 (0)