|
1 |
| -# .NET Driver Version 2.11.0 Placeholder Release Notes |
2 |
| - |
3 |
| -This is a release for the 2.11.0 version of the driver. |
4 |
| - |
5 |
| -The main new features in 2.11.0 are: |
6 |
| - |
| 1 | +# .NET Driver Version 2.11.0 Release Notes |
| 2 | + |
| 3 | +The main new features in 2.11.0 support new features in MongoDB 4.4.0. These features include: |
| 4 | + |
| 5 | +* Support for all new |
| 6 | + [``$meta``](https://docs.mongodb.com/manual/reference/operator/projection/meta/) |
| 7 | + projections: `randVal`, `searchScore`, `searchHighlights`, |
| 8 | + `geoNearDistance`, `geoNearPoint`, `recordId`, `indexKey` and |
| 9 | + `sortKey` |
| 10 | +* Support for passing a hint to update commands as well as |
| 11 | + `findAndModify` update and replace operations |
| 12 | +* Support for `allowDiskUse` on find operations |
| 13 | +* Support for `MONGODB-AWS` authentication using Amazon Web Services |
| 14 | + (AWS) Identity and Access Management (IAM) credentials |
| 15 | +* Support for stapled OCSP (Online Certificate Status Protocol) (macOS only) |
| 16 | +* Support for shorter SCRAM (Salted Challenge Response Authentication Mechanism) conversations |
| 17 | +* Support for speculative SCRAM and MONGODB-X509 authentication |
| 18 | +* Support for the `CommitQuorum` option in `createIndexes` |
| 19 | +* Support for [hedged reads](https://docs.mongodb.com/master/core/read-preference-hedge-option/index.html) |
| 20 | + |
| 21 | +Other new additions and updates in this release include: |
| 22 | + |
| 23 | +* A new target of .NET Standard 2.0 |
| 24 | +* Support for Snappy compression on .NET Core on Windows (in addition |
| 25 | + to existing support on .NET Framework) |
| 26 | +* Support for Zstandard compression on Windows on 64-bit platforms |
| 27 | +* A new URI option `tlsDisableCertificateRevocationCheck` to disable |
| 28 | + certificate revocation checking. |
| 29 | +* An expanded list of retryable write errors via the inclusion of |
| 30 | + `ExceededTimeLimit`, `LockTimeout` and `ClientDisconnect` |
| 31 | +* A new GuidRepresentationMode setting to opt-in to the new V3 GuidRepresentation mode |
| 32 | +* Improved SDAM (Server Discovery and Monitoring) error handling |
| 33 | +* Support for the `AuthorizedDatabases` option in `ListDatabases` |
| 34 | +* Session support for `AsQueryable` |
7 | 35 |
|
8 | 36 | An online version of these release notes is available at:
|
9 | 37 |
|
10 | 38 | https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.11.0.md
|
11 | 39 |
|
12 |
| -The list of JIRA tickets resolved in this release is available at: |
13 |
| -https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.11.0%20ORDER%20BY%20key%20ASC |
| 40 | +The full list of JIRA issues resolved in this release is available at: |
14 | 41 |
|
| 42 | +https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.11.0%20ORDER%20BY%20key%20ASC |
15 | 43 |
|
16 | 44 | Documentation on the .NET driver can be found at:
|
17 | 45 |
|
18 | 46 | http://mongodb.github.io/mongo-csharp-driver/
|
19 |
| - |
20 |
| -## Upgrading |
21 |
| - |
|
0 commit comments