Skip to content

Conversation

@csimmons-astronomer
Copy link
Contributor

Checklist for Pull Requests

  • All tests pass (yarn test:all and yarn test:integration)
  • Code follows the style guide and passes lint checks
  • Documentation is updated (README, docs, etc)
  • Linked to corresponding issue, if applicable

Summary of Changes

  • Removed unnecessary parsing of mongo connection URI which broke for multi-node replicaset connections.
  • this.db now implicitly set from the connection URI defined database or default to "test" (mongo driver default behavior)

Closes #146

@GiovaniGuizzo
Copy link
Contributor

LGTM

@GiovaniGuizzo GiovaniGuizzo merged commit a1c6bd3 into sidequestjs:master Dec 23, 2025
2 checks passed
sidequest-release bot pushed a commit that referenced this pull request Dec 23, 2025
## [1.13.1](v1.13.0...v1.13.1) (2025-12-23)

### Bug Fixes

* mongo-backend multi-host URI support ([#147](#147)) ([a1c6bd3](a1c6bd3))
@sidequest-release
Copy link

🎉 This PR is included in version 1.13.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mongo-backend fails to connect when config string uses a valid comma delimited host list

2 participants