MongoDB Go Driver 1.1.3
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