File tree 1 file changed +9
-1
lines changed
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:
49
49
`mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__ NuGet package,
50
50
which implements the v1.x driver API in driver versions 2.x. This package will no
51
51
longer receive updates.
52
+
52
53
- Adds the ``MongoClientSettings.TranslationOptions`` connection option, which specifies
53
54
options for translating LINQ queries to the Query API. See :ref:`csharp-connection-options`
54
55
for more information.
@@ -57,7 +58,14 @@ The 3.0 driver release includes the following new features:
57
58
This type is available in .NET 5 and later.
58
59
To learn more about the ``Half`` type, see the
59
60
`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.
61
69
62
70
.. _csharp-version-2.28:
63
71
You can’t perform that action at this time.
0 commit comments