Skip to content

Commit f4c1b75

Browse files
committed
first draft
1 parent 02a6875 commit f4c1b75

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

source/includes/language-compatibility-table-csharp.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
- .NET 4.7 [#2.14-note]_
4646
- .NET 4.6
4747

48+
* - 3.0
49+
- ✓
50+
- ✓
51+
-
52+
4853
* - 2.13 to 2.30
4954
- ✓
5055
- ✓

source/upgrade/v3.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)