mongo-go-driver v1.3.3 Release Notes

Release Date: 2020-05-05 // almost 4 years ago
  • ๐Ÿš€ 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
    • 0๏ธโƒฃ [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