mongodb-js / data-service

The MongoDB Data Service
Apache License 2.0
7 stars 4 forks source link

COMPASS-4315: use driver's srvHost #237

Closed alenakhineika closed 4 years ago

alenakhineika commented 4 years ago

Description

Bump the connection-model version to one that uses driver's srvHost to get rid of extra pasring on our side.

If this PR approved, and I am OOO, pls create Compass' PR for bumping data-service and connection-model versions in dependencies and ask @mmarcon to reply on https://jira.mongodb.org/browse/COMPASS-4315

More info here: https://github.com/mongodb-js/connection-model/pull/295

Checklist

Motivation and Context

Types of changes

mmarcon commented 4 years ago

@Anemy after you bump the package in Compass, let's also test https://jira.mongodb.org/browse/COMPASS-4346. I wonder if the extra parsing is what is causing the problem.