File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,10 @@ Version 3.0 Breaking Changes
6868 and .NET versions, visit the
6969 :ref:`Compatibility <csharp-compatibility-tables>` page.
7070
71- - The v1.x legacy API, which was deprecated in v2, has been removed. If the driver
72- provides a replacement for a deprecated API, the compiler
73- messages in v2.x will display it.
71+ - The driver removes the
72+ `mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__
73+ NuGet package, which implements the legacy v1.x API in driver versions 2.x.
74+ If you're using the v1.x API, you must migrate to the new API.
7475
7576- The classes, methods, and properties in the ``MongoDB.Driver.Core`` namespace that were
7677 deprecated in v{+last-version-2-number+} are marked ``internal``. If the driver
Original file line number Diff line number Diff line change @@ -47,11 +47,6 @@ What's New in 3.0
4747
4848The 3.0 driver release includes the following new features:
4949
50- - Removes the
51- `mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__ NuGet package,
52- which implements the v1.x driver API in driver versions 2.x. This package will no
53- longer receive updates.
54-
5550- Adds the ``MongoClientSettings.TranslationOptions`` connection option, which specifies
5651 options for translating LINQ queries to the Query API. See :ref:`csharp-connection-options`
5752 for more information.
You can’t perform that action at this time.
0 commit comments