Skip to content

Commit ad85383

Browse files
committed
Added release notes for 2.7.2.
1 parent b927fcf commit ad85383

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

Release Notes/Release Notes v2.7.1.md

+9
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ http://mongodb.github.io/mongo-csharp-driver/
1717
Upgrading
1818

1919
There are no known backwards breaking changes in this release.
20+
21+
Important compatibility note:
22+
23+
If your application is running on Linux or OS X and you were planning to upgrade
24+
to the 2.7.1 release of the driver, you must upgrade to 2.7.2 or later rather than 2.7.1.
25+
26+
See the 2.7.2 release notes for details:
27+
28+
https://github.com/mongodb/mongo-csharp-driver/blob/v2.7.x/Release%20Notes/Release%20Notes%20v2.7.2.md

Release Notes/Release Notes v2.7.2.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# .NET Driver Version 2.7.2 Release Notes
2+
3+
This is a patch release that fixes one bug reported since 2.7.1 was released.
4+
5+
An online version of these release notes is available at:
6+
7+
https://github.com/mongodb/mongo-csharp-driver/blob/v2.7.x/Release%20Notes/Release%20Notes%20v2.7.2.md
8+
9+
The full list of JIRA issues resolved in this release is available at:
10+
11+
https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.7.2%20ORDER%20BY%20key%20ASC
12+
13+
Documentation on the .NET driver can be found at:
14+
15+
http://mongodb.github.io/mongo-csharp-driver/
16+
17+
Upgrading
18+
19+
There are no known backwards breaking changes in this release.
20+
21+
If your application is running on Linux or OS X and you were planning to upgrade
22+
to the 2.7.1 release of the driver, you must upgrade to 2.7.2 or later rather than 2.7.1.
23+
24+
In the 2.7.1 release, the driver enables TCP KeepAlive and configures the
25+
KeepAlive interval, but the method that it uses throws a PlatformNotSupportedException
26+
on Linux and OS X. In the 2.7.2 release the driver catches that exception rather than
27+
failing to connect, and falls back to simply enabling KeepAlive. If that also throws a
28+
PlatformNotSupportedException, it will connect without enabling KeepAlive.

0 commit comments

Comments
 (0)