-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module go.mongodb.org/mongo-driver to v1.17.1 - autoclosed #192
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #192 +/- ##
==========================================
+ Coverage 76.00% 76.15% +0.14%
==========================================
Files 123 123
Lines 7451 7451
==========================================
+ Hits 5663 5674 +11
+ Misses 1226 1217 -9
+ Partials 562 560 -2 ☔ View full report in Codecov by Sentry. |
54ebf4a
to
1d1fc06
Compare
c6c5cf1
to
8b86ef1
Compare
8a32384
to
9c5c0a3
Compare
6d010df
to
686e0ca
Compare
This PR contains the following updates:
v1.17.0
->v1.17.1
Release Notes
mongodb/mongo-go-driver (go.mongodb.org/mongo-driver)
v1.17.1
: MongoDB Go Driver 1.17.1Compare Source
The MongoDB Go Driver Team is pleased to release version 1.17.1 of the official Go driver.
Release Notes
This release improves the behavior of connection checkout by checking for closed connections.
It also fixes a bug where the
authSource
from a TXT record would be overridden for auth mechanismsthat require an
authSource
of$external
.For a full list of tickets included in this release, please see the links below:
Full Changelog: v1.17.0...v1.17.1
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!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.