The MongoDB Go driver team is pleased to release 1.4.4 of the official Go driver.
This release contains several bug fixes.
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-1777] - allow inline struct fields to be overwritten by higher level structs in bson
- [GODRIVER-1782] - Aggregation with $out not always sent to primary
- [GODRIVER-1783] - omitempty doesnt work on primitive.Decimal128
- [GODRIVER-1788] - Audit missing replaceErrors calls
- [GODRIVER-1793] - Allow nil options for InsertOne
Improvement
- [GODRIVER-1767] - Mark mtest package as internal and unstable
- [GODRIVER-1798] - Add reference to how to authenticate yourself in the database in the main README file