Skip to content

Commit 6cfa95f

Browse files
author
rstam
committed
Added release notes for 1.9.1.
1 parent f4cca89 commit 6cfa95f

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

Diff for: CSharpDriver.sln

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Release Notes", "Release No
6767
Release Notes\Release Notes v1.8.2.md = Release Notes\Release Notes v1.8.2.md
6868
Release Notes\Release Notes v1.8.3.md = Release Notes\Release Notes v1.8.3.md
6969
Release Notes\Release Notes v1.8.md = Release Notes\Release Notes v1.8.md
70+
Release Notes\Release Notes v1.9.1.md = Release Notes\Release Notes v1.9.1.md
7071
Release Notes\Release Notes v1.9.md = Release Notes\Release Notes v1.9.md
7172
EndProjectSection
7273
EndProject

Diff for: Release Notes/Release Notes v1.9.1.md

+41-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
11
C#/.NET Driver Version 1.9.1 Release Notes
2-
==========================================
2+
==========================================
3+
4+
This is a minor release which fixes some issues reported since 1.9.0 was released. It is a recommended
5+
upgrade for anyone using 1.9.0.
6+
7+
An online version of these release notes is available at:
8+
9+
https://github.com/mongodb/mongo-csharp-driver/blob/v1.x/Release%20Notes/Release%20Notes%20v1.9.1.md
10+
11+
The full list of JIRA issues resolved in this release is available at:
12+
13+
https://jira.mongodb.org/issues/?filter=15166
14+
15+
Documentation on the C# driver can be found at:
16+
17+
http://www.mongodb.org/display/DOCS/CSharp+Language+Center
18+
http://api.mongodb.org/csharp/current/
19+
20+
General Changes
21+
===============
22+
23+
The 1.9.x releases will be the last non-bug fix release supporting .NET 3.5.
24+
25+
The issues fixed in 1.9.1 are:
26+
27+
* [LINQ queries against BsonValue properties whose value is C# null](https://jira.mongodb.org/browse/CSHARP-932)
28+
* [$maxDistance must go inside $near when using GeoJson data](https://jira.mongodb.org/browse/CSHARP-950)
29+
* [Allow ParallelScan to go to secondaries](https://jira.mongodb.org/browse/CSHARP-955)
30+
* [Allow Aggreagate to go to secondaries as long as the pipeline doesn't contain $out](https://jira.mongodb.org/browse/CSHARP-956)
31+
* [Support automatically setting the _id even when using an interface as the document type](https://jira.mongodb.org/browse/CSHARP-958)
32+
* [Don't consider any wnote and jnote values to be errors](https://jira.mongodb.org/browse/CSHARP-959)
33+
* [Fixed a stack overflow when deserializing an interface with a missing _t discriminator value](https://jira.mongodb.org/browse/CSHARP-961)
34+
* [Added SetBits to IndexOptions builder](https://jira.mongodb.org/browse/CSHARP-962)
35+
* [JsonReader support for new $date format with ISO8601 strings as used by 2.6 version mongoexport](https://jira.mongodb.org/browse/CSHARP-963)
36+
37+
Compatibility Changes
38+
---------------------
39+
40+
There were no intentional backwards breaking changes. If you come across any,
41+
please inform us as soon as possible by email [email protected] or by reporting
42+
an issue at jira.mongodb.com.

0 commit comments

Comments
 (0)