From 53908cc0b1425e74beb51918d1d49970df2e8890 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:09:05 -0500 Subject: [PATCH] feedback --- source/upgrade/v3.txt | 7 ++++--- source/whats-new.txt | 5 ----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/source/upgrade/v3.txt b/source/upgrade/v3.txt index be024537..46b5f236 100644 --- a/source/upgrade/v3.txt +++ b/source/upgrade/v3.txt @@ -68,9 +68,10 @@ Version 3.0 Breaking Changes and .NET versions, visit the :ref:`Compatibility ` page. -- The v1.x legacy API, which was deprecated in v2, has been removed. If the driver - provides a replacement for a deprecated API, the compiler - messages in v2.x will display it. +- The driver removes the + `mongocsharpdriver `__ + NuGet package, which implements the legacy v1.x API in driver versions 2.x. + If you're using the v1.x API, you must migrate to the new API. - The classes, methods, and properties in the ``MongoDB.Driver.Core`` namespace that were deprecated in v{+last-version-2-number+} are marked ``internal``. If the driver diff --git a/source/whats-new.txt b/source/whats-new.txt index a4c51e9d..23701827 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -47,11 +47,6 @@ What's New in 3.0 The 3.0 driver release includes the following new features: -- Removes the - `mongocsharpdriver `__ NuGet package, - which implements the v1.x driver API in driver versions 2.x. This package will no - longer receive updates. - - Adds the ``MongoClientSettings.TranslationOptions`` connection option, which specifies options for translating LINQ queries to the Query API. See :ref:`csharp-connection-options` for more information.