fix(deps): update dependency mongodb to v7#131
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
ebba0a6 to
22c6b94
Compare
29b8bb6 to
60ae5d0
Compare
|
Deployment failed with the following error: Learn More: https://vercel.com/zach-roses-projects?upgradeToPro=build-rate-limit |
|
Hold — blocked by Researched against the codebase: the app's own driver usage is fully v7-ready (no removed/changed APIs are used — connection options are empty, no change streams, The blocker is upstream: every published version of Leaving open until |
60ae5d0 to
40417f7
Compare
40417f7 to
15b7577
Compare
15b7577 to
a399fd0
Compare
This PR contains the following updates:
^6.17.0→^7.0.0Release Notes
mongodb/node-mongodb-native (mongodb)
v7.2.0Compare Source
Features
osruntime adapter (#4851) (d2ad07f)ChangeStream.bufferedCount(#4870) (f7ea421)Bug Fixes
withTransactionretries exceed deadline (#4897) (16a899d)v7.1.1Compare Source
The MongoDB Node.js team is pleased to announce version 7.1.1 of the
mongodbpackage!Release Notes
Tighten OIDC ALLOWED_HOSTS wildcard matching
The OIDC ALLOWED_HOSTS wildcard handling has been fixed to require full subdomain/path matches for *. and */ entries, preventing partial suffix matches from being incorrectly accepted.
Fixed TCP keep-alive and no-delay settings not being applied on TLS connections
Due to a Node.js bug,
tls.connect()silently ignoreskeepAlive,keepAliveInitialDelay, andnoDelayoptions passed through its constructor. This could cause idle connections - particularly through cloud load balancers like Azure (240s idle timeout) or AWS PrivateLink/NLB - to be dropped unexpectedly due to missing TCP keep-alive probes.The driver now explicitly calls
setKeepAlive()andsetNoDelay()on the socket after creation, ensuring these settings are always applied regardless of whether TLS is used.Bug Fixes
Documentation
We invite you to try the
mongodblibrary immediately, and report any issues to the NODE project.v7.1.0Compare Source
Features
Bug Fixes
v7.0.0Compare Source
⚠ BREAKING CHANGES
betanamespace and move resource management into driver (#4719)Features
betanamespace and move resource management into driver (#4719) (fb2824f)Bug Fixes
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.