From 7405d54e93b6628065251062abf78d6ca6caf804 Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 25 Apr 2024 14:50:48 -0400 Subject: [PATCH] DOCSP-38612: MongoDB v3.6 deprecation --- source/whats-new.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/whats-new.txt b/source/whats-new.txt index 6fff94dbb..bab848e7d 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -19,6 +19,7 @@ What's New Learn what's new in: +* :ref:`Version 5.1 ` * :ref:`Version 5.0 ` * :ref:`Version 4.11 ` * :ref:`Version 4.10 ` @@ -35,6 +36,26 @@ Learn what's new in: * :ref:`Version 4.1 ` * :ref:`Version 4.0 ` +.. _version-5.1: + +What's New in 5.1 +----------------- + +.. warning:: Deprecations in this release + + To avoid breaking changes in future major releases of the driver, + replace any application code that depends on deprecated program elements. + +.. _java-deprecations-5.1: + +Deprecations in 5.1 +~~~~~~~~~~~~~~~~~~~ + +- Support for {+mdb-server+} v3.6 is deprecated and will be removed in the + next driver version release. To learn how to upgrade your {+mdb-server+} + deployment, see :manual:`Release Notes ` in the {+mdb-server+} + manual. + .. _version-5.0: What's New in 5.0