mongo-go-driver v1.0.3 Release Notes

Release Date: 2019-06-06 // almost 5 years ago
  • ๐Ÿš€ The MongoDB Go driver team is pleased to release version 1.0.3 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-1012] - Downloading big files from gridfs ends with ErrWrongSize
    • [GODRIVER-1016] - Get current op on MongoDB 2.6
    • [GODRIVER-1068] - Need to call ping in Ping()
    • [GODRIVER-1078] - Allow specifying empty value for connection URI readPreferenceTags option
    • ๐Ÿ“œ [GODRIVER-1086] - Can leak creds through errors from URI Parsing