Skip to content

Commit efef538

Browse files
committed
Update current version in reference docs to 2.7.0.
1 parent 9402323 commit efef538

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

Docs/landing/data/releases.toml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
current = "2.6.1"
1+
current = "2.7.0"
22
[[versions]]
3-
version = "2.6.1"
3+
version = "2.7.0"
44
status = "current"
5+
docs = "./2.7/"
6+
api = "./2.7/apidocs"
7+
8+
[[versions]]
9+
version = "2.6.1"
510
docs = "./2.6/"
611
api = "./2.6/apidocs"
712

@@ -45,32 +50,32 @@ current = "2.6.1"
4550
package = "MongoDB.Driver"
4651
description = "The driver."
4752
dependencies = ".NET Core Driver,.NET BSON Library"
48-
versions = "2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
53+
versions = "2.7.0,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
4954

5055
[[drivers]]
5156
name = ".NET GridFS"
5257
package = "MongoDB.Driver.GridFS"
5358
description = "The GridFS library."
5459
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
55-
versions = "2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
60+
versions = "2.7.0,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
5661

5762
[[drivers]]
5863
name = ".NET Core Driver"
5964
package = "MongoDB.Driver.Core"
6065
description = "The core driver."
6166
dependencies = ".NET BSON Library"
62-
versions = "2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
67+
versions = "2.7.0,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
6368

6469
[[drivers]]
6570
name = ".NET BSON Library"
6671
package = "MongoDB.Bson"
6772
description = "The BSON library."
6873
dependencies = ""
69-
versions = "2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
74+
versions = "2.7.0,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
7075

7176
[[drivers]]
7277
name = ".NET Legacy Driver"
7378
package = "mongocsharpdriver"
7479
description = "The legacy driver."
7580
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
76-
versions = "2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"
81+
versions = "2.7.0,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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,16 @@ 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.6
12+
## What's new in 2.7.0
1313

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

16-
The 2.6.0 driver improves support for running with FIPS mode enabled in the operating system.
17-
16+
The 2.7.0 driver adds support for new features of the 4.0 server.
1817

1918
## Upgrading
2019

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

23-
2422
## Reference
2523

2624
If you are looking for more detailed documentation, see the [Reference]({{< relref "reference\index.md" >}}) guide.

Docs/reference/content/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ title = "Upgrading"
1111

1212
## Breaking Changes
1313

14-
There should be no breaking changes in version 2.6.0 of the driver.
14+
There should be no breaking changes in version 2.7.0 of the driver.

Docs/reference/content/what_is_new.md

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

11+
## What's New in 2.7.0
12+
13+
The major new feature in 2.7.0 is support for new server 4.0 features including:
14+
15+
* Transactions
16+
* ReadConcern Snapshot
17+
* Change streams support extended to include all changes for an entire database or cluster
18+
* SCRAM-SHA-256 authentication
19+
1120
## What's New in 2.6.0
1221

1322
The 2.6.0 driver improves support for running with FIPS mode enabled in the operating system.

0 commit comments

Comments
 (0)