-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
-
Context
There are some issues with the v1.13.0 release:
- Some users get a security error when attempting to download Go driver v1.13.0
go: go.mongodb.org/mongo-driver@v1.13.0: verifying module: checksum mismatch downloaded: h1:c+OsvIAc3LCdc9dcfowGjT2bWjvLOccxhdguqHJUvbo= sum.golang.org: h1:67DgFFjYOCMWdtTEmKFpV3ffWlFnh+CYZ8ZS/tXWUfY= SECURITY ERROR This download does NOT match the one reported by the checksum server. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt.
- Panic when marshaling/unmarshaling BSON with null type (
GODRIVER-3009)
We should retract the v1.13.0 release when we release v1.13.1.
Definition of done
- Add a retraction for v1.13.0 in go.mod
- Update the Github release with a retraction note.
Pitfalls
N/A