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
68
68
and .NET versions, visit the
69
69
:ref:`Compatibility <csharp-compatibility-tables>` page.
70
70
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.
74
75
75
76
- The classes, methods, and properties in the ``MongoDB.Driver.Core`` namespace that were
76
77
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
47
47
48
48
The 3.0 driver release includes the following new features:
49
49
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
-
55
50
- Adds the ``MongoClientSettings.TranslationOptions`` connection option, which specifies
56
51
options for translating LINQ queries to the Query API. See :ref:`csharp-connection-options`
57
52
for more information.
You can’t perform that action at this time.
0 commit comments