Skip to content

Commit 71a770c

Browse files
committed
Release notes for 2.4.0.
1 parent 91ee6b2 commit 71a770c

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

Release Notes/Release Notes v2.4.0.md

+29-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
1-
# .NET Driver Version 2.4.0-beta1 (PRE-RELEASE)
1+
# .NET Driver Version 2.4.0
22

3-
This is a beta release of the upcoming 2.4.0 version of the driver.
3+
The main new feature of 2.4.0 is support for the new features of the 3.4 version of the server:
44

5-
The main new feature of 2.4.0 is support for the new features of the 3.4.0 version of the server.
5+
* New Decimal128 data type
6+
* New convention for automapping immutable classes for serialization
7+
* New IAggregateFluent methods
8+
* Bucket and BucketAuto
9+
* Count
10+
* Facet
11+
* GraphLookup
12+
* ReplaceRoot
13+
* SortByCount
14+
* New PipelineDefinitionBuilder for building pipelines for CreateView and Facet
15+
* New MaxStaleness property for ReadPreference
16+
* Configurable HeartbeatInterval
17+
* Support for collations
18+
* Driver identifies itself to the server when connecting
19+
* Support for creating read-only views
20+
* Commands that write now support WriteConcern
21+
* LINQ supports new methods: Aggregate, Reverse, Zip
622

23+
An online version of these release notes is available at:
724

25+
https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.4.0.md
26+
27+
The JIRA tickets resolved in this release is available at:
28+
29+
https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.4%20ORDER%20BY%20key%20ASC
30+
31+
Upgrading
32+
33+
We believe there are only minor breaking changes in classes that normally would not be directly used by applications.

0 commit comments

Comments
 (0)