MongoDB Go Driver 1.6.2 Released

The MongoDB Go Driver Team is pleased to release version 1.6.2 of the MongoDB Go Driver.

This release contains a bug fix for a data race that can occur between creating and checking out connections when minPoolSize > 0. For more information please see the 1.6.2 release notes.

You can obtain the driver source from GitHub under the v1.6.2 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