File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ To install the mongo gem manually:
18
18
19
19
.. code-block:: sh
20
20
21
- gem install mongo -v 2.9 .0.rc0
21
+ gem install mongo -v 2.11 .0.rc0
22
22
23
23
TLS/SSL and the Ruby driver
24
24
---------------------------
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ MongoDB Compatibility
39
39
-
40
40
41
41
* - 2.10
42
- - |checkmark|
42
+ - |checkmark| [#srv-polling]_
43
43
- |checkmark|
44
44
- |checkmark|
45
45
- |checkmark|
@@ -138,6 +138,9 @@ MongoDB Compatibility
138
138
- |checkmark|
139
139
- |checkmark|
140
140
141
+ .. [#srv-polling] Polling of SRV records in sharded topologies is
142
+ implemented as of driver version 2.11.
143
+
141
144
The driver does not support older versions of MongoDB.
142
145
143
146
.. _reference-compatibility-language-ruby:
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ module Mongo
17
17
# The current version of the driver.
18
18
#
19
19
# @since 2.0.0
20
- VERSION = '2.9 .0.rc0' . freeze
20
+ VERSION = '2.11 .0.rc0' . freeze
21
21
end
You can’t perform that action at this time.
0 commit comments