Skip to content

Commit 3f77c82

Browse files
committed
Update reference docs version numbers for 2.11.0.
1 parent cb27a82 commit 3f77c82

File tree

4 files changed

+13
-23
lines changed

4 files changed

+13
-23
lines changed

Docs/landing/data/releases.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
current = "2.11.0-beta2"
1+
current = "2.11.0"
22

33
[[versions]]
4-
version = "2.11.0-beta2"
4+
version = "2.11.0"
55
status = "current"
66
docs = "./2.11/"
77
api = "./2.11/apidocs"
@@ -71,32 +71,32 @@ current = "2.11.0-beta2"
7171
package = "MongoDB.Driver"
7272
description = "The driver."
7373
dependencies = ".NET Core Driver,.NET BSON Library"
74-
versions = "2.11.0-beta2,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
74+
versions = "2.11.0,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
7575

7676
[[drivers]]
7777
name = ".NET GridFS"
7878
package = "MongoDB.Driver.GridFS"
7979
description = "The GridFS library."
8080
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
81-
versions = "2.11.0-beta2,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
81+
versions = "2.11.0,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
8282

8383
[[drivers]]
8484
name = ".NET Core Driver"
8585
package = "MongoDB.Driver.Core"
8686
description = "The core driver."
8787
dependencies = ".NET BSON Library"
88-
versions = "2.11.0-beta2,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
88+
versions = "2.11.0,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
8989

9090
[[drivers]]
9191
name = ".NET BSON Library"
9292
package = "MongoDB.Bson"
9393
description = "The BSON library."
9494
dependencies = ""
95-
versions = "2.11.0-beta2,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
95+
versions = "2.11.0,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
9696

9797
[[drivers]]
9898
name = ".NET Legacy Driver"
9999
package = "mongocsharpdriver"
100100
description = "The legacy driver."
101101
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
102-
versions = "2.11.0-beta2,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"
102+
versions = "2.11.0,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"

Docs/reference/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The [Getting Started]({{< relref "getting_started\index.md" >}}) guide contains
1313

1414
The [What's New]({{< relref "what_is_new.md" >}}) section contains the major new features of the driver.
1515

16-
The main new features in 2.11.0-beta2 support new features in MongoDB 4.4.0.
16+
The main new features in 2.11.0 support new features in MongoDB 4.4.0.
1717

1818
## Upgrading
1919

Docs/reference/content/upgrading.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,5 @@ title = "Upgrading"
1212
## Breaking Changes
1313

1414
### Backwards compatibility with driver version 2.7.0–2.10.x
15-
An application that is unable to contact the OCSP endpoints and/or CRL
16-
distribution points specified in a server's certificate may experience
17-
connectivity issues (e.g. if the application is behind a firewall with
18-
an outbound whitelist). This is because the driver needs to contact
19-
the OCSP endpoints and/or CRL distribution points specified in the
20-
server’s certificate and if these OCSP endpoints and/or CRL
21-
distribution points are not accessible, then the connection to the
22-
server may fail. In such a scenario, connectivity may be able to be
23-
restored by disabling certificate revocation checking by adding
24-
`tlsDisableCertificateRevocationCheck=true` to the application's connection
25-
string.
15+
16+
No known backward compatibility issues.

Docs/reference/content/what_is_new.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ title = "What's New"
77
identifier = "What's New"
88
pre = "<i class='fa fa-star'></i>"
99
+++
10-
## What's New in 2.11.0-beta2
10+
## What's New in 2.11.0
1111

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

1414
* Support for all new
1515
[``$meta``](https://docs.mongodb.com/manual/reference/operator/projection/meta/)
@@ -33,8 +33,7 @@ Other new additions and updates in this beta include:
3333
* Support for Snappy compression on .NET Core on Windows (in addition
3434
to existing support on .NET Framework)
3535
* Support for Zstandard compression on Windows on 64-bit platforms
36-
* A new default of enabling certificate revocation checking.
37-
* A new URI option `tlsDisableCertificateRevocationCheck` to disable
36+
* A new URI option `tlsDisableCertificateRevocationCheck` to enable or disable
3837
certificate revocation checking.
3938
* An expanded list of retryable write errors via the inclusion of
4039
`ExceededTimeLimit`, `LockTimeout` and `ClientDisconnect`

0 commit comments

Comments
 (0)