File tree 2 files changed +37
-0
lines changed
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,12 @@ http://mongodb.github.io/mongo-csharp-driver/
17
17
Upgrading
18
18
19
19
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
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments