Skip to content

DOCSP-48773: Server 4.0 EOL #675

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 2 commits into from
Apr 24, 2025
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions source/includes/mongodb-compatibility-table-java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
- MongoDB 4.0
- MongoDB 3.6

* - 5.5
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-

* - 5.2 to 5.4
- ✓
- ✓
Expand Down
27 changes: 23 additions & 4 deletions source/reference/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ changes between the current and upgrade versions. For example, if you
are upgrading the driver from v4.0 to v4.5, address all breaking changes from
the version after v4.0 including any listed under v4.5.

.. _java-breaking-changes-v5.5:

Version 5.5 Breaking Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- The driver is no longer compatible with {+mdb-server+} version
v4.0. To learn more about this change, see the
:ref:`<java-server-release-change-v5.5>` section.

.. _java-breaking-changes-v5.2:

Version 5.2 Breaking Changes
Expand Down Expand Up @@ -444,13 +453,23 @@ end-of-life (EOL).
To learn more about the MongoDB support for EOL products,
see the `Legacy Support Policy <https://www.mongodb.com/support-policy/legacy>`__.

.. _java-server-release-change-v5.5:

Driver Version 5.5 Server Support Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The v5.5 driver drops support for {+mdb-server+} 4.0.
To use the v5.5 driver, you must connect to {+mdb-server+} 4.2 or later. To
learn how to upgrade your {+mdb-server+} deployment, see
:manual:`Release Notes </release-notes>` in the {+mdb-server+} manual.

.. _java-server-release-change-v5.2:

Driver Version 5.2 Server Support Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The v5.2 driver drops support for {+mdb-server+} v3.6.
To use the v5.2 driver, your {+mdb-server+} must be v4.0 or later. To
The v5.2 driver drops support for {+mdb-server+} 3.6.
To use the v5.2 driver, you must connect to {+mdb-server+} 4.0 or later. To
learn how to upgrade your {+mdb-server+} deployment, see
:manual:`Release Notes </release-notes>` in the {+mdb-server+} manual.

Expand All @@ -469,7 +488,7 @@ incompatibility with the v3.x driver.
Driver Version 4.8 Server Support Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The v4.8 driver drops support for {+mdb-server+} v3.4 and earlier.
To use the v4.8 driver, your {+mdb-server+} must be v3.6 or later. To learn
The v4.8 driver drops support for {+mdb-server+} 3.4 and earlier.
To use the v4.8 driver, you must connect to {+mdb-server+} 3.6 or later. To learn
how to upgrade your {+mdb-server+} deployment, see :manual:`Release
Notes </release-notes>` in the {+mdb-server+} manual.
12 changes: 12 additions & 0 deletions source/reference/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ What's New

Learn what's new in:

* :ref:`Version 5.5 <java-version-5.5>`
* :ref:`Version 5.4 <java-version-5.4>`
* :ref:`Version 5.3 <java-version-5.3>`
* :ref:`Version 5.2.1 <java-version-5.2.1>`
Expand All @@ -31,6 +32,17 @@ Learn what's new in:
* :ref:`Version 4.11 <version-4.11>`
* :ref:`Version 4.10 <version-4.10>`

.. _java-version-5.5:

What's New in 5.5
-----------------

.. important:: Removal of Support for {+mdb-server+} 4.0

{+driver-short+} v5.5 removes support for {+mdb-server+} 4.0. To
learn more about compatible versions of the server, see
:ref:`java-compatibility-tables`.

.. _java-version-5.4:

What's New in 5.4
Expand Down
Loading