chore(deps): bump go.mongodb.org/mongo-driver from 1.12.1 to 1.17.3 #452
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps go.mongodb.org/mongo-driver from 1.12.1 to 1.17.3.
Release notes
Sourced from go.mongodb.org/mongo-driver's releases.
... (truncated)
Commits
9c48575BUMP v1.17.37f9f8b6GODRIVER-3448 Limit GOMAXPROCS for fuzz tests (#1939) [v1] (#1943) [release/1...390be81Update reviewers.txt (#1855) [v1] (#1883) [release/1.17] (#1958)735c0d3Cherry pick 1.17.2 work to release/1.17 (#1956)d19dc26GODRIVER-3470 Correct BSON unmarshaling logic for null values (#1924) (#1955)4aeff60GODRIVER-3370 Add bypassEmptyTsReplacement option. (#1927) [release/1.17] (#1...566810cGODRIVER-3340 Bump github.com/klauspost/compress from 1.13.6 to 1.16.7 [relea...714be54GODRIVER-3374 Add ReadCompressedCompressedMessage back to wiremessage API (#1...32067cfFix data race in 'discard connections' pool test. [v1] (#1877)027313bBump golangci-lint for 1.23 compatibility [v1] (#1875)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Greptile Summary
This PR updates the MongoDB Go driver from v1.12.1 to v1.17.3 along with several other dependency updates in the zero-examples repository.
go.mongodb.org/mongo-driverto v1.17.3 which fixes BSON unmarshaling for null pointer valuesgolang.org/x/netto v0.21.0 andgolang.org/x/cryptoto v0.26.0 for security improvementsmontanaflynn/statsto v0.7.1 andklauspost/compressto v1.16.7 for performance enhancementsyoumark/pkcs8to latest version for improved PKCS#8 handlingThe changes appear to be non-breaking as they primarily contain bug fixes and improvements to existing functionality. The PR has a high compatibility score from Dependabot, suggesting minimal risk of integration issues.