Mongo Go Driver 1.1.1
The MongoDB Go driver team is pleased to release 1.1.1 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
Backport
- [GODRIVER-1290] - Backport "Deadlock on 1.1.0 release"
Bug
- [GODRIVER-1011] - Struct decoder only works for lowercased fields
- [GODRIVER-1233] - Truncate Bug
- [GODRIVER-1238] - Closing a change stream without reading it returns an error
- [GODRIVER-1239] - mongo.Client's Ping method ignores read preference
- [GODRIVER-1245] - Transactions Bugs
- [GODRIVER-1246] - Cursor.All() should end implicit session
- [GODRIVER-1247] - connection leak with change stream