Skip to content

MongoDB Go Driver 1.0.0 Release Candidate 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@skriptble skriptble released this 07 Mar 22:47
· 1492 commits to master since this 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

New Feature