mongo-go-driver v1.0.0 Release Notes

Release Date: 2019-03-13 // about 5 years ago
  • ๐Ÿš€ 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