Skip to content

Commit

Permalink
Release 2.16.0.alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Sep 8, 2021
1 parent 8a3e614 commit 5cf370d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
19 changes: 18 additions & 1 deletion docs/reference/driver-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The first column lists the driver versions.
:class: compatibility-large no-padding

* - Ruby Driver
- MongoDB 5.0
- MongoDB 4.4
- MongoDB 4.2
- MongoDB 4.0
Expand All @@ -46,6 +47,7 @@ The first column lists the driver versions.
- MongoDB 2.6

* - 2.16
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -56,6 +58,7 @@ The first column lists the driver versions.
- |checkmark|

* - 2.15
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -66,6 +69,7 @@ The first column lists the driver versions.
- |checkmark|

* - 2.14
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -76,6 +80,7 @@ The first column lists the driver versions.
- |checkmark|

* - 2.13
-
- |checkmark| [#ocsp]_
- |checkmark|
- |checkmark|
Expand All @@ -86,6 +91,7 @@ The first column lists the driver versions.
- |checkmark|

* - 2.12
-
-
- |checkmark|
- |checkmark|
Expand All @@ -96,6 +102,7 @@ The first column lists the driver versions.
- |checkmark|

* - 2.11
-
-
- |checkmark| [#client-side-encryption]_
- |checkmark|
Expand All @@ -106,6 +113,7 @@ The first column lists the driver versions.
- |checkmark|

* - 2.10
-
-
- |checkmark| [#srv-polling]_ [#client-side-encryption]_
- |checkmark|
Expand All @@ -116,6 +124,7 @@ The first column lists the driver versions.
- |checkmark|

* - 2.9
-
-
-
- |checkmark|
Expand All @@ -126,6 +135,7 @@ The first column lists the driver versions.
- |checkmark|

* - 2.8
-
-
-
- |checkmark|
Expand All @@ -136,6 +146,7 @@ The first column lists the driver versions.
- |checkmark|

* - 2.7
-
-
-
- |checkmark|
Expand All @@ -146,6 +157,7 @@ The first column lists the driver versions.
- |checkmark|

* - 2.6
-
-
-
- |checkmark|
Expand All @@ -159,6 +171,7 @@ The first column lists the driver versions.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -170,6 +183,7 @@ The first column lists the driver versions.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -181,6 +195,7 @@ The first column lists the driver versions.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -191,6 +206,7 @@ The first column lists the driver versions.
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
Expand All @@ -202,6 +218,7 @@ The first column lists the driver versions.
-
-
-
-
- |checkmark|
- |checkmark|

Expand Down Expand Up @@ -593,7 +610,7 @@ the driver.
* - Ruby Driver
- mongo_kerberos |nbsp| 2.1

* - 2.7 - 2.14
* - 2.7 - 2.16
- |checkmark|


Expand Down
13 changes: 13 additions & 0 deletions docs/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,24 @@ comprehensive list of changes in each version of the driver and the
for the complete list of changes, including those internal to the driver and
its test suite.


2.16
====

This release adds the following new feature:

- Experimental load balancer support.

The following minor improvement has been made:

- GridFS file retrieval no longer requires index creation privileges when
the indexes already exist, and is thus usable with users that have only
read permissions.

This release of the Ruby driver increases the minimum required Ruby version
to 2.4.


2.15
====

Expand Down Expand Up @@ -70,6 +82,7 @@ The following smaller improvements have been made:
``writeErrors`` field in the server response.
- Server selection timeout for ``mongocryptd`` has been increased to 10 seconds.


2.14
====

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.16.0.alpha'.freeze
VERSION = '2.16.0.alpha1'.freeze
end

0 comments on commit 5cf370d

Please sign in to comment.