MyGit

v2.11.0-beta2

mongodb/mongo-csharp-driver

版本发布时间: 2020-06-10 09:13:45

mongodb/mongo-csharp-driver最新发布版本:v2.25.0(2024-04-13 06:08:26)

.NET Driver Version 2.11.0-beta2 Release Notes

This is a beta release for the 2.11.0 version of the driver.

The main new features in 2.11.0-beta2 support new features in MongoDB 4.4.0. These features include:

Other new additions and updates in this beta include:

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.11.0-beta2.md

The full list of JIRA issues that are currently scheduled to be resolved in this release is available at:

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

The list may change as we approach the release date.

Documentation on the .NET driver can be found at:

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

Upgrading

Backwards compatibility with driver version 2.7.0–2.10.x

Because certificate revocation checking is now enabled by default, an application that is unable to contact the OCSP endpoints and/or CRL distribution points specified in a server's certificate may experience connectivity issues (e.g. if the application is behind a firewall with an outbound whitelist). This is because the driver needs to contact the OCSP endpoints and/or CRL distribution points specified in the server’s certificate and if these OCSP endpoints and/or CRL distribution points are not accessible, then the connection to the server may fail. In such a scenario, connectivity may be able to be restored by disabling certificate revocation checking by adding tlsDisableCertificateRevocationCheck=true to the application's connection string.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2020-06-10发行的版本