Skip to content

Commit

Permalink
Release notes for 2.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstam committed Feb 13, 2020
1 parent 61000da commit cc36942
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Docs/reference/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ The [Getting Started]({{< relref "getting_started\index.md" >}}) guide contains

## What's new in 2.10.0

{{% note %}}
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
{{% /note %}}

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

## Upgrading
Expand Down
4 changes: 4 additions & 0 deletions Docs/reference/content/what_is_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ title = "What's New"

## What's New in 2.10.0

{{% note %}}
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
{{% /note %}}

Some of the changes in 2.10.0 include:

* [Client-side field level encryption support]({{< relref "reference\driver\crud\client_side_encryption.md" >}}) for Windows
Expand Down
4 changes: 4 additions & 0 deletions Release Notes/Release Notes v2.10.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# .NET Driver Version 2.10.0 Release Notes

> IMPORTANT:
>
> 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.
The main changes in 2.10.0 are:

1. A number of minor bug fixes
Expand Down
4 changes: 4 additions & 0 deletions Release Notes/Release Notes v2.10.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# .NET Driver Version 2.10.1 Release Notes

> IMPORTANT:
>
> 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.
This is a patch release that fixes several bugs reported since 2.10.0 was released.

An online version of these release notes is available at:
Expand Down
23 changes: 23 additions & 0 deletions Release Notes/Release Notes v2.10.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .NET Driver Version 2.10.2 Release Notes

> IMPORTANT:
>
> 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.
This is a patch release that fixes several bugs reported since 2.10.1 was released.

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.10.2.md

The list of JIRA tickets resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.10.2%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

http://mongodb.github.io/mongo-csharp-driver/

## Upgrading

There are no known backwards breaking changes in this release.

0 comments on commit cc36942

Please sign in to comment.