Skip to content

MongoDB Go Driver 1.0.3

Compare
Choose a tag to compare
@skriptble skriptble released this 06 Jun 21:15
· 1476 commits to master since this release

The MongoDB Go driver team is pleased to release version 1.0.3 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-1012] - Downloading big files from gridfs ends with ErrWrongSize
  • [GODRIVER-1016] - Get current op on MongoDB 2.6
  • [GODRIVER-1068] - Need to call ping in Ping()
  • [GODRIVER-1078] - Allow specifying empty value for connection URI readPreferenceTags option
  • [GODRIVER-1086] - Can leak creds through errors from URI Parsing