Skip to content

Commit 9088d02

Browse files
committed
CSHARP-2691: Update current version in reference docs to 2.9
1 parent 32b058a commit 9088d02

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

Docs/landing/data/releases.toml

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

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.9"},
23
{"version": "2.8"},
34
{"version": "2.7"},
45
{"version": "2.6"},

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.8"
1+
baseurl = "/mongo-csharp-driver/2.9"
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.8.0
12+
## What's new in 2.9.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.8.0 driver includes bug fixes and depends on newer versions of several external dependencies.
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ title = "What's New"
1313
Some of the changes in 2.9.0 include:
1414

1515
* Retryable writes are enabled by default
16+
* Retryable reads support (enabled by default)
17+
* Distributed transactions on sharded clusters
18+
* Convenient API for transactions via `IClientSession.WithTransaction()`
19+
* Support for message compression
20+
* SRV polling for `mongodb+srv` connection scheme
21+
* Update specification using an aggregation framework pipeline
22+
* SCRAM-SHA authentication caching
23+
* Connections to the replica set primary are no longer closed after a step-down, allowing in progress read operations to complete
24+
* New aggregate helper methods support running database-level aggregations
25+
* `$merge` support
26+
* Change stream helpers now support the `startAfter` option
27+
* Index creation helpers now support wildcard indexes
1628

1729
## What's New in 2.8.0
1830

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.8"
3+
currentVersion = "2.9"
44
highlightTheme = "idea.css"
55
apiUrl = "apidocs/html"

0 commit comments

Comments
 (0)