MongoDB Go Driver 1.4.7 Released

The MongoDB Go Driver Team is pleased to announce the release of v1.4.7 of the MongoDB Go Driver.

This release contains several bug fixes and internal testing improvements. Most notably, GODRIVER-1879 is fixed in this release. This ticket ensures that the connectTimeoutMS URI option, which defaults to 30 seconds, applies to both the creation of a socket and the TLS handshake, if applicable. For more information please see the release notes.

You can obtain the driver source from GitHub under the v1.4.7 tag.

General documentation for the MongoDB Go Driver is available on pkg.go.dev and on the MongoDB Documentation site. BSON library documentation is also available on pkg.go.dev. Questions can be asked through the MongoDB Developer Community and bug reports should be filed against the Go project in the MongoDB JIRA. Your feedback on the Go driver is greatly appreciated.

Thank you,

The Go Driver Team