Skip to content

Commit

Permalink
GODRIVER-2773 Retract v1.11.0 through v1.11.2. (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdale committed Mar 17, 2023
1 parent 53b6815 commit a38beea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ module go.mongodb.org/mongo-driver
go 1.13

retract (
// Retract v1.11.0 through v1.11.2 because they contain a data race bug in
// operation memory pooling that may cause undefined behavior when reading
// raw BSON responses in error documents. Resolved by GODRIVER-2677.
[v1.11.0, v1.11.2]

v1.10.0 // Contains a possible data corruption bug in RewrapManyDataKey when using libmongocrypt versions less than 1.5.2.
[v1.7.0, v1.7.1] // Contains data race bug in background connection establishment.
[v1.6.0, v1.6.1] // Contains data race bug in background connection establishment.
Expand Down

0 comments on commit a38beea

Please sign in to comment.