Skip to content

Commit ca55ac4

Browse files
committed
Release notes for 2.4.2.
1 parent 9640b12 commit ca55ac4

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

Release Notes/Release Notes v2.4.2.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
11
# .NET Driver Version 2.4.2 Release Notes
22

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.

0 commit comments

Comments
 (0)