File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# .NET Driver Version 2.4.2 Release Notes
2
2
3
- This is a placeholder file for the 2.4.2 release notes.
3
+ This is a patch release that fixes a few bugs reported since 2.4.1 was released.
4
+
5
+ The main change is adding back support for using a <TField > which is not the same as the actual
6
+ field type in filter builder methods and the Distinct method. Normally <TField > is expected to
7
+ match the actual field type, but it turns out there are cases where one might want to specify
8
+ a type for <TField > that does not match the field type exactly. See the following tickets for
9
+ more information about these changes
10
+
11
+ https://jira.mongodb.org/browse/CSHARP-1884
12
+ https://jira.mongodb.org/browse/CSHARP-1890
13
+ https://jira.mongodb.org/browse/CSHARP-1891
14
+
15
+ An online version of these release notes is available at:
16
+
17
+ https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.4.2.md
18
+
19
+ The full list of JIRA issues resolved in this release is available at:
20
+
21
+ https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.4.2%20ORDER%20BY%20key%20ASC
22
+
23
+ Documentation on the .NET driver can be found at:
24
+
25
+ http://mongodb.github.io/mongo-csharp-driver/
26
+
27
+ Upgrading
28
+
29
+ There are no known backwards breaking changes in this release.
You can’t perform that action at this time.
0 commit comments