mongo-go-driver v1.0.2 Release Notes

Release Date: 2019-05-16 // almost 5 years ago
  • ๐Ÿš€ The MongoDB Go driver team is pleased to release version 1.0.2 of the official Go driver.

    ๐Ÿš€ This release contains several bug fixes. Please refer to the Jira issues below for more information.

    ๐Ÿ“š Documentation can be found on GoDoc and the MongoDB documentation site. BSON library documentation is also available on GoDoc. Questions and inquiries can be asked on the mongo-go-driver Google Group. Bugs can be reported in the Go Driver Jira where a list of current issues can be found.

    ๐Ÿš€ Release Notes

    ๐Ÿ› Bug

    • ๐Ÿ“„ [GODRIVER-867] - options.FindOptions.SetLimit() docs suggest negative limits are still supported, but they're not
    • [GODRIVER-975] - bulk write doesn't report write concern error
    • ๐Ÿ“œ [GODRIVER-983] - extjson date parser doesn't work for dates after the year 2262
    • [GODRIVER-989] - ChangeStream Next nil Pointer Dereference
    • [GODRIVER-1005] - Decoding SingleResult or cursor to nil pointer type panics

    ๐Ÿ‘Œ Improvement