mongo-go-driver v1.0.0-rc2 Release Notes

Release Date: 2019-03-07 // about 5 years ago
  • ๐Ÿš€ The MongoDB Go driver team is pleased to release v1.0.0-rc2 of the official Go driver.

    ๐Ÿš€ This release fixes zlib compression and contains several smaller bug fixes.

    ๐Ÿ“š 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.

    Using Dep

    ๐Ÿš€ If you are using dep to retrieve the Go driver, please ensure that dep has pinned the correct version. The dep tool prefers released versions over pre-release versions, so it is likely that dep will retrieve version 0.3.0 instead of 1.0.0-rc2. You can use the command below to retrieve the correct version.

    dep ensure -add "go.mongodb.org/mongo-driver/mongo@\>=1.0.0-rc1"
    

    ๐Ÿš€ Release Notes

    ๐Ÿ› Bug

    • [GODRIVER-836] - zLib compression does not work
    • ๐Ÿ“„ [GODRIVER-840] - Docs out of date for how to connect
    • [GODRIVER-848] - bson can not marshal datetime ISODate json correct
    • [GODRIVER-856] - Chunks collection files_id_1_n_1 index not unique

    ๐Ÿ†• New Feature

    • ๐Ÿ‘ [GODRIVER-698] - Support for GSSAPI "ServiceHost"