Skip to content

Commit cc36942

Browse files
committed
Release notes for 2.10.2.
1 parent 61000da commit cc36942

File tree

5 files changed

+39
-0
lines changed

5 files changed

+39
-0
lines changed

Docs/reference/content/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ The [Getting Started]({{< relref "getting_started\index.md" >}}) guide contains
1111

1212
## What's new in 2.10.0
1313

14+
{{% note %}}
15+
If you are using unacknowledged writes (also known as w:0 writes) with versions 2.10.0 or 2.10.1 of the driver, we strongly recommend you upgrade to version 2.10.2 as soon as possible, to obtain the fix for a critical issue: https://jira.mongodb.org/browse/CSHARP-2960
16+
{{% /note %}}
17+
1418
The [What's New]({{< relref "what_is_new.md" >}}) section contains the major new features of the driver.
1519

1620
## Upgrading

Docs/reference/content/what_is_new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ title = "What's New"
1010

1111
## What's New in 2.10.0
1212

13+
{{% note %}}
14+
If you are using unacknowledged writes (also known as w:0 writes) with versions 2.10.0 or 2.10.1 of the driver, we strongly recommend you upgrade to version 2.10.2 as soon as possible, to obtain the fix for a critical issue: https://jira.mongodb.org/browse/CSHARP-2960
15+
{{% /note %}}
16+
1317
Some of the changes in 2.10.0 include:
1418

1519
* [Client-side field level encryption support]({{< relref "reference\driver\crud\client_side_encryption.md" >}}) for Windows

Release Notes/Release Notes v2.10.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# .NET Driver Version 2.10.0 Release Notes
22

3+
> IMPORTANT:
4+
>
5+
> If you are using unacknowledged writes (also known as w:0 writes) with versions 2.10.0 or 2.10.1 of the driver, we strongly recommend you upgrade to version 2.10.2 as soon as possible, to obtain the fix for a critical issue: https://jira.mongodb.org/browse/CSHARP-2960.
6+
37
The main changes in 2.10.0 are:
48

59
1. A number of minor bug fixes

Release Notes/Release Notes v2.10.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# .NET Driver Version 2.10.1 Release Notes
22

3+
> IMPORTANT:
4+
>
5+
> If you are using unacknowledged writes (also known as w:0 writes) with versions 2.10.0 or 2.10.1 of the driver, we strongly recommend you upgrade to version 2.10.2 as soon as possible, to obtain the fix for a critical issue: https://jira.mongodb.org/browse/CSHARP-2960.
6+
37
This is a patch release that fixes several bugs reported since 2.10.0 was released.
48

59
An online version of these release notes is available at:
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# .NET Driver Version 2.10.2 Release Notes
2+
3+
> IMPORTANT:
4+
>
5+
> If you are using unacknowledged writes (also known as w:0 writes) with versions 2.10.0 or 2.10.1 of the driver, we strongly recommend you upgrade to version 2.10.2 as soon as possible, to obtain the fix for a critical issue: https://jira.mongodb.org/browse/CSHARP-2960.
6+
7+
This is a patch release that fixes several bugs reported since 2.10.1 was released.
8+
9+
An online version of these release notes is available at:
10+
11+
https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.10.2.md
12+
13+
The list of JIRA tickets resolved in this release is available at:
14+
15+
https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.10.2%20ORDER%20BY%20key%20ASC
16+
17+
Documentation on the .NET driver can be found at:
18+
19+
http://mongodb.github.io/mongo-csharp-driver/
20+
21+
## Upgrading
22+
23+
There are no known backwards breaking changes in this release.

0 commit comments

Comments
 (0)