MongoDB Go Driver 1.0.0 Release Candidate 2
Pre-release
Pre-release
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"