File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ title = "Upgrading"
13
13
14
14
### Backwards compatibility with driver version 2.7.0–2.13.x
15
15
16
+ Driver version 2.14.0 only supports MongoDB 3.6 and later. It cannot connect to
17
+ clusters running earlier versions of MongoDB. If you need to connect to
18
+ an older cluster, please use driver version 2.13.x or earlier.
19
+
16
20
Starting in 2.11.0, `` BsonSerializer.Serialize `` will throw an
17
21
`` InvalidOperationException `` when attempting to serialize an array at
18
22
the root of a BSON document. Prior versions would allow this invalid operation.
Original file line number Diff line number Diff line change @@ -10,10 +10,16 @@ title = "What's New"
10
10
11
11
## What's New in 2.14.0
12
12
13
- The main new features in 2.1.40 include:
13
+ The main new features in 2.14.0-beta1 include:
14
14
15
15
* A beta version of the new LINQ provider (known as LINQ3, see: [ LINQ3] ({{< relref "reference\driver\crud\linq3.md" >}}))
16
16
* The current LINQ provider (known as LINQ2) continues to be available and is still the default LINQ provider for now
17
+ * Support for Zstandard and Snappy on Linux and MacOS
18
+ * Added connection storm avoidance features
19
+ * Use "hello" command for monitoring if supported
20
+ * Removed support for .NET Framework 4.5.2; minimum is now 4.7.2
21
+ * Removed support for .NET Standard 1.5; minimum is now 2.0
22
+ * Minimum server version is now MongoDB 3.6+
17
23
18
24
## What's New in 2.13.0
19
25
Original file line number Diff line number Diff line change
1
+ # .NET Driver Version 2.14.0-beta1 Release Notes
2
+
3
+ This is a beta release for the 2.14.0 version of the driver.
4
+
5
+ The main new features in 2.14.0-beta1 include:
6
+
7
+ * A beta version of the new LINQ provider (known as LINQ3, see: [ LINQ3] ({{< relref "reference\driver\crud\linq3.md" >}}))
8
+ * The current LINQ provider (known as LINQ2) continues to be available and is still the default LINQ provider for now
9
+ * Support for Zstandard and Snappy on Linux and MacOS
10
+ * Added connection storm avoidance features
11
+ * Use "hello" command for monitoring if supported
12
+ * Removed support for .NET Framework 4.5.2; minimum is now 4.7.2
13
+ * Removed support for .NET Standard 1.5; minimum is now 2.0
14
+ * Minimum server version is now MongoDB 3.6+
15
+
16
+ An online version of these release notes is available at:
17
+
18
+ https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.14.0-beta1.md
19
+
20
+ The full list of JIRA issues that are currently scheduled to be resolved in this release is available at:
21
+
22
+ https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.14.0%20ORDER%20BY%20key%20ASC
23
+
24
+ The list may change as we approach the release date.
25
+
26
+ Documentation on the .NET driver can be found at:
27
+
28
+ http://mongodb.github.io/mongo-csharp-driver/
29
+
You can’t perform that action at this time.
0 commit comments