Skip to content

MongoDB Go Driver 1.4.7

Compare
Choose a tag to compare
@divjotarora divjotarora released this 09 Mar 18:18
· 2 commits to release/1.4 since this release

The MongoDB Go driver team is pleased to release 1.4.7 of the official 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.

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

For a full list of tickets included in this release, please see the links below:
Projects:

Improvements

Bugs