Skip to content

MongoDB Go Driver 1.7.1

Compare
Choose a tag to compare
@benjirewis benjirewis released this 03 Aug 19:57
· 643 commits to master since this release

⚠️ Retracted

This release has been retracted due to a data race that can occur between creating and checking out connections when minPoolSize > 0.

Please use version 1.7.2 or higher.


The MongoDB Go driver team is pleased to release version 1.7.1 of the official Go driver.

This release contains a bug fix and a minor documentation update:

  • A fix for a data race in appending connection options to the server config
  • A clarification in documentation of StartSession behavior

Documentation 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 Jira where a list of current issues can be found.

Release Notes

For a full list of tickets included in this release, please see the links below: