-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat: Add support for MongoDB driver options serverSelectionTimeoutMS, maxIdleTimeMS, heartbeatFrequencyMS
#9910
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
Conversation
|
🚀 Thanks for opening this pull request! |
📝 WalkthroughWalkthroughAdds three MongoDB driver options—serverSelectionTimeoutMS, maxIdleTimeMS, and heartbeatFrequencyMS—across tests, option definitions, documentation, Flow and TypeScript type declarations, and environment variable parsing. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## alpha #9910 +/- ##
=======================================
Coverage 93.06% 93.06%
=======================================
Files 187 187
Lines 15187 15187
Branches 177 177
=======================================
Hits 14134 14134
Misses 1041 1041
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# [8.5.0-alpha.2](8.5.0-alpha.1...8.5.0-alpha.2) (2025-11-07) ### Features * Add support for MongoDB driver options `serverSelectionTimeoutMS`, `maxIdleTimeMS`, `heartbeatFrequencyMS` ([#9910](#9910)) ([1b661e9](1b661e9))
|
🎉 This change has been released in version 8.5.0-alpha.2 |
Pull Request
Issue
MongoDB driver options
serverSelectionTimeoutMS,maxIdleTimeMS,heartbeatFrequencyMSnot recognized.Approach
Add support for MongoDB driver options
serverSelectionTimeoutMS,maxIdleTimeMS,heartbeatFrequencyMS.Tasks
Summary by CodeRabbit