Skip to content

Releases: mongodb/mongo-csharp-driver

v2.4.3

09 Mar 16:56
Compare
Choose a tag to compare

.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:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.4.3.md

The full list of JIRA issues resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.4.3%20ORDER%20BY%20key%20ASC

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

02 Feb 17:37
Compare
Choose a tag to compare

.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:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.4.2.md

The full list of JIRA issues resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.4.2%20ORDER%20BY%20key%20ASC

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

04 Jan 14:43
Compare
Choose a tag to compare

.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:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.4.1.md

The full list of JIRA issues resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.4.1%20ORDER%20BY%20key%20ASC

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

29 Nov 19:49
Compare
Choose a tag to compare

.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:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.4.0.md

The JIRA tickets resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.4%20ORDER%20BY%20key%20ASC

Upgrading

We believe there are only minor breaking changes in classes that normally would not be directly used by applications.

v2.4.0-beta1

05 Oct 17:26
Compare
Choose a tag to compare
v2.4.0-beta1 Pre-release
Pre-release

.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:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.4%20ORDER%20BY%20key%20ASC

A few of these tickets are still open.

v2.3.0

23 Sep 19:11
Compare
Choose a tag to compare

.NET Driver Version 2.3.0

This is a minor release consisting of:

  1. Bug fixes since 2.2.4 was released
  2. Support for .NET Core

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.3.0.md

The JIRA tickets resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.3%20ORDER%20BY%20key%20ASC

Upgrading

We don't believe there are any breaking changes in this release.

2.3.0-rc1

29 Aug 16:08
Compare
Choose a tag to compare
2.3.0-rc1 Pre-release
Pre-release

.NET Driver Version 2.3.0-rc1 Release Notes (PRE-RELEASE)

This is a minor release consisting of:

  1. Bug fixes since 2.2.4 was released
  2. Support for .NET Core
  3. Bug fixes since 2.3.0-beta1 was released

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/v2.3.0-rc1/Release%20Notes/Release%20Notes%20v2.3.0.md

The JIRA tickets resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.3%20ORDER%20BY%20key%20ASC

Upgrading

We don't believe there are any breaking changes in this release.

2.3.0-beta1

03 Aug 21:28
Compare
Choose a tag to compare
2.3.0-beta1 Pre-release
Pre-release

.NET Driver Version 2.3.0-beta1 Release Notes

This is a minor release consisting of:

  1. Bug fixes since 2.2.4 was released
  2. Support for .NET Core

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.3.0.md

The JIRA tickets resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.3%20ORDER%20BY%20key%20ASC

Upgrading

We don't believe there are any breaking changes in this release.

Note
All tests pass on our local machines against the current server version. We are investigating sporadic test failures on our CI server that appear to be race conditions in the tests. We plan to resolve these for beta2

2.2.4

18 May 19:16
Compare
Choose a tag to compare

.NET Driver Version 2.2.4 Release Notes

This is a patch release which fixes some bugs reported since 2.2.3 was released.

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/v2.2.x/Release%20Notes/Release%20Notes%20v2.2.4.md

The full list of JIRA issues resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.2.4%20ORDER%20BY%20key%20ASC

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.

2.2.3

02 Feb 00:39
Compare
Choose a tag to compare

.NET Driver Version 2.2.3 Release Notes

This is a patch release which fixes a bug reported since 2.2.2 was released.

This is a recommended upgrade if you are using ReadPreferences with a sharded cluster (i.e. connecting through mongos).

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/v2.2.x/Release%20Notes/Release%20Notes%20v2.2.3.md

Only one issue was fixed in this release:

https://jira.mongodb.org/browse/CSHARP-1537

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.