Skip to content

Commit e4f9b04

Browse files
committed
2.11.0.rc0 release
1 parent 1ecac82 commit e4f9b04

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2323
TLS/SSL and the Ruby driver
2424
---------------------------

docs/reference/driver-compatibility.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
141144
The driver does not support older versions of MongoDB.
142145

143146
.. _reference-compatibility-language-ruby:

lib/mongo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2121
end

0 commit comments

Comments
 (0)