MongoDB v2.7.2 Release Notes

Release Date: 2018-11-10 // over 5 years ago
  • ๐Ÿš€ .NET Driver Version 2.7.2 Release Notes

    ๐Ÿš€ This is a patch release that fixes one bug reported since 2.7.1 was released.

    ๐Ÿš€ An online version of these release notes is available at:

    ๐Ÿš€ https://github.com/mongodb/mongo-csharp-driver/blob/v2.7.x/Release%20Notes/Release%20Notes%20v2.7.2.md

    ๐Ÿš€ The full list of JIRA issues resolved in this release is available at:

    https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.7.2%20ORDER%20BY%20key%20ASC

    ๐Ÿ“š Documentation on the .NET driver can be found at:

    http://mongodb.github.io/mongo-csharp-driver/

    โฌ†๏ธ Upgrading

    ๐Ÿš€ There are no known backwards breaking changes in this release.

    โฌ†๏ธ If your application is running on Linux or OS X and you were planning to upgrade
    ๐Ÿš€ to the 2.7.1 release of the driver, you must upgrade to 2.7.2 or later rather than 2.7.1.

    ๐Ÿš€ In the 2.7.1 release, the driver enables TCP KeepAlive and configures the
    ๐Ÿ‘ KeepAlive interval, but the method that it uses throws a PlatformNotSupportedException
    ๐Ÿš€ on Linux and OS X. In the 2.7.2 release the driver catches that exception rather than
    failing to connect, and falls back to simply enabling KeepAlive. If that also throws a
    ๐Ÿ‘ PlatformNotSupportedException, it will connect without enabling KeepAlive.