MongoDB Go Driver 1.11.5 Released

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

This release fixes a bug that can squash the FullDocument configuration value when merging multiple ChangeStreamOptions structs. For more information please see the 1.11.5 release notes.

You can obtain the driver source from GitHub under the v1.11.5 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. Questions and inquiries can be asked on the MongoDB Developer Community. 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

It seems there is something goes wrong with:
go mod tidy
go: finding module for package go.mongodb.org/mongo-driver/internal/assert
XXXXXXXXXX imports
go.mongodb.org/mongo-driver/mongo/options tested by
go.mongodb.org/mongo-driver/mongo/options.test imports
go.mongodb.org/mongo-driver/internal/assert: module go.mongodb.org/mongo-driver@latest found (v1.11.5), but does not contain package go.mongodb.org/mongo-driver/internal/assert

Hello @Jerome_LAFORGE, thank you for your post.
Yes, we noticed the import failure. We are going to retract 1.11.5 and release 1.11.6 with a fix.
We will post the new release when it is ready.

1 Like

Do let us know in this thread when 1.11.6 is released

We’ve released Go driver v1.11.6. Meanwhile, v1.11.5 has been retracted due to the import failure. Please use version 1.11.6 or higher.

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