Skip to content

MongoDB Go Driver 1.0.2

Compare
Choose a tag to compare
@skriptble skriptble released this 16 May 20:09
· 1476 commits to master since this release

The MongoDB Go driver team is pleased to release version 1.0.2 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-867] - options.FindOptions.SetLimit() docs suggest negative limits are still supported, but they're not
  • [GODRIVER-975] - bulk write doesn't report write concern error
  • [GODRIVER-983] - extjson date parser doesn't work for dates after the year 2262
  • [GODRIVER-989] - ChangeStream Next nil Pointer Dereference
  • [GODRIVER-1005] - Decoding SingleResult or cursor to nil pointer type panics

Improvement