Skip to content

2.3.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rstam rstam released this 03 Aug 21:28

.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