Skip to content

Commit d78fe38

Browse files
committed
edits
1 parent 918c63a commit d78fe38

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

source/compatibility.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ MongoDB server releases are generally backwards compatible. This means a
2929
particular driver version will generally work with newer server versions but may
3030
not utilize the new functionalities in those server versions.
3131

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.
3433

3534
.. sharedinclude:: dbx/lifecycle-schedule-callout.rst
3635

36+
.. include:: /includes/compatibility-table-legend-ruby.rst
37+
3738
.. include:: /includes/mongodb-compatibility-table-ruby.rst
3839

3940
The driver does not support older versions of MongoDB.
@@ -44,8 +45,9 @@ Language Compatibility
4445
The following compatibility table specifies the versions of Ruby supported
4546
by the various versions of the {+driver-long+}.
4647

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
4951

5052
.. include:: /includes/language-compatibility-table-ruby.rst
5153

@@ -123,8 +125,8 @@ When running on JRuby and connecting to Atlas Free Tier,
123125
`driver version 2.6.4 <https://github.com/mongodb/mongo-ruby-driver/releases/tag/v2.6.4>`_
124126
or higher and Java 8 or higher are required.
125127

126-
``mongo_kerberos`` Compatibility
127-
--------------------------------
128+
mongo_kerberos Compatibility
129+
----------------------------
128130

129131
The following compatibility table specifies the version(s) of the
130132
:ref:`mongo_kerberos library <kerberos>` to use with a specific version of
@@ -143,9 +145,9 @@ the {+driver-short+}.
143145

144146

145147
JRuby and Kerberos Authentication
146-
---------------------------------
148+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147149

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
149151
JVM system property ``sun.security.jgss.native`` is set to ``true`` to
150152
facilitate the use of the system cache of Ticket Granting Tickets (TGTs) (for
151153
example, TGTs obtained with ``kinit``). This setting also affects any other use
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Compatibility Table Legend
2+
++++++++++++++++++++++++++
3+
4+
.. list-table::
5+
:header-rows: 1
6+
:stub-columns: 1
7+
:class: compatibility
8+
9+
* - Icon
10+
- Explanation
11+
12+
* - ✓
13+
- All features are supported.
14+
* - D
15+
- Support for the Driver version is deprecated.
16+
* - No mark
17+
- The Driver version is not tested with the MongoDB version.

0 commit comments

Comments
 (0)