mongo-go-driver v1.4.4 Release Notes

Release Date: 2020-12-01 // over 3 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