File tree Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments