MongoDB Go Driver 1.9.0 Released

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

This release contains improvements to connection pool management, an extended API, and a number of bug fixes. For more information please see the 1.9.0 release notes.

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

3 Likes

The example in https://www.mongodb.com/docs/drivers/go/current/quick-start/ depends on github.com/joho/godotenv … the user should be instructed to go get it along with the driver.

1 Like

Hi @Jack_Woehr ,

Good catch … I raised DOCS-15247 to fix.

Thanks,
Stennie

1 Like

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