From 70d1757d2395ecf65d037a9d1deb25523e4ec7ae Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:46:13 -0500 Subject: [PATCH 1/3] removed members --- source/upgrade/v3.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/upgrade/v3.txt b/source/upgrade/v3.txt index 46f85994..759b65af 100644 --- a/source/upgrade/v3.txt +++ b/source/upgrade/v3.txt @@ -66,6 +66,11 @@ Version 3.0 Breaking Changes provides a replacement for a deprecated class, method, or property, the compiler messages in v{+last-version-2-number+} will display it. +- The methods, properties, and constructors in the ``MongoDB.Bson`` namespace that were + deprecated in previous versions of the driver have been removed. If the driver + provides a replacement for a deprecated method, property, or constructor, the compiler + messages in v{+last-version-2-number+} will display it. + - The driver drops support for the ``MONGODB-CR`` authentication mechanism. To learn more about configuring authentication in the {+driver-short+}, see From 41b420733767af21c9b07546e9f39f51acd67043 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:20:14 -0500 Subject: [PATCH 2/3] sharedinclude compat --- source/compatibility.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/compatibility.txt b/source/compatibility.txt index ce124f4b..ec543b32 100644 --- a/source/compatibility.txt +++ b/source/compatibility.txt @@ -29,7 +29,7 @@ The first column lists the driver version. .. sharedinclude:: dbx/compatibility-table-legend.rst -.. include:: /includes/mongodb-compatibility-table-csharp.rst +.. sharedinclude:: dbx/mongodb-compatibility-table-csharp.rst Language Compatibility ---------------------- @@ -39,7 +39,7 @@ The following compatibility table specifies the recommended version of the The first column lists the driver version. -.. include:: /includes/language-compatibility-table-csharp.rst +.. sharedinclude:: dbx/language-compatibility-table-csharp.rst For more information on how to read the compatibility tables, see our guide on :ref:`MongoDB Compatibility Tables. ` From 26252f1c1ba9e7c4c7d6627111e00fc1e5302574 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:21:49 -0500 Subject: [PATCH 3/3] fix compat --- source/compatibility.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/compatibility.txt b/source/compatibility.txt index ec543b32..ce124f4b 100644 --- a/source/compatibility.txt +++ b/source/compatibility.txt @@ -29,7 +29,7 @@ The first column lists the driver version. .. sharedinclude:: dbx/compatibility-table-legend.rst -.. sharedinclude:: dbx/mongodb-compatibility-table-csharp.rst +.. include:: /includes/mongodb-compatibility-table-csharp.rst Language Compatibility ---------------------- @@ -39,7 +39,7 @@ The following compatibility table specifies the recommended version of the The first column lists the driver version. -.. sharedinclude:: dbx/language-compatibility-table-csharp.rst +.. include:: /includes/language-compatibility-table-csharp.rst For more information on how to read the compatibility tables, see our guide on :ref:`MongoDB Compatibility Tables. `