File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,22 @@ 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 abd 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
+ - A crypt shared library can be now used instead of mongocryptd.
32
39
- Added support for AWS IAM Roles for service accounts, EKS in particular.
33
-
40
+ - AWS Credentials are now cached when possible.
41
+ - Added support for Range Indexes.
34
42
35
43
.. _release-notes-2.18:
36
44
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ module Mongo
20
20
# The current version of the driver.
21
21
#
22
22
# @since 2.0.0
23
- VERSION = '2.18.1 ' . freeze
23
+ VERSION = '2.19.0 ' . freeze
24
24
end
You can’t perform that action at this time.
0 commit comments