Skip to content

[Backport V2.20] DOCSP-50028 Remove EOL mentions #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
208 changes: 1 addition & 207 deletions source/reference/driver-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ newer version of the server.
more about the MongoDB release and EOL dates, see
`MongoDB Software Lifecycle Schedules <https://www.mongodb.com/support-policy/lifecycles>`__.

The first column lists the driver versions.“D” in other columns means support
The first column lists the driver versions. "D" in other columns means support
for that MongoDB version is deprecated and will be removed in a future driver
version.

Expand All @@ -47,235 +47,29 @@ version.
* - Ruby Driver
- MongoDB 7.0
- MongoDB 6.0
- MongoDB 5.0
- MongoDB 4.4
- MongoDB 4.2
- MongoDB 4.0
- MongoDB 3.6
- MongoDB 3.4
- MongoDB 3.2
- MongoDB 3.0
- MongoDB 2.6

* - 2.20
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-
-
-
-

* - 2.19
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-
-
-
-

* - 2.18
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-
-
-
-

* - 2.17
-
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
-
-
-
-

* - 2.16
-
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- D
- D
- D
- D

* - 2.15
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - 2.14
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - 2.13
-
-
-
- |checkmark| [#ocsp]_
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - 2.12
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - 2.11
-
-
-
-
- |checkmark| [#client-side-encryption]_
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - 2.10
-
-
-
-
- |checkmark| [#srv-polling]_ [#client-side-encryption]_
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - 2.9
-
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - 2.8
-
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - 2.7
-
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - 2.6
-
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

* - 2.5
-
-
-
-
-
-
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|
- |checkmark|

.. [#ocsp] OCSP verification is implemented as of driver version 2.14.

.. [#srv-polling] Polling of SRV records in sharded topologies is
implemented as of driver version 2.11.

.. [#client-side-encryption] Client-side encryption is implemented as of
driver version 2.12.

The driver does not support older versions of MongoDB.


.. _ruby-compatibility:

Ruby Compatibility
Expand Down
Loading