File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ The 3.0 driver release includes the following new features:
4949 `mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__ NuGet package,
5050 which implements the v1.x driver API in driver versions 2.x. This package will no
5151 longer receive updates.
52+
5253- Adds the ``MongoClientSettings.TranslationOptions`` connection option, which specifies
5354 options for translating LINQ queries to the Query API. See :ref:`csharp-connection-options`
5455 for more information.
@@ -57,7 +58,14 @@ The 3.0 driver release includes the following new features:
5758 This type is available in .NET 5 and later.
5859 To learn more about the ``Half`` type, see the
5960 `Half Struct <https://learn.microsoft.com/en-us/dotnet/api/system.half?view=net-8.0>`__
60- API reference page on MSDN.
61+ API reference page on MSDN.
62+
63+ - The ``IMongoClient`` interface inherits the ``IDisposable`` interface. As a result, the
64+ ``MongoClient`` class and other classes that implement the ``IMongoClient`` interface
65+ contain a ``Dispose()`` method. To learn more about this interface and use of the
66+ ``Dispose()`` method, see
67+ `Dispose Pattern <https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/dispose-pattern>`__
68+ on MSDN.
6169
6270.. _csharp-version-2.28:
6371
You can’t perform that action at this time.
0 commit comments