Skip to content

Commit 04cb021

Browse files
Prepare release of 2.19.0
1 parent c1835c7 commit 04cb021

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docs/release-notes.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,22 @@ 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 abd 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+
- A crypt shared library can be now used instead of mongocryptd.
3239
- 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.
3442

3543
.. _release-notes-2.18:
3644

lib/mongo/version.rb

Lines changed: 1 addition & 1 deletion
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)