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:
1818
1919.. code-block:: sh
2020
21- gem install mongo -v 2.9 .0.rc0
21+ gem install mongo -v 2.11 .0.rc0
2222
2323TLS/SSL and the Ruby driver
2424---------------------------
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ MongoDB Compatibility
3939 -
4040
4141 * - 2.10
42- - |checkmark|
42+ - |checkmark| [#srv-polling]_
4343 - |checkmark|
4444 - |checkmark|
4545 - |checkmark|
@@ -138,6 +138,9 @@ MongoDB Compatibility
138138 - |checkmark|
139139 - |checkmark|
140140
141+ .. [#srv-polling] Polling of SRV records in sharded topologies is
142+ implemented as of driver version 2.11.
143+
141144The driver does not support older versions of MongoDB.
142145
143146.. _reference-compatibility-language-ruby:
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ module Mongo
1717 # The current version of the driver.
1818 #
1919 # @since 2.0.0
20- VERSION = '2.9 .0.rc0' . freeze
20+ VERSION = '2.11 .0.rc0' . freeze
2121end
You can’t perform that action at this time.
0 commit comments