Skip to content

GODRIVER-3092 Fix UNIX socket in URL parsing. #1554

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

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

qingyang-hu
Copy link
Collaborator

Cherry-pick of #1521 to v1.

@qingyang-hu qingyang-hu requested a review from a team as a code owner February 7, 2024 23:11
@qingyang-hu qingyang-hu requested review from prestonvasquez and removed request for a team February 7, 2024 23:11
Copy link
Contributor

API Change Report

./x/mongo/driver/connstring

incompatible changes

Parse: changed from func(string) (ConnString, error) to func(string) (*ConnString, error)
ParseAndValidate: changed from func(string) (ConnString, error) to func(string) (*ConnString, error)

compatible changes

ConnString.RawHosts: added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants