MongoDB Go Driver 1.8.4 Released

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

This release resolves a bug that prevented an empty readPreferenceTags value in a connection string from acting as a “fail-safe” read preference tag that matches any eligible member (see documentation here). For more information please see the 1.8.4 release notes.

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

2 Likes

It seems to work :slight_smile: thanks!

This topic was automatically closed after 90 days. New replies are no longer allowed.