Skip to content

DOCSP-51322 - EOL MDB 4.0 #658

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
15 changes: 9 additions & 6 deletions source/reference/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Release Notes

Learn what's new in:

* :ref:`Version 3.5 <csharp-version-3.5>`
* :ref:`Version 3.4 <csharp-version-3.4>`
* :ref:`Version 3.3 <csharp-version-3.3>`
* :ref:`Version 3.2 <csharp-version-3.2>`
Expand All @@ -35,13 +36,15 @@ Learn what's new in:

.. _upcoming-breaking-changes:

Upcoming Breaking Changes
-------------------------
.. _csharp-version-3.5:

In accordance with the `MongoDB Software Lifecycle Schedules
<https://www.mongodb.com/legal/support-policy/lifecycles>`__, an upcoming minor
version of {+driver-short+} will raise the minimum {+mdb-server+} version from
4.0 to 4.2. {+driver-short+} will no longer support {+mdb-server+} 4.0.
What's New in 3.5
-----------------

.. warning:: Breaking Changes in v3.5

{+driver-long+} 3.5 contains breaking changes. See :ref:`<csharp-breaking-changes-v3.5>`
for more information.

.. _csharp-version-3.4:

Expand Down
16 changes: 16 additions & 0 deletions source/reference/upgrade/v3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,22 @@ To upgrade the {+driver-short+} to version 3.0, follow these steps:
to upgrade your driver to v{+last-version-2-number+}. Then, address all breaking
changes for v3.0.


.. _csharp-breaking-changes-v3.5:

Version 3.5 Breaking Changes
----------------------------

- The driver drops support for {+mdb-server+} 4.0 and earlier. You must upgrade
your {+mdb-server+} to v4.2 or later.

To learn how to upgrade your {+mdb-server+} deployment, see
:manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.

To learn more about the compatibility between .NET/C# driver versions
and {+mdb-server+} versions, visit the
:ref:`Compatibility <csharp-compatibility-tables>` page.

.. _csharp-breaking-changes-v3:

Version 3.0 Breaking Changes
Expand Down
Loading