Skip to content

Commit 9abde9d

Browse files
committed
Add What's New in 2.2 to the reference documentation.
1 parent 0ad80a7 commit 9abde9d

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

Docs/reference/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type = "index"
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

1212

13-
## What's new in 2.1
13+
## What's new in 2.2
1414

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

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-
As 2.1 is a minor revision that comes with new features. There should not be any backwards breaking changes.
14+
2.2 is a minor revision that comes with new features. There should not be any backwards breaking changes.

Docs/reference/content/what_is_new.md

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

11-
## What's New in the MongoDB .NET 2.1 Driver
11+
## What's New in the MongoDB .NET 2.2 Driver
1212

13-
The 2.1 driver ships with a number of new features. The most notable are discussed below.
13+
The 2.2 driver ships with a number of new features. The most notable are discussed below.
1414

1515

16-
## GridFS
16+
## Sync API
1717

18-
[CSHARP-1191](https://jira.mongodb.org/browse/CSHARP-1191) - GridFS support has been implemented.
18+
The 2.0 and 2.1 versions of the .NET driver featured a new async-only API. Version 2.2 introduces sync versions of every async method.
1919

2020

21-
## LINQ
21+
## Support for server 3.2
2222

23-
[CSHARP-935](https://jira.mongodb.org/browse/CSHARP-935) - LINQ support has been rewritten and now targets the aggregation framework. It is a more natural translation and enables many features of LINQ that were previously not able to be translated.
24-
25-
Simply use the new [`AsQueryable`]({{< apiref "M_MongoDB_Driver_IMongoCollectionExtensions_AsQueryable__1" >}}) method to work with LINQ.
26-
27-
28-
## Eventing Implementation
29-
30-
[CSHARP-1374](https://jira.mongodb.org/browse/CSHARP-1374) - An eventing API has been added allowing a user to subscribe to one or more events from the core driver for insight into server discovery, server selection, connection pooling, and commands.
23+
* Support for bypassing document validation for write operations on collections where document validation has been enabled
24+
* Support for write concern for FindAndModify methods
25+
* Support for read concern
26+
* Builder support for new aggregation stages and new accumulators in $group stage
27+
* Support for version 3 text indexes

0 commit comments

Comments
 (0)