The MongoDB Go Driver Team is pleased to release version 1.17.7 of the official MongoDB Go Driver.
Release Highlights
This release removes the deprecation notice from options.MergeClientOptions and fixes buffer handling in GSSAPI error description and username functions.
What's Changed
🐛 Fixed
- GODRIVER-3770 Fix buffer handling in GSSAPI error description and username functions by @prestonvasquez in #2291
📝 Other Changes
- Add more visible deprecation banner to the 1.17 readme by @alcaeus in #2233
- GODRIVER-3770 Remove libasan from gssapi tests in CI by @prestonvasquez in #2293
- GODRIVER-3766 Remove deprecation notice for
MergeClientOptionsby @tadjik1 in #2294
Full Changelog: v1.17.6...v1.17.7
For a full list of tickets included in this release, please see the list of fixed issues.
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!