Skip to content

Commit

Permalink
Prepare 2.18.0.beta1 release (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo authored Jun 8, 2022
1 parent 28b3713 commit 87bdf53
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions docs/reference/driver-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ version.
:class: compatibility-large no-padding

* - Ruby Driver
- MongoDB 6.0
- MongoDB 5.2
- MongoDB 5.1
- MongoDB 5.0
Expand All @@ -58,12 +59,14 @@ version.
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-
-
-
-

* - 2.17
-
-
- |checkmark|
- |checkmark|
Expand All @@ -77,6 +80,7 @@ version.
-

* - 2.16
-
-
-
- |checkmark|
Expand All @@ -93,6 +97,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -106,6 +111,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -119,6 +125,7 @@ version.
-
-
-
-
- |checkmark| [#ocsp]_
- |checkmark|
- |checkmark|
Expand All @@ -133,6 +140,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -146,6 +154,7 @@ version.
-
-
-
-
- |checkmark| [#client-side-encryption]_
- |checkmark|
- |checkmark|
Expand All @@ -159,6 +168,7 @@ version.
-
-
-
-
- |checkmark| [#srv-polling]_ [#client-side-encryption]_
- |checkmark|
- |checkmark|
Expand All @@ -173,6 +183,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -186,6 +197,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -199,6 +211,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -212,6 +225,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -226,6 +240,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -240,6 +255,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -254,6 +270,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -267,6 +284,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -281,6 +299,7 @@ version.
-
-
-
-
- |checkmark|
- |checkmark|

Expand Down
4 changes: 2 additions & 2 deletions docs/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ its test suite.
2.18
====

This release of the Ruby driver supports MongoDB version 5.2.
This release of the Ruby driver supports MongoDB version 5.2 and 6.0.

This release includes the following new features:

- Added support for queryable encryption.
- Added support for `queryable encryption <https://www.mongodb.com/docs/upcoming/core/queryable-encryption/queryable-encryption/>`_.
- Added support for Azure Key Vault, Google Cloud Key Management, and any
KMIP compliant Key Management System to be used as master key storage for
client side encryption.
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.0.alpha1'.freeze
VERSION = '2.18.0.beta1'.freeze
end

0 comments on commit 87bdf53

Please sign in to comment.