Skip to content

Commit 819f4c1

Browse files
authored
Updated documentation to v2.12.0.
1 parent e7cd922 commit 819f4c1

File tree

8 files changed

+34
-26
lines changed

8 files changed

+34
-26
lines changed

Docs/landing/config.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,3 @@ title = "MongoDB .NET Driver"
44
canonifyurls = false
55
githubRepo = "mongo-csharp-driver"
66

7-
[params.authors]
8-
[params.authors.Derek]
9-
"firstName" = "Derek"
10-
"lastName" = "Perkins"
11-
[params.authors.Joe]
12-
"firstName" = "Joe"
13-
"lastName" = "Bergevin"
14-
[params.authors.Tanner]
15-
"firstName" = "Tanner"
16-
"lastName" = "Linsley"

Docs/landing/data/releases.toml

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

33
[[versions]]
4-
version = "2.11.0"
4+
version = "2.12.0"
55
status = "current"
6+
docs = "./2.12/"
7+
api = "./2.12/apidocs"
8+
9+
[[versions]]
10+
version = "2.11.6"
611
docs = "./2.11/"
712
api = "./2.11/apidocs"
813

@@ -71,32 +76,32 @@ current = "2.11.0"
7176
package = "MongoDB.Driver"
7277
description = "The driver."
7378
dependencies = ".NET Core Driver,.NET BSON Library"
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"
79+
versions = "2.12.0,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"
7580

7681
[[drivers]]
7782
name = ".NET GridFS"
7883
package = "MongoDB.Driver.GridFS"
7984
description = "The GridFS library."
8085
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
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"
86+
versions = "2.12.0,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"
8287

8388
[[drivers]]
8489
name = ".NET Core Driver"
8590
package = "MongoDB.Driver.Core"
8691
description = "The core driver."
8792
dependencies = ".NET BSON Library"
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"
93+
versions = "2.12.0,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"
8994

9095
[[drivers]]
9196
name = ".NET BSON Library"
9297
package = "MongoDB.Bson"
9398
description = "The BSON library."
9499
dependencies = ""
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"
100+
versions = "2.12.0,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"
96101

97102
[[drivers]]
98103
name = ".NET Legacy Driver"
99104
package = "mongocsharpdriver"
100105
description = "The legacy driver."
101106
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
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"
107+
versions = "2.12.0,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"
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<section id="universityPromo">
22
<h3><span>MongoDB University</span></h3>
33

4-
<h4>M101N: MongoDB for .NET Developers</h4>
5-
<p>Learn everything you need to know to get started building a MongoDB-based app. From basic installation, JSON, schema design, querying, insertion of data, indexing and working with the .NET driver.
6-
</p>
4+
<h4>M220: MongoDB for .NET Developers</h4>
5+
<p>Learn the essentials of ASP.NET application development with MongoDB.</p>
76
<p>
8-
<a href="https://university.mongodb.com/courses/M101N/about" target="_blank" class="btn btn-success btn-mongo">Learn More</a>
7+
<a href="https://university.mongodb.com/courses/M220N/about" target="_blank" class="btn btn-success btn-mongo">Learn More</a>
98
</p>
109
</section>

Docs/landing/static/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
{"version": "2.12"},
23
{"version": "2.11"},
34
{"version": "2.10"},
45
{"version": "2.9"},

Docs/reference/config.toml

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

Docs/reference/content/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ 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.11.0
12+
## What's new in 2.12.0
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 support new features in MongoDB 4.4.0.
17-
1816
## Upgrading
1917

2018
If you are coming from the 2.0.x series of the driver, consult the [upgrading]({{< relref "upgrading.md" >}}) documentation on changes.

Docs/reference/content/what_is_new.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ title = "What's New"
77
identifier = "What's New"
88
pre = "<i class='fa fa-star'></i>"
99
+++
10+
## What's New in 2.12.0
11+
12+
The main new features in 2.12.0 include:
13+
14+
* Support for Hidden Indexes in MongoDB 4.4
15+
* Support for AWS temporary credentials in client-side field level encryption (CSFLE)
16+
* Support for Azure and GCP keystores in client-side field level encryption (CSFLE)
17+
* Support for client-side field level encryption (CSFLE) on Linux and Mac OSX
18+
* Support for GSSAPI/Kerberos on Linux
19+
* Support for .NET Standard 2.1
20+
* Various improvements in serialization performance
21+
* Fixed DNS failures in Kubernetes and Windows Subsystem for Linux (WSL/WSL2)
22+
* Fixed memory leak in heartbeat when cluster is inaccessible
23+
* Fixed SDAM deadlock when invalidating former primary
24+
1025
## What's New in 2.11.0
1126

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

Docs/reference/data/mongodb.toml

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

0 commit comments

Comments
 (0)