@@ -61,6 +61,17 @@ Version 3.0 Breaking Changes
6161 and {+mdb-server+} versions, visit the
6262 :ref:`Compatibility <csharp-compatibility-tables>` page.
6363
64+ - The driver drops support for .NET Core 2.x and .NET Framework 4.6. You must upgrade to
65+ .NET Core 3.x or later, or .NET Framework 4.7.2 or later.
66+
67+ To learn more about the compatibility between .NET/C# driver versions
68+ and .NET versions, visit the
69+ :ref:`Compatibility <csharp-compatibility-tables>` page.
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.
74+
6475- The classes, methods, and properties in the ``MongoDB.Driver.Core`` namespace that were
6576 deprecated in v{+last-version-2-number+} are marked ``internal``. If the driver
6677 provides a replacement for a deprecated class, method, or property, the compiler
@@ -155,6 +166,12 @@ Version 3.0 Breaking Changes
155166 authentication provider in your application's bootstrap code. To learn more about
156167 using AWS authentication with the {+driver-short+}, see :ref:`csharp-mongodb-aws`.
157168
169+ - To use In-Use Encryption, you must add the ``MongoDB.Driver.Encryption`` package to
170+ your project and register the encryption mechanism in your application's bootstrap code.
171+ To learn more about using In-Use Encryption with the {+driver-short+}, see
172+ :manual:`In-Use Encryption </core/security-in-use-encryption>` in the {+mdb-server+}
173+ manual.
174+
158175- If you try to serialize or deserialize a floating-point
159176 ``Infinity`` or ``NaN`` value to an integral representation, the driver throws an
160177 ``OverflowException``. To learn more about floating-point ``Infinity`` and ``NaN``
0 commit comments