Skip to content

Commit 98da783

Browse files
Prepare release of 2.19.0 (#2736)
Co-authored-by: Alex Bevilacqua <[email protected]>
1 parent c1835c7 commit 98da783

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

docs/release-notes.txt

+12-3
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

lib/mongo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ module Mongo
2020
# The current version of the driver.
2121
#
2222
# @since 2.0.0
23-
VERSION = '2.18.1'.freeze
23+
VERSION = '2.19.0'.freeze
2424
end

0 commit comments

Comments
 (0)