mongo-go-driver v1.4.4 Release Notes
Release Date: 2020-12-01 // almost 4 years ago-
๐ The MongoDB Go driver team is pleased to release 1.4.4 of the official Go driver.
๐ This release contains several bug fixes.
๐ Documentation can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver Jira where a list of current issues can be found.
๐ Release Notes
๐ Bug
- [GODRIVER-1777] - allow inline struct fields to be overwritten by higher level structs in bson
- [GODRIVER-1782] - Aggregation with $out not always sent to primary
- [GODRIVER-1783] - omitempty doesnt work on primitive.Decimal128
- [GODRIVER-1788] - Audit missing replaceErrors calls
- [GODRIVER-1793] - Allow nil options for InsertOne
๐ Improvement
- ๐ฆ [GODRIVER-1767] - Mark mtest package as internal and unstable
- [GODRIVER-1798] - Add reference to how to authenticate yourself in the database in the main README file
Previous changes from v1.4.3
-
๐ The MongoDB Go driver team is pleased to release 1.4.3 of the official Go driver.
๐ This release contains several bug fixes.
๐ Documentation can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver Jira where a list of current issues can be found.
๐ Release Notes
๐ Bug
- ๐ [GODRIVER-1757] - Security Vulnerability: system DLL loaded without path specified
- ๐ [GODRIVER-1768] - Incorrect docs for unmarshaling BSON Null to bson.M
- [GODRIVER-1769] - Collection.FindOne option MaxTime not working
- [GODRIVER-1770] - GridFS download chunk size should be read from files document, not bucket
Task
- [GODRIVER-1764] - Use new mingw version in Evergreen tasks