When the SERVICE_HOST auth mechanism property was added in GODRIVER-698, the connection string parser was not updated to account for it. The conditional statement at https://github.com/mongodb/mongo-go-driver/blob/ad923e2619e149cea42ad905137020b8d05f019f/x/mongo/driver/connstring/connstring.go#L457:L457 should be updated to include it.
- is related to
-
GODRIVER-1530 Remove topology.WithConnString
- Closed