MongoDB Go Driver 2.8.0 Released

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

This release supports the general availability of Queryable Encryption string queries. The query types prefix, suffix, and substring are added as generally available for MongoDB 9.0+ and libmongocrypt 1.20.0. The query types prefixPreview, suffixPreview, and substringPreview remain experimental for 8.2–8.x servers and may be removed in a future release. For more information please see the 2.8.0 release notes.

You can obtain the driver source from GitHub under the v2.8.0 tag.

Documentation for the Go Driver can be found on pkg.go.dev and the

MongoDB documentation site.

BSON library documentation is also available on pkg.go.dev.

For issues with, questions about, or feedback for the Go Driver, please look into our support channels, including StackOverflow.

Bugs can be reported in the Go Driver project in the MongoDB JIRA

where a list of current issues can be found.

Your feedback on the Go Driver is greatly appreciated!

Thank you,

The Go Driver Team

2 Likes

Nice release! It’s great to see Queryable Encryption string queries become generally available. Thanks to the Go Driver team for the continued improvements and clear release notes. Looking forward to using v2.8.0!