Skip to content

Commit 04842bc

Browse files
committed
Update version numbers to 2.18.0 in docs files.
1 parent c0c812a commit 04842bc

File tree

6 files changed

+26
-10
lines changed

6 files changed

+26
-10
lines changed

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.17.1"
1+
current = "2.18.0"
22

33
[[versions]]
4-
version = "2.17.1"
4+
version = "2.18.0"
55
status = "current"
6+
docs = "./2.18/"
7+
api = "./2.18/apidocs"
8+
9+
[[versions]]
10+
version = "2.17.1"
611
docs = "./2.17/"
712
api = "./2.17/apidocs"
813

@@ -101,32 +106,32 @@ current = "2.17.1"
101106
package = "MongoDB.Driver"
102107
description = "The driver."
103108
dependencies = ".NET Core Driver,.NET BSON Library"
104-
versions = "2.17.0,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,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"
109+
versions = "2.18.0,2.17.1,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,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"
105110

106111
[[drivers]]
107112
name = ".NET GridFS"
108113
package = "MongoDB.Driver.GridFS"
109114
description = "The GridFS library."
110115
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
111-
versions = "2.17.0,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,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"
116+
versions = "2.18.0,2.17.1,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,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"
112117

113118
[[drivers]]
114119
name = ".NET Core Driver"
115120
package = "MongoDB.Driver.Core"
116121
description = "The core driver."
117122
dependencies = ".NET BSON Library"
118-
versions = "2.17.0,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,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"
123+
versions = "2.18.0,2.17.1,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,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"
119124

120125
[[drivers]]
121126
name = ".NET BSON Library"
122127
package = "MongoDB.Bson"
123128
description = "The BSON library."
124129
dependencies = ""
125-
versions = "2.17.0,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,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"
130+
versions = "2.18.0,2.17.1,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,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"
126131

127132
[[drivers]]
128133
name = ".NET Legacy Driver"
129134
package = "mongocsharpdriver"
130135
description = "The legacy driver."
131136
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
132-
versions = "2.17.0,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,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"
137+
versions = "2.18.0,2.17.1,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
{"version": "2.18"},
23
{"version": "2.17"},
34
{"version": "2.16"},
45
{"version": "2.15"},

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.17"
1+
baseurl = "/mongo-csharp-driver/2.18"
22
languageCode = "en-us"
33
title = "MongoDB .NET Driver"
44
theme = "mongodb"

Docs/reference/content/index.md

Lines changed: 1 addition & 1 deletion
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.17.0
12+
## What's new in 2.18.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/what_is_new.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ title = "What's New"
88
pre = "<i class='fa fa-star'></i>"
99
+++
1010

11+
## What's New in 2.18.0
12+
13+
The main new features in 2.18.0 include:
14+
15+
* Snappy compression now uses a managed implementation
16+
* ZStandard compression now uses a managed implementation
17+
* Cache AWS credentials when possible
18+
* New cross driver standard logging support
19+
* Support for $documents aggregation pipeline stage
20+
1121
## What's New in 2.17.0
1222

1323
The main new features in 2.17.0 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.17"
3+
currentVersion = "2.18"
44
highlightTheme = "idea.css"
55
apiUrl = "apidocs/html"

0 commit comments

Comments
 (0)