Skip to content

Commit 946039e

Browse files
committed
updated 2.0.1 release notes and updated landing docs.
1 parent 5c43e8c commit 946039e

File tree

2 files changed

+37
-7
lines changed

2 files changed

+37
-7
lines changed

Docs/landing/data/releases.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
current = "2.0.0"
1+
current = "2.0.1"
22
[[versions]]
3-
version = "2.0.0"
3+
version = "2.0.1"
44
status = "rc"
55
docs = "http://mongodb.github.io/mongo-csharp-driver/2.0/"
66
api = "http://api.mongodb.org/csharp/2.0"
@@ -16,25 +16,25 @@ current = "2.0.0"
1616
package = "MongoDB.Driver"
1717
description = "The driver."
1818
dependencies = ".NET Core Driver,.NET BSON Library"
19-
versions = "2.0.0"
19+
versions = "2.0.1"
2020

2121
[[drivers]]
2222
name = ".NET Core Driver"
2323
package = "MongoDB.Driver.Core"
2424
description = "The core driver."
2525
dependencies = ".NET BSON Library"
26-
versions = "2.0.0"
26+
versions = "2.0.1"
2727

2828
[[drivers]]
2929
name = ".NET BSON Library"
3030
package = "MongoDB.Bson"
3131
description = "The BSON library."
3232
dependencies = ""
33-
versions = "2.0.0"
33+
versions = "2.0.1"
3434

3535
[[drivers]]
3636
name = ".NET Legacy Driver"
3737
package = "mongocsharpdriver"
3838
description = "The legacy driver."
3939
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
40-
versions = "2.0.0,1.10.0"
40+
versions = "2.0.1,1.10.0"

Release Notes/Release Notes v2.0.1.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
1-
# .NET Driver Version 2.0.1 Release Notes
1+
# .NET Driver Version 2.0.1 Release Notes
2+
3+
This is a patch release which fixes some issues reported since 2.0 was released. It is a recommended
4+
upgrade for anyone using 2.0.
5+
6+
An online version of these release notes is available at:
7+
8+
https://github.com/mongodb/mongo-csharp-driver/blob/v2.0.x/Release%20Notes/Release%20Notes%20v2.0.1.md
9+
10+
The full list of JIRA issues resolved in this release is available at:
11+
12+
https://jira.mongodb.org/issues/?filter=17849
13+
14+
Documentation on the .NET driver can be found at:
15+
16+
http://mongodb.github.io/mongo-csharp-driver/
17+
18+
## General Changes
19+
20+
The key issues fixed in 2.0.1 are:
21+
22+
- [CSHARP-1264](https://jira.mongodb.org/browse/CSHARP-1264) WaitQueueSize now properly configures the server selection wait queue.
23+
- [CSHARP-1280](https://jira.mongodb.org/browse/CSHARP-1280) Deserializing fails if a document contains unmapped field which name starts with the same name as currently mapped class property.
24+
- [CSHARP-1265](https://jira.mongodb.org/browse/CSHARP-1265) Update variants allow sending empty documents as update statements, which results in a replacement.
25+
26+
27+
## Compatibility Changes
28+
29+
There were no intentional backwards breaking changes. If you come across any,
30+
please inform us as soon as possible by email dotnetdriver@mongodb.com or by reporting
31+
an issue at jira.mongodb.com.

0 commit comments

Comments
 (0)