Skip to content

Commit d2a370a

Browse files
committed
Release notes for 2.11.2.
1 parent 5e0d8bc commit d2a370a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# .NET Driver Version 2.11.2 Release Notes
2+
3+
This is a patch release that fixes a bug reported since 2.11.1 was released.
4+
5+
An online version of these release notes is available at:
6+
7+
https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.11.2.md
8+
9+
The list of JIRA tickets resolved in this release is available at:
10+
11+
https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.11.2%20ORDER%20BY%20key%20ASC
12+
13+
Documentation on the .NET driver can be found at:
14+
15+
http://mongodb.github.io/mongo-csharp-driver/
16+
17+
## Upgrading
18+
19+
Everyone using versions 2.11.0 or 2.11.1 of the C# driver with version 4.4.0 or later of the server should upgrade to 2.11.2.
20+
The issue fixed is related to simultaneous authentication of two or more connections, in which case a change introduced
21+
in 2.11.0 can result in authentication failing. Under loads low enough that only one connection is ever opened at the same
22+
time the issue does not happen.
23+
24+
See: https://jira.mongodb.org/browse/CSHARP-3196
25+
26+
There are no known backwards breaking changes in this release.

0 commit comments

Comments
 (0)