mongo-go-driver v1.1.3 Release Notes

Release Date: 2019-11-05 // over 4 years ago
  • ๐Ÿš€ The MongoDB Go driver team is pleased to release 1.1.3 of the official Go driver.

    ๐Ÿš€ This release contains several bug fixes.

    ๐Ÿ“š 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-1345] - Cancel in-progress heartbeats when disconnecting
    • [GODRIVER-1351] - nil panic on conn close for change stream aggregation operation

    ๐Ÿ‘Œ Improvement

    • [GODRIVER-1364] - Allow authentication to all server types except arbiters