Skip to content

DOCSP-48773: Server 4.0 EOL #129

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 28, 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
11 changes: 11 additions & 0 deletions source/includes/mongodb-compatibility-table-scala.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
- MongoDB 4.0
- MongoDB 3.6

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

* - 5.2 to 5.4
- ✓
- ✓
Expand Down
31 changes: 25 additions & 6 deletions source/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.7, address all breaking changes from
the version after v4.0 including any listed for v4.7.

.. _scala-breaking-changes-v5.5:

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

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

.. _scala-breaking-changes-v5.2:

Version 5.2 Breaking Changes
Expand Down Expand Up @@ -476,6 +485,16 @@ 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>`__.

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

.. _scala-server-8.1-incompatibility:

Server Version 8.1 Support Changes
Expand All @@ -491,17 +510,17 @@ incompatibility with the v3.x driver.
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 learn
how to upgrade your {+mdb-server+} deployment, see :manual:`Release
Notes </release-notes>` in the {+mdb-server+} manual.
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.

.. _scala-server-release-change-v4.8:

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/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,25 @@ What's New
Learn about new features, improvements, and fixes introduced in the
following versions of the {+driver-long+}:

* :ref:`Version 5.5 <scala-version-5.5>`
* :ref:`Version 5.4 <scala-version-5.4>`
* :ref:`Version 5.3 <scala-version-5.3>`
* :ref:`Version 5.2 <scala-version-5.2>`
* :ref:`Version 5.1.3 <scala-version-5.1.3>`
* :ref:`Version 5.1.1 <scala-version-5.1.1>`
* :ref:`Version 5.1 <scala-version-5.1>`

.. _scala-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:`scala-compatibility`.

.. _scala-version-5.4:

What's New in 5.4
Expand Down