Skip to content

Commit 8c3cc53

Browse files
authored
Added Release Notes for v2.14.0-beta1 and updated What's new? (#652)
1 parent 67ca59a commit 8c3cc53

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

Docs/reference/content/upgrading.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ title = "Upgrading"
1313

1414
### Backwards compatibility with driver version 2.7.0–2.13.x
1515

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+
1620
Starting in 2.11.0, ``BsonSerializer.Serialize`` will throw an
1721
``InvalidOperationException`` when attempting to serialize an array at
1822
the root of a BSON document. Prior versions would allow this invalid operation.

Docs/reference/content/what_is_new.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@ title = "What's New"
1010

1111
## What's New in 2.14.0
1212

13-
The main new features in 2.1.40 include:
13+
The main new features in 2.14.0-beta1 include:
1414

1515
* A beta version of the new LINQ provider (known as LINQ3, see: [LINQ3]({{< relref "reference\driver\crud\linq3.md" >}}))
1616
* 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+
1723

1824
## What's New in 2.13.0
1925

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

0 commit comments

Comments
 (0)