@@ -29,11 +29,12 @@ MongoDB server releases are generally backwards compatible. This means a
29
29
particular driver version will generally work with newer server versions but may
30
30
not utilize the new functionalities in those server versions.
31
31
32
- The first column lists the driver versions. **D** in a column means support
33
- for that Ruby version is deprecated.
32
+ The first column lists the driver versions.
34
33
35
34
.. sharedinclude:: dbx/lifecycle-schedule-callout.rst
36
35
36
+ .. include:: /includes/compatibility-table-legend-ruby.rst
37
+
37
38
.. include:: /includes/mongodb-compatibility-table-ruby.rst
38
39
39
40
The driver does not support older versions of MongoDB.
@@ -44,8 +45,9 @@ Language Compatibility
44
45
The following compatibility table specifies the versions of Ruby supported
45
46
by the various versions of the {+driver-long+}.
46
47
47
- The first column lists the driver versions. **D** in a column means support
48
- for that Ruby version is deprecated.
48
+ The first column lists the driver versions.
49
+
50
+ .. include:: /includes/compatibility-table-legend-ruby.rst
49
51
50
52
.. include:: /includes/language-compatibility-table-ruby.rst
51
53
@@ -123,8 +125,8 @@ When running on JRuby and connecting to Atlas Free Tier,
123
125
`driver version 2.6.4 <https://github.com/mongodb/mongo-ruby-driver/releases/tag/v2.6.4>`_
124
126
or higher and Java 8 or higher are required.
125
127
126
- `` mongo_kerberos`` Compatibility
127
- --------------------------------
128
+ mongo_kerberos Compatibility
129
+ ----------------------------
128
130
129
131
The following compatibility table specifies the version(s) of the
130
132
:ref:`mongo_kerberos library <kerberos>` to use with a specific version of
@@ -143,9 +145,9 @@ the {+driver-short+}.
143
145
144
146
145
147
JRuby and Kerberos Authentication
146
- ---------------------------------
148
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147
149
148
- If you use ``mongo_kerberos`` gem for Kerberos authentication with JRuby, the
150
+ If you use the ``mongo_kerberos`` gem for Kerberos authentication with JRuby, the
149
151
JVM system property ``sun.security.jgss.native`` is set to ``true`` to
150
152
facilitate the use of the system cache of Ticket Granting Tickets (TGTs) (for
151
153
example, TGTs obtained with ``kinit``). This setting also affects any other use
0 commit comments