Skip to content

MongoDB Go Driver 1.0.0

Compare
Choose a tag to compare
@skriptble skriptble released this 13 Mar 20:46
· 1293 commits to master since this release

The MongoDB Go driver team is pleased to release version 1.0.0 of the official Go driver.

This release fixes retryable writes for batch split write commands and fixes documentation errors.

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-871] - Retryable Writes is broken for batch splits

New Feature

  • [GODRIVER-790] - Drivers should use majority write concern when retrying commitTransaction
  • [GODRIVER-844] - Resync transaction spec tests for bulk write error reporting change