-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency mongodb to v6 #344
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/mongodb-6.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+269
−339
Conversation
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
6648b29
to
6646d19
Compare
6646d19
to
c515754
Compare
c515754
to
fc552c9
Compare
fc552c9
to
e6a3bc5
Compare
e6a3bc5
to
0468c92
Compare
2a9f1a9
to
0730b97
Compare
0730b97
to
29b2d34
Compare
58513fb
to
40336a0
Compare
40336a0
to
ca26eb1
Compare
ca26eb1
to
bf51735
Compare
bf51735
to
08d4dd6
Compare
08d4dd6
to
667c37c
Compare
fbc46c4
to
7ea6973
Compare
7ea6973
to
2838eab
Compare
4575cf3
to
93d6888
Compare
93d6888
to
4ca7924
Compare
4ca7924
to
42d2e41
Compare
42d2e41
to
6193177
Compare
6193177
to
18ae2a7
Compare
18ae2a7
to
c618b61
Compare
631f94a
to
808fd9b
Compare
1b4b2a3
to
c0286ce
Compare
c0286ce
to
9ec6432
Compare
9ec6432
to
0077ca7
Compare
0077ca7
to
de92c99
Compare
de92c99
to
4936c4e
Compare
4936c4e
to
58e7236
Compare
58e7236
to
684b5ea
Compare
684b5ea
to
2b8208b
Compare
2486a9b
to
9ec4557
Compare
9ec4557
to
8dbadfe
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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
->6.19.0
Release Notes
mongodb/node-mongodb-native (mongodb)
v6.19.0
Compare Source
Features
v6.18.0
Compare Source
Features
Bug Fixes
wallTime
property TS change stream event interfaces (#4541) (f153c6f)v6.17.0
Compare Source
Features
Bug Fixes
v6.16.0
Compare Source
Features
hint
on distinct commands (#4487) (40d0e87)Bug Fixes
v6.15.0
Compare Source
Features
Bug Fixes
v6.14.2
Compare Source
Bug Fixes
v6.14.1
Compare Source
Bug Fixes
v6.14.0
Compare Source
Features
nsType
in change stream create events (#4431) (7800067)Bug Fixes
@aws-sdk/credential-providers
peer compatibility change (#4437) (488c407)v6.13.1
Compare Source
Bug Fixes
v6.13.0
Compare Source
Features
Bug Fixes
Performance Improvements
v6.12.0
Compare Source
Features
Bug Fixes
v6.11.0
Compare Source
Features
Bug Fixes
Performance Improvements
v6.10.0
Compare Source
Features
Bug Fixes
Performance Improvements
v6.9.0
Compare Source
Features
mongocryptdSpawnPath
andmongocryptdSpawnArgs
(#4151) (f48f8d3)allowPartialTrustChain
TLS flag (#4228) (d6c147d)Bug Fixes
error.writeConcern.code
to determine retryability (#4155) (b26c328)Performance Improvements
v6.8.2
Compare Source
The MongoDB Node.js team is pleased to announce version 6.8.2 of the
mongodb
package!Release Notes
Fixed mixed use of cursor.next() and cursor[Symbol.asyncIterator]
In 6.8.0, we inadvertently prevented the use of cursor.next() along with using for await syntax to iterate cursors. If your code made use of the following pattern and the call to cursor.next retrieved all your documents in the first batch, then the for-await loop would never be entered. This issue is now fixed.
Bug Fixes
Documentation
We invite you to try the
mongodb
library immediately, and report any issues to the NODE project.v6.8.1
Compare Source
The MongoDB Node.js team is pleased to announce version 6.8.1 of the
mongodb
package!Release Notes
Fixed
enableUtf8Validation
optionStarting in v6.8.0 we inadvertently removed the ability to disable UTF-8 validation when deserializing BSON. Validation is normally a good thing, but it was always meant to be configurable and the recent Node.js runtime issues (v22.7.0) make this option indispensable for avoiding errors from mistakenly generated invalid UTF-8 bytes.
Bug Fixes
Documentation
We invite you to try the
mongodb
library immediately, and report any issues to the NODE project.v6.8.0
Compare Source
Features
Bug Fixes
Binary
as local KMS provider key (#4160) (fb724eb)v6.7.0
Compare Source
Features
Bug Fixes
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
Bug Fixes
v6.6.0
Compare Source
Features
cause
and package name for allMongoMissingDependencyError
s (#4067) (62ea94b)minRoundTripTime
toServerDescription
and changeroundTripTime
to a moving average (#4059) (0e3d6ea)type
option in create search index helpers (#4060) (3598c23)Bug Fixes
v
to createIndexes command whenversion
is specified (#4043) (1879a04)full
is set totrue
(#4034) (0ebc1ac)Performance Improvements
v6.5.0
Compare Source
Features
cause
and package name for allMongoMissingDependencyError
s (#4067) (62ea94b)minRoundTripTime
toServerDescription
and changeroundTripTime
to a moving average (#4059) (0e3d6ea)type
option in create search index helpers (#4060) (3598c23)Bug Fixes
v
to createIndexes command whenversion
is specified (#4043) (1879a04)full
is set totrue
(#4034) (0ebc1ac)Performance Improvements
v6.4.0
Compare Source
Features
^6.3.0
(#3983) (9401d09)Bug Fixes