@@ -118,39 +118,26 @@ To learn more about TLS versions and their security implications, see `Transport
118
118
Atlas Compatibility
119
119
-------------------
120
120
121
- We recommend {+driver-short+} version 2.6.1 or higher when using MongoDB Atlas.
121
+ We recommend {+driver-short+} version 2.6.1 or later when using MongoDB Atlas.
122
122
This version has significant performance improvements for TLS connections, and
123
123
all Atlas connections use TLS.
124
124
125
125
When running on JRuby and connecting to Atlas Free Tier, {+driver-short+}
126
- version 2.6.4 or higher and Java 8 or higher are required.
126
+ version 2.6.4 or later and Java 8 or later are required.
127
127
128
128
mongo_kerberos Compatibility
129
129
----------------------------
130
130
131
- The following compatibility table specifies the version(s) of the
132
- :ref:`mongo_kerberos library <kerberos>` to use with a specific version of
133
- the {+driver-short+}.
134
-
135
- .. list-table::
136
- :header-rows: 1
137
- :stub-columns: 1
138
- :class: compatibility-large no-padding
139
-
140
- * - Ruby Driver
141
- - mongo_kerberos |nbsp| 2.1
142
-
143
- * - 2.7 - 2.19
144
- - |checkmark|
145
-
131
+ The {+driver-short+} versions 2.7 and later are compatible with the
132
+ ``mongo_kerberos`` gem version 2.1 of the :ref:`mongo_kerberos library <kerberos>`.
146
133
147
134
JRuby and Kerberos Authentication
148
135
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149
136
150
137
If you use the ``mongo_kerberos`` gem for Kerberos authentication with JRuby,
151
138
the JVM system property ``sun.security.jgss.native`` is set to ``true``. This
152
- facilitate the use of the system cache of Ticket Granting Tickets (TGTs) ( for
153
- example, TGTs obtained with ``kinit``).
139
+ facilitates the use of the system cache of Ticket Granting Tickets (TGTs), for
140
+ example, TGTs obtained with ``kinit``.
154
141
155
142
This setting also affects any other use of the JGSS library, making any TGTs in
156
143
the system cache available for obtaining Kerberos credentials.
0 commit comments