Releases: mongodb/mongo-csharp-driver
v2.5.1
.NET Driver Version 2.5.1 Release Notes
This is a patch release that fixes a few bugs reported since 2.5.0 was released.
An online version of these release notes is available at:
The full list of JIRA issues resolved in this release is available at:
Documentation on the .NET driver can be found at:
http://mongodb.github.io/mongo-csharp-driver/
Upgrading
There are no known backwards breaking changes in this release.
v2.5.0
.NET Driver Version 2.5.0 Release Notes
The main new feature of 2.5.0 is support for the new features of the 3.6 version of the server:
- Sessions
- Causal consistency
- Retryable writes
- Change streams via the collection Watch method to observe changes to a collection
- Array filters for update operations
- Translating DateTime expressions in LINQ to $dateFromParts and $dateFromString operators
- The new "mongodb+srv://" connection string scheme
- Improved support for reading and writing UUIDs in BsonBinary subtype 4 format
An online version of these release notes is available at:
The JIRA tickets resolved in this release is available at:
Upgrading
We believe there are only minor breaking changes in classes that normally would not be directly used by applications.
v2.4.4
.NET Driver Version 2.4.4 Release Notes
This is a patch release that fixes a few bugs reported since 2.4.3 was released.
An online version of these release notes is available at:
The full list of JIRA issues resolved in this release is available at:
Documentation on the .NET driver can be found at:
http://mongodb.github.io/mongo-csharp-driver/
Upgrading
There are no known backwards breaking changes in this release.
v2.4.3
.NET Driver Version 2.4.3 Release Notes
This is a patch release that fixes a few bugs reported since 2.4.2 was released.
Most of the changes are minor, but if you use X509 certificates with SSL you should
definitely upgrade to 2.4.3. See:
https://jira.mongodb.org/browse/CSHARP-1914
An online version of these release notes is available at:
The full list of JIRA issues resolved in this release is available at:
Documentation on the .NET driver can be found at:
http://mongodb.github.io/mongo-csharp-driver/
Upgrading
There are no known backwards breaking changes in this release.
v2.4.2
.NET Driver Version 2.4.2 Release Notes
This is a patch release that fixes a few bugs reported since 2.4.1 was released.
The main change is adding back support for using a which is not the same as the actual
field type in filter builder methods and the Distinct method. Normally is expected to
match the actual field type, but it turns out there are cases where one might want to specify
a type for that does not match the field type exactly. See the following tickets for
more information about these changes
https://jira.mongodb.org/browse/CSHARP-1884
https://jira.mongodb.org/browse/CSHARP-1890
https://jira.mongodb.org/browse/CSHARP-1891
An online version of these release notes is available at:
The full list of JIRA issues resolved in this release is available at:
Documentation on the .NET driver can be found at:
http://mongodb.github.io/mongo-csharp-driver/
Upgrading
There are no known backwards breaking changes in this release.
v2.4.1
.NET Driver Version 2.4.1 Release Notes
This is a patch release which fixes a few bugs reported since 2.4.0 was released.
It is a required upgrade if you are using MongoDB-X509 authentication. See:
https://jira.mongodb.org/browse/CSHARP-1861
An online version of these release notes is available at:
The full list of JIRA issues resolved in this release is available at:
Documentation on the .NET driver can be found at:
http://mongodb.github.io/mongo-csharp-driver/
Upgrading
There are no known backwards breaking changes in this release.
v2.4.0
.NET Driver Version 2.4.0
The main new feature of 2.4.0 is support for the new features of the 3.4 version of the server:
- New Decimal128 data type
- New convention for automapping immutable classes for serialization
- New IAggregateFluent methods
- Bucket and BucketAuto
- Count
- Facet
- GraphLookup
- ReplaceRoot
- SortByCount
- New PipelineDefinitionBuilder for building pipelines for CreateView and Facet
- New MaxStaleness property for ReadPreference
- Configurable HeartbeatInterval
- Support for collations
- Driver identifies itself to the server when connecting
- Support for creating read-only views
- Commands that write now support WriteConcern
- LINQ supports new methods: Aggregate, Reverse, Zip
An online version of these release notes is available at:
The JIRA tickets resolved in this release is available at:
Upgrading
We believe there are only minor breaking changes in classes that normally would not be directly used by applications.
v2.4.0-beta1
.NET Driver Version 2.4.0-beta1 (PRE-RELEASE)
This is a beta release of the upcoming 2.4.0 version of the driver.
The main new feature of 2.4.0 is support for the new features of the 3.4.0 version of the server.
The JIRA tickets scheduled to be resolved in this release is available at:
A few of these tickets are still open.
v2.3.0
.NET Driver Version 2.3.0
This is a minor release consisting of:
- Bug fixes since 2.2.4 was released
- Support for .NET Core
An online version of these release notes is available at:
The JIRA tickets resolved in this release is available at:
Upgrading
We don't believe there are any breaking changes in this release.
2.3.0-rc1
.NET Driver Version 2.3.0-rc1 Release Notes (PRE-RELEASE)
This is a minor release consisting of:
- Bug fixes since 2.2.4 was released
- Support for .NET Core
- Bug fixes since 2.3.0-beta1 was released
An online version of these release notes is available at:
The JIRA tickets resolved in this release is available at:
Upgrading
We don't believe there are any breaking changes in this release.