MongoDB Go Driver 1.1.2
The MongoDB Go driver team is pleased to release 1.1.2 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-1245] - Transactions Bugs
- [GODRIVER-1292] - ListCollectionNames does not appear to close the cursor it creates
- [GODRIVER-1298] - Panic in topology/pool.go:416
- [GODRIVER-1301] - Data race around topology subscription
- [GODRIVER-1302] - Topology.String should take {{serversLock}}
- [GODRIVER-1311] - Running v1.1.0+ against mongot doesn't work
- [GODRIVER-1322] - operations bug fixes
- [GODRIVER-1323] - Cleanup connection close logic
- [GODRIVER-1324] - Can't insert 16 MiB documents
- [GODRIVER-1325] - Getting a new Database from mongo.Client does not honor a Registry from DatabaseOptions