Skip to content

Commit 9110ce0

Browse files
committed
Update refdocs for 2.11.0-beta2
1 parent 1e4faee commit 9110ce0

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
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-beta1"
1+
current = "2.11.0-beta2"
22

33
[[versions]]
4-
version = "2.11.0-beta1"
4+
version = "2.11.0-beta2"
55
status = "current"
66
docs = "./2.11/"
77
api = "./2.11/apidocs"
@@ -71,32 +71,32 @@ current = "2.11.0-beta1"
7171
package = "MongoDB.Driver"
7272
description = "The driver."
7373
dependencies = ".NET Core Driver,.NET BSON Library"
74-
versions = "2.11.0-beta1,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-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"
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-beta1,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-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"
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-beta1,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-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"
8989

9090
[[drivers]]
9191
name = ".NET BSON Library"
9292
package = "MongoDB.Bson"
9393
description = "The BSON library."
9494
dependencies = ""
95-
versions = "2.11.0-beta1,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-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"
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-beta1,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-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"

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-beta1 support new features in MongoDB 4.4.0.
16+
The main new features in 2.11.0-beta2 support new features in MongoDB 4.4.0.
1717

1818
## Upgrading
1919

Docs/reference/content/what_is_new.md

Lines changed: 9 additions & 3 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-beta1
10+
## What's New in 2.11.0-beta2
1111

12-
Some of the changes in 2.11.0-beta1 include:
12+
The main new features in 2.11.0-beta2 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/)
@@ -22,6 +22,10 @@ Some of the changes in 2.11.0-beta1 include:
2222
* Support for `MONGODB-AWS` authentication using Amazon Web Services
2323
(AWS) Identity and Access Management (IAM) credentials
2424
* Support for stapled OCSP (Online Certificate Status Protocol) (macOS only)
25+
* Support for shorter SCRAM (Salted Challenge Response Authentication Mechanism) conversations
26+
* Support for speculative SCRAM and MONGODB-X509 authentication
27+
* Support for the `CommitQuorum` option in `createIndexes`
28+
* Support for [hedged reads](https://docs.mongodb.com/master/core/read-preference-hedge-option/index.html)
2529

2630
Other new additions and updates in this beta include:
2731

@@ -35,7 +39,9 @@ Other new additions and updates in this beta include:
3539
* An expanded list of retryable write errors via the inclusion of
3640
`ExceededTimeLimit`, `LockTimeout` and `ClientDisconnect`
3741
* A new GuidRepresentationMode setting to opt-in to the new V3 GuidRepresentation mode
38-
42+
* Improved SDAM (Server Discovery and Monitoring) error handling
43+
* Support for the `AuthorizedDatabases` option in `ListDatabases`
44+
* Session support for `AsQueryable`
3945

4046
## What's New in 2.10.0
4147

0 commit comments

Comments
 (0)