We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cd8c5 commit 92ee9a7Copy full SHA for 92ee9a7
go.mod
@@ -3,6 +3,8 @@ module go.mongodb.org/mongo-driver
3
go 1.13
4
5
retract (
6
+ v1.11.5 // Contains import failure.
7
+
8
// Retract v1.11.0 through v1.11.2 because they contain a data race bug in
9
// operation memory pooling that may cause undefined behavior when reading
10
// raw BSON responses in error documents. Resolved by GODRIVER-2677.
0 commit comments