chore(deps): update dependency mongodb to v7 - #398
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
dependencies/mongodb-7.x
branch
10 times, most recently
from
July 2, 2026 05:31
99e0522 to
bb5e645
Compare
renovate
Bot
force-pushed
the
dependencies/mongodb-7.x
branch
2 times, most recently
from
July 11, 2026 13:37
a74c7b5 to
4d7482d
Compare
renovate
Bot
force-pushed
the
dependencies/mongodb-7.x
branch
6 times, most recently
from
July 16, 2026 14:39
041d0f4 to
fe0bc59
Compare
renovate
Bot
force-pushed
the
dependencies/mongodb-7.x
branch
4 times, most recently
from
July 24, 2026 05:14
972fea7 to
15c8ded
Compare
renovate
Bot
force-pushed
the
dependencies/mongodb-7.x
branch
3 times, most recently
from
August 3, 2026 14:05
73000ea to
a0d5a13
Compare
renovate
Bot
force-pushed
the
dependencies/mongodb-7.x
branch
from
August 7, 2026 16:32
a0d5a13 to
ef44f31
Compare
renovate
Bot
force-pushed
the
dependencies/mongodb-7.x
branch
6 times, most recently
from
August 14, 2026 21:01
f2aa6a3 to
b93ce74
Compare
renovate
Bot
force-pushed
the
dependencies/mongodb-7.x
branch
2 times, most recently
from
August 28, 2026 02:56
79c9c20 to
8d1b148
Compare
renovate
Bot
force-pushed
the
dependencies/mongodb-7.x
branch
from
August 28, 2026 05:18
8d1b148 to
40b7449
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.21.0->^7.0.0Release Notes
mongodb/node-mongodb-native (mongodb)
v7.6.0Compare Source
Features
Bug Fixes
import('os')viatsconfig(#4992) (52f5e61)Performance Improvements
v7.5.0Compare Source
Features
Bug Fixes
v7.4.0Compare Source
Features
v7.3.0Compare Source
Features
Bug Fixes
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: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.