MongoDB Go Driver 1.3.3
divjotarora
released this
05 May 15:49
·
34 commits
to release/1.3
since this release
The MongoDB Go driver team is pleased to release 1.3.3 of the official Go driver.
This release contains several bugfixes.
Documentation can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver Jira where a list of current issues can be found.
Release Notes
Bug
- [GODRIVER-1363] - InsertMany returns InsertedID's from insertions that errored
- [GODRIVER-1405] - "appname" is not not always sent in isMaster
- [GODRIVER-1560] - default connection idleTimeout is 10 minutes not unlimited
- [GODRIVER-1562] - bulk writes should wrap driver.ErrUnacknowledgedWrite
- [GODRIVER-1576] - Allowing pointer of type to implement an interface causes errors for non-addressable types
- [GODRIVER-1592] - Change streams should execute client side encryption flow
Improvement
- [GODRIVER-1556] - Defensively set c.nc only if the error is nil