|
1 | 1 | 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