Skip to content
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

GODRIVER-3260 [master] Code hardening #1691

Merged
merged 4 commits into from
Jun 29, 2024

Conversation

blink1073
Copy link
Member

@blink1073 blink1073 commented Jun 27, 2024

GODRIVER-3260

Summary

Forward-port of all of the changes in #1684 except the ones to default_value_decoders.go, since it did not cherry-pick cleanly.

Background & Motivation

SSDLC compliance.

@blink1073 blink1073 requested a review from qingyang-hu June 27, 2024 17:58
@blink1073 blink1073 changed the title GODRIVER-3240 [master] Code hardening GODRIVER-3260 [master] Code hardening Jun 27, 2024
@blink1073
Copy link
Member Author

zlib.net appears to be down, causing our link check to fail.

@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot added the priority-3-low Low Priority PR for Review label Jun 27, 2024
Copy link
Contributor

API Change Report

No changes found!

Comment on lines +173 to +175
if w > math.MaxInt32 {
return 0, nil, fmt.Errorf("%d overflows int32", w)
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.0 updates

@qingyang-hu qingyang-hu requested a review from matthewdale June 27, 2024 18:24
matthewdale
matthewdale previously approved these changes Jun 28, 2024
Copy link
Collaborator

@matthewdale matthewdale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

mongo/options/clientoptions.go Outdated Show resolved Hide resolved
Co-authored-by: Matt Dale <9760375+matthewdale@users.noreply.github.com>
matthewdale
matthewdale previously approved these changes Jun 28, 2024
@blink1073 blink1073 merged commit f1f7050 into mongodb:master Jun 29, 2024
24 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-3-low Low Priority PR for Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants