Skip to content

MongoDB Go Driver Alpha 6

Pre-release
Pre-release
Compare
Choose a tag to compare
@skriptble skriptble released this 31 May 19:05
· 1655 commits to master since this release

The MongoDB Go driver team is pleased to release the sixth alpha of the official Go driver.

This release mainly contains bug fixes and documentation updates. There are a few large changes of note in the BSON library, where the behavior of the bson.Prepend and bson.Delete methods was corrected, the extjson package was merged into the bson package, and the semantics of the bson.Document.Lookup method were changed. This is alpha software, so it is not recommended for production use.

Following semver, the v0 version of the public API should not be considered stable and could change.

Documentation can be found 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

New Feature

  • [GODRIVER-50] - Support maxTimeMS for createIndexes and dropIndexes commands
  • [GODRIVER-124] - Support bulk inserting documents over 16 MB in total size with InsertMany
  • [GODRIVER-360] - Correct semantics of bson.Document.Lookup method

Improvement

  • [GODRIVER-419] - Set the Kind when returning a topology.SelectedServer