chore: update dependency mongodb to v7#815
Draft
renovate[bot] wants to merge 1 commit into
Draft
Conversation
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
November 11, 2025 18:25
9bbaa1f to
d4b0f46
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
November 18, 2025 12:56
d4b0f46 to
edfb01b
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
December 31, 2025 17:45
edfb01b to
f608255
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
3 times, most recently
from
January 12, 2026 18:10
11b93ae to
827b7e6
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
January 26, 2026 04:39
72dae89 to
2e5889e
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
4 times, most recently
from
February 9, 2026 18:27
440bb15 to
1b7ddb9
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
February 16, 2026 05:46
a4de94e to
a2cd8c0
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
February 23, 2026 05:27
a2cd8c0 to
a6a1c4c
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
3 times, most recently
from
March 9, 2026 02:35
9839fab to
1a36340
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
3 times, most recently
from
March 16, 2026 05:09
b8bf41b to
edcf524
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
March 27, 2026 12:35
07c7dee to
581104b
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
April 6, 2026 05:15
072e67b to
360f541
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
3 times, most recently
from
April 20, 2026 04:41
df785fb to
64ece7e
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
April 20, 2026 20:05
64ece7e to
e78e762
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
May 4, 2026 06:00
06b3054 to
7172279
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
4 times, most recently
from
May 18, 2026 05:01
8db7af6 to
42527e1
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
May 25, 2026 05:34
42527e1 to
5c85255
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
4 times, most recently
from
June 11, 2026 17:59
206d78e to
8c546a0
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
June 30, 2026 21:40
421cb9a to
f7fa971
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
3 times, most recently
from
July 12, 2026 13:06
b6df54a to
8e88f49
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
July 13, 2026 06:07
8e88f49 to
3383b28
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
July 15, 2026 01:55
3383b28 to
9e2486d
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:
^5.9.2→^7.5.0Release Notes
mongodb/node-mongodb-native (mongodb)
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
v6.21.0Compare Source
The MongoDB Node.js team is pleased to announce version 6.21.0 of the
mongodbpackage!Release Notes
Deprecated items to be removed in 7.0.0
The following items have been deprecated and will be removed in 7.0.0:
Features
Documentation
We invite you to try the
mongodblibrary immediately, and report any issues to the NODE project.v6.20.0Compare Source
Features
retryWritesinCommandOperationOptions(#4661) (620972d)Bug Fixes
resumeTokeninChangeStream.tryNext()(#4636) (8331a93)v6.19.0Compare Source
Features
v6.18.0Compare Source
Features
Bug Fixes
wallTimeproperty TS change stream event interfaces (#4541) (f153c6f)v6.17.0Compare Source
Features
Bug Fixes
v6.16.0Compare Source
Features
hinton distinct commands (#4487) (40d0e87)Bug Fixes
v6.15.0Compare Source
Features
Bug Fixes
v6.14.2Compare Source
Bug Fixes
v6.14.1Compare Source
Bug Fixes
v6.14.0Compare Source
Features
nsTypein change stream create events (#4431) (7800067)Bug Fixes
@aws-sdk/credential-providerspeer compatibility change (#4437) (488c407)v6.13.1Compare Source
Bug Fixes
v6.13.0Compare Source
Features
Bug Fixes
Performance Improvements
v6.12.0Compare Source
Features
Bug Fixes
v6.11.0Compare Source
Features
Bug Fixes
Performance Improvements
v6.10.0Compare Source
Features
Bug Fixes