fix(deps): update dependency mongodb to v7#673
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
November 10, 2025 23:58
a9b6787 to
55b19e1
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
November 18, 2025 22:12
55b19e1 to
f0d3e33
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
December 3, 2025 19:00
f0d3e33 to
e024fb6
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
December 16, 2025 05:28
e024fb6 to
582cd35
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
December 23, 2025 17:45
582cd35 to
be485a3
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
December 31, 2025 19:41
c3f0d49 to
857c35e
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
January 8, 2026 20:08
857c35e to
240ae14
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
January 23, 2026 17:33
ca5bfa7 to
0630eee
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
February 4, 2026 02:06
f3486b0 to
6cd5caf
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
February 12, 2026 13:05
6cd5caf to
eb28354
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
March 5, 2026 18:33
eb28354 to
439a9e5
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
March 14, 2026 14:52
439a9e5 to
315f841
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
April 1, 2026 17:45
57839f4 to
2b7942b
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
April 8, 2026 18:17
2b7942b to
cc903cb
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
April 20, 2026 20:57
cc903cb to
169333d
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
April 30, 2026 04:58
cf9ccf1 to
3bfb141
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
May 18, 2026 12:45
8c74f0b to
cfeb08d
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
3 times, most recently
from
June 1, 2026 22:00
709e0cf to
ce3a2af
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
June 9, 2026 17:09
ce3a2af to
3cba964
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
June 25, 2026 22:15
3cba964 to
4b13d51
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
2 times, most recently
from
July 12, 2026 10:38
23830e7 to
149e490
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
July 17, 2026 10:39
149e490 to
6a5f990
Compare
renovate
Bot
force-pushed
the
renovate/mongodb-7.x
branch
from
July 24, 2026 16:35
6a5f990 to
55189dc
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:
4.17.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
Performance Improvements