Skip to content

Commit bb5ec7b

Browse files
committed
Update current version in refdocs.
1 parent ba52358 commit bb5ec7b

File tree

7 files changed

+26
-6
lines changed

7 files changed

+26
-6
lines changed

Docs/landing/data/releases.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
current = "2.15.1"
1+
current = "2.16.0"
22

33
[[versions]]
4-
version = "2.15.1"
4+
version = "2.16.0"
55
status = "current"
6+
docs = "./2.16/"
7+
api = "./2.16/apidocs"
8+
9+
[[versions]]
10+
version = "2.15.1"
611
docs = "./2.15/"
712
api = "./2.15/apidocs"
813

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.16"},
23
{"version": "2.15"},
34
{"version": "2.14"},
45
{"version": "2.13"},

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.15"
1+
baseurl = "/mongo-csharp-driver/2.16"
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.15.0
12+
## What's new in 2.16.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

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

1212
## Breaking Changes
1313

14-
### Backwards compatibility with driver version 2.7.0–2.14.x
14+
### Backwards compatibility with driver version 2.7.0–2.15.x
1515

1616
Starting from 2.15.0, feature detection is implemented through maxWireVersion
1717
instead of buildInfo. This should have no user-visible impact.

Docs/reference/content/what_is_new.md

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

11+
## What's New in 2.16.0
12+
13+
The main new features in 2.16.0 include:
14+
15+
* Support for MongoDB server version 6.0.0
16+
* [BETA] Support for Queryable Encryption
17+
* Support for creating collections with clustered indexes
18+
* Use `count` command for `estimatedDocumentCount`
19+
* LINQ3 bug fixes and improvements
20+
* Support for carry forward (`$locf`) and numerical/date densification (`$densify`)
21+
* Support for `limit` in `$filter` expressions
22+
* Support point-in-time pre-/post-images in change streams
23+
* Preemptively cancel in-progress operations when SDAM heartbeats timeout
24+
1125
## What's New in 2.15.0
1226

1327
The main new features in 2.15.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.15"
3+
currentVersion = "2.16"
44
highlightTheme = "idea.css"
55
apiUrl = "apidocs/html"

0 commit comments

Comments
 (0)