Skip to content

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

Merged
qingyang-hu merged 1 commit intomongodb:v1from
qingyang-hu:cherrypick-af11d4f
Feb 8, 2024
Merged

GODRIVER-3092 Fix UNIX socket in URL parsing.#1554
qingyang-hu merged 1 commit intomongodb:v1from
qingyang-hu:cherrypick-af11d4f

Conversation

@qingyang-hu
Copy link
Copy Markdown
Contributor

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
@mongodb-drivers-pr-bot
Copy link
Copy Markdown
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