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 53b6815 commit a38beeaCopy full SHA for a38beea
go.mod
@@ -3,6 +3,11 @@ module go.mongodb.org/mongo-driver
3
go 1.13
4
5
retract (
6
+ // Retract v1.11.0 through v1.11.2 because they contain a data race bug in
7
+ // operation memory pooling that may cause undefined behavior when reading
8
+ // raw BSON responses in error documents. Resolved by GODRIVER-2677.
9
+ [v1.11.0, v1.11.2]
10
+
11
v1.10.0 // Contains a possible data corruption bug in RewrapManyDataKey when using libmongocrypt versions less than 1.5.2.
12
[v1.7.0, v1.7.1] // Contains data race bug in background connection establishment.
13
[v1.6.0, v1.6.1] // Contains data race bug in background connection establishment.
0 commit comments