Skip to content

Commit a38beea

Browse files
committed
GODRIVER-2773 Retract v1.11.0 through v1.11.2. (#1203)
1 parent 53b6815 commit a38beea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ module go.mongodb.org/mongo-driver
33
go 1.13
44

55
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+
611
v1.10.0 // Contains a possible data corruption bug in RewrapManyDataKey when using libmongocrypt versions less than 1.5.2.
712
[v1.7.0, v1.7.1] // Contains data race bug in background connection establishment.
813
[v1.6.0, v1.6.1] // Contains data race bug in background connection establishment.

0 commit comments

Comments
 (0)