Skip to content

Commit

Permalink
Prepare release of 2.19.0 (#2736)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Bevilacqua <alex@alexbevi.com>
  • Loading branch information
comandeo-mongo and alexbevi committed Jun 21, 2023
1 parent c1835c7 commit 98da783
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions docs/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,23 @@ its test suite.
2.19
====

This release of the Ruby driver supports MongoDB version 7.0. The Ruby driver
now supports Ruby 3.2. Ruby 2.5 and 2.6 are now deprecated.

This release includes the following new features:

- Added support for automatic AWS credentials retrieval when AWS KMS is used for
client side encryption.
- Added support for automatic AWS credentials retrieval and authentication
with temporary credentials when AWS KMS is used for client side encryption.
- Added support for automatic GCP credentials retrieval when Google Cloud Key
Management is used for client side encryption.
- Added support the Azure VM-assigned Managed Identity for Automatic KMS Credentials
when Azure Key Vault is used for client side encryption.
- `Queryable Encryption <https://www.mongodb.com/docs/upcoming/core/queryable-encryption/queryable-encryption/>`_ support is extended.
- Added support for Queryable Encryption Range Indexes.
- A `crypt_shared <https://www.mongodb.com/docs/manual/core/queryable-encryption/reference/shared-library/#download-the-automatic-encryption-shared-library>`_
library can be now used instead of ``mongocryptd``.
- Added support for AWS IAM Roles for service accounts, EKS in particular.

- AWS Credentials are now cached when possible.

.. _release-notes-2.18:

Expand Down
2 changes: 1 addition & 1 deletion lib/mongo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ module Mongo
# The current version of the driver.
#
# @since 2.0.0
VERSION = '2.18.1'.freeze
VERSION = '2.19.0'.freeze
end

0 comments on commit 98da783

Please sign in to comment.