Skip to content

Commit 5cf370d

Browse files
committed
Release 2.16.0.alpha1
1 parent 8a3e614 commit 5cf370d

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

Diff for: docs/reference/driver-compatibility.txt

+18-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The first column lists the driver versions.
3636
:class: compatibility-large no-padding
3737

3838
* - Ruby Driver
39+
- MongoDB 5.0
3940
- MongoDB 4.4
4041
- MongoDB 4.2
4142
- MongoDB 4.0
@@ -46,6 +47,7 @@ The first column lists the driver versions.
4647
- MongoDB 2.6
4748

4849
* - 2.16
50+
-
4951
- |checkmark|
5052
- |checkmark|
5153
- |checkmark|
@@ -56,6 +58,7 @@ The first column lists the driver versions.
5658
- |checkmark|
5759

5860
* - 2.15
61+
-
5962
- |checkmark|
6063
- |checkmark|
6164
- |checkmark|
@@ -66,6 +69,7 @@ The first column lists the driver versions.
6669
- |checkmark|
6770

6871
* - 2.14
72+
-
6973
- |checkmark|
7074
- |checkmark|
7175
- |checkmark|
@@ -76,6 +80,7 @@ The first column lists the driver versions.
7680
- |checkmark|
7781

7882
* - 2.13
83+
-
7984
- |checkmark| [#ocsp]_
8085
- |checkmark|
8186
- |checkmark|
@@ -86,6 +91,7 @@ The first column lists the driver versions.
8691
- |checkmark|
8792

8893
* - 2.12
94+
-
8995
-
9096
- |checkmark|
9197
- |checkmark|
@@ -96,6 +102,7 @@ The first column lists the driver versions.
96102
- |checkmark|
97103

98104
* - 2.11
105+
-
99106
-
100107
- |checkmark| [#client-side-encryption]_
101108
- |checkmark|
@@ -106,6 +113,7 @@ The first column lists the driver versions.
106113
- |checkmark|
107114

108115
* - 2.10
116+
-
109117
-
110118
- |checkmark| [#srv-polling]_ [#client-side-encryption]_
111119
- |checkmark|
@@ -116,6 +124,7 @@ The first column lists the driver versions.
116124
- |checkmark|
117125

118126
* - 2.9
127+
-
119128
-
120129
-
121130
- |checkmark|
@@ -126,6 +135,7 @@ The first column lists the driver versions.
126135
- |checkmark|
127136

128137
* - 2.8
138+
-
129139
-
130140
-
131141
- |checkmark|
@@ -136,6 +146,7 @@ The first column lists the driver versions.
136146
- |checkmark|
137147

138148
* - 2.7
149+
-
139150
-
140151
-
141152
- |checkmark|
@@ -146,6 +157,7 @@ The first column lists the driver versions.
146157
- |checkmark|
147158

148159
* - 2.6
160+
-
149161
-
150162
-
151163
- |checkmark|
@@ -159,6 +171,7 @@ The first column lists the driver versions.
159171
-
160172
-
161173
-
174+
-
162175
- |checkmark|
163176
- |checkmark|
164177
- |checkmark|
@@ -170,6 +183,7 @@ The first column lists the driver versions.
170183
-
171184
-
172185
-
186+
-
173187
- |checkmark|
174188
- |checkmark|
175189
- |checkmark|
@@ -181,6 +195,7 @@ The first column lists the driver versions.
181195
-
182196
-
183197
-
198+
-
184199
- |checkmark|
185200
- |checkmark|
186201
- |checkmark|
@@ -191,6 +206,7 @@ The first column lists the driver versions.
191206
-
192207
-
193208
-
209+
-
194210
- |checkmark|
195211
- |checkmark|
196212
- |checkmark|
@@ -202,6 +218,7 @@ The first column lists the driver versions.
202218
-
203219
-
204220
-
221+
-
205222
- |checkmark|
206223
- |checkmark|
207224

@@ -593,7 +610,7 @@ the driver.
593610
* - Ruby Driver
594611
- mongo_kerberos |nbsp| 2.1
595612

596-
* - 2.7 - 2.14
613+
* - 2.7 - 2.16
597614
- |checkmark|
598615

599616

Diff for: docs/release-notes.txt

+13
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,24 @@ comprehensive list of changes in each version of the driver and the
1717
for the complete list of changes, including those internal to the driver and
1818
its test suite.
1919

20+
2021
2.16
2122
====
2223

24+
This release adds the following new feature:
25+
26+
- Experimental load balancer support.
27+
28+
The following minor improvement has been made:
29+
30+
- GridFS file retrieval no longer requires index creation privileges when
31+
the indexes already exist, and is thus usable with users that have only
32+
read permissions.
33+
2334
This release of the Ruby driver increases the minimum required Ruby version
2435
to 2.4.
2536

37+
2638
2.15
2739
====
2840

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

85+
7386
2.14
7487
====
7588

Diff for: 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.16.0.alpha'.freeze
23+
VERSION = '2.16.0.alpha1'.freeze
2424
end

0 commit comments

Comments
 (0)