Skip to content

Commit 29ae904

Browse files
committed
- Reference docs for 2.13.0-beta1 release updated
1 parent 3478b12 commit 29ae904

File tree

7 files changed

+24
-9
lines changed

7 files changed

+24
-9
lines changed

Docs/landing/data/releases.toml

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
current = "2.12.1"
22

3+
[[versions]]
4+
version = "2.13.0-beta1"
5+
docs = "./2.13/"
6+
api = "./2.13/apidocs"
7+
38
[[versions]]
49
version = "2.12.1"
510
status = "current"
@@ -76,32 +81,32 @@ current = "2.12.1"
7681
package = "MongoDB.Driver"
7782
description = "The driver."
7883
dependencies = ".NET Core Driver,.NET BSON Library"
79-
versions = "2.12.1,2.11.6,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"
84+
versions = "2.13.0-beta1,2.12.1,2.11.6,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"
8085

8186
[[drivers]]
8287
name = ".NET GridFS"
8388
package = "MongoDB.Driver.GridFS"
8489
description = "The GridFS library."
8590
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
86-
versions = "2.12.1,2.11.6,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"
91+
versions = "2.13.0-beta1,2.12.1,2.11.6,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"
8792

8893
[[drivers]]
8994
name = ".NET Core Driver"
9095
package = "MongoDB.Driver.Core"
9196
description = "The core driver."
9297
dependencies = ".NET BSON Library"
93-
versions = "2.12.1,2.11.6,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"
98+
versions = "2.13.0-beta1,2.12.1,2.11.6,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"
9499

95100
[[drivers]]
96101
name = ".NET BSON Library"
97102
package = "MongoDB.Bson"
98103
description = "The BSON library."
99104
dependencies = ""
100-
versions = "2.12.1,2.11.6,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"
105+
versions = "2.13.0-beta1,2.12.1,2.11.6,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"
101106

102107
[[drivers]]
103108
name = ".NET Legacy Driver"
104109
package = "mongocsharpdriver"
105110
description = "The legacy driver."
106111
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
107-
versions = "2.12.1,2.11.6,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"
112+
versions = "2.13.0-beta1,2.12.1,2.11.6,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/landing/static/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
{"version": "2.13"},
23
{"version": "2.12"},
34
{"version": "2.11"},
45
{"version": "2.10"},

Docs/reference/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl = "/mongo-csharp-driver/2.12"
1+
baseurl = "/mongo-csharp-driver/2.13"
22
languageCode = "en-us"
33
title = "MongoDB .NET Driver"
44
theme = "mongodb"

Docs/reference/content/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type = "index"
99

1010
The [Getting Started]({{< relref "getting_started\index.md" >}}) guide contains information about system requirements, installation, and a simple tutorial to get up and running quickly.
1111

12-
## What's new in 2.12.0
12+
## What's new in 2.13.0
1313

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

Docs/reference/content/upgrading.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ title = "Upgrading"
1111

1212
## Breaking Changes
1313

14-
### Backwards compatibility with driver version 2.7.0–2.11.x
14+
### Backwards compatibility with driver version 2.7.0–2.12.x
1515

1616
No known backward compatibility issues.

Docs/reference/content/what_is_new.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ title = "What's New"
77
identifier = "What's New"
88
pre = "<i class='fa fa-star'></i>"
99
+++
10+
## What's New in 2.13.0-beta1
11+
12+
The main new features in 2.13.0-beta1 include:
13+
14+
* Versioned MongoDB API for Drivers
15+
* Implemented change stream oplog parsing code for delta oplog entries
16+
* `estimatedDocumentCount()` now uses the `$collStats` aggregation stage instead of the `count` command
17+
* Reduced lock contention in BsonSerializer.LookupActualType
18+
1019
## What's New in 2.12.0
1120

1221
The main new features in 2.12.0 include:

Docs/reference/data/mongodb.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
githubRepo = "mongo-csharp-driver"
22
githubBranch = "master"
3-
currentVersion = "2.12"
3+
currentVersion = "2.13"
44
highlightTheme = "idea.css"
55
apiUrl = "apidocs/html"

0 commit comments

Comments
 (0)