MongoDB Go Driver 1.17.7
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 https://github.com/mongodb/mongo-go-driver/pull/2291
π Other Changes
- Add more visible deprecation banner to the 1.17 readme by @alcaeus in https://github.com/mongodb/mongo-go-driver/pull/2233
- GODRIVER-3770 Remove libasan from gssapi tests in CI by @prestonvasquez in https://github.com/mongodb/mongo-go-driver/pull/2293
- GODRIVER-3766 Remove deprecation notice for
MergeClientOptionsby @tadjik1 in https://github.com/mongodb/mongo-go-driver/pull/2294
Full Changelog: https://github.com/mongodb/mongo-go-driver/compare/v1.17.6...v1.17.7
For a full list of tickets included in this release, please see the list of fixed issues.