From 55a7c20dd3bd5fa39c9ce7aad220203e6aab29f6 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Tue, 25 Mar 2025 15:09:55 -0500 Subject: [PATCH] drop support for 3.6 --- source/compatibility.txt | 4 ++-- source/includes/mongodb-compatibility-table-go.rst | 11 +++++++++++ source/whats-new.txt | 11 +++++++++-- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/source/compatibility.txt b/source/compatibility.txt index a39444ac..8db5224e 100644 --- a/source/compatibility.txt +++ b/source/compatibility.txt @@ -22,12 +22,12 @@ The first column lists the driver version. .. sharedinclude:: dbx/compatibility-table-legend.rst -.. sharedinclude:: dbx/mongodb-compatibility-table-go.rst +.. include:: /includes/mongodb-compatibility-table-go.rst Language Compatibility ---------------------- -.. sharedinclude:: dbx/language-compatibility-table-go.rst +.. include:: /includes/language-compatibility-table-go.rst For more information on how to read the compatibility tables, see our guide on :ref:`MongoDB Compatibility Tables. ` diff --git a/source/includes/mongodb-compatibility-table-go.rst b/source/includes/mongodb-compatibility-table-go.rst index 45921881..d53e8b14 100644 --- a/source/includes/mongodb-compatibility-table-go.rst +++ b/source/includes/mongodb-compatibility-table-go.rst @@ -14,6 +14,17 @@ - MongoDB 4.0 - MongoDB 3.6 + * - 2.2 + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - + * - 2.1 - ✓ - ✓ diff --git a/source/whats-new.txt b/source/whats-new.txt index 553f9749..09d76738 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -43,8 +43,15 @@ Learn what's new in: What's New in 2.2 ----------------- -The 2.2 {+driver-short+} release includes the following improvements -and fixes: +.. important:: Breaking Changes + + The {+driver-short+} v2.2 release introduces the following breaking + changes: + + - Drops support for {+mdb-server+} v3.6. The minimum supported {+mdb-server+} + version is now v4.0. + +This release includes the following improvements and fixes: - Adds the ``OmitEmpty`` BSON option to globally prevent empty values from being serialized. To learn more about setting the ``OmitEmpty`` global flag,