Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Oct 22, 2024
1 parent f4c1b75 commit 53908cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 4 additions & 3 deletions source/upgrade/v3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ Version 3.0 Breaking Changes
and .NET versions, visit the
:ref:`Compatibility <csharp-compatibility-tables>` 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 <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__
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
Expand Down
5 changes: 0 additions & 5 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ What's New in 3.0

The 3.0 driver release includes the following new features:

- Removes the
`mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__ 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.
Expand Down

0 comments on commit 53908cc

Please sign in to comment.