Skip to content
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

[Snyk] Upgrade mongodb from 5.0.1 to 5.6.0 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CyberVarun
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade mongodb from 5.0.1 to 5.6.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 8 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-06-01.
Release notes
Package name: mongodb
  • 5.6.0 - 2023-06-01

    The MongoDB Node.js team is pleased to announce version 5.6.0 of the mongodb package!

    Release Highlights

    Node 20 support

    The MongoDB Node.js Driver now supports Node.js 20! 🎉

    runCursorCommand API

    We have added the Db#runCursorCommand method which can be used to execute generic cursor commands. This API complements the generic Db#command method.

    TypeScript support for new time series options

    The driver now has TypeScript support for the bucketMaxSpanSeconds and bucketRoundingSeconds options which will be available in MongoDB 7.0. You can read more about these options here.

    Features

    Bug Fixes

    Documentation

    We invite you to try the mongodb library immediately, and report any issues to the NODE project.

  • 5.6.0-dev.20230606.sha.2b83ea4 - 2023-06-06
  • 5.6.0-dev.20230603.sha.008fd6f - 2023-06-03
  • 5.5.0 - 2023-05-11

    The MongoDB Node.js team is pleased to announce version 5.5.0 of the mongodb package!

    Features

    Bug Fixes

    Documentation

    We invite you to try the mongodb library immediately, and report any issues to the NODE project.

  • 5.4.0 - 2023-05-04

    The MongoDB Node.js team is pleased to announce version 5.4.0 of the mongodb package!

    Release Highlights

    ChangeStream.tryNext Typescript fix

    We have corrected the tryNext method on ChangeStream to use the TChange schema generic instead of the untyped Document interface. This may increase strictness for existing usages but aligns with the rest of the methods on the change stream class to accurately reflect the type returned from the driver.

    Deprecations

    The db.command() API has a number of options deprecated that were incorrectly included in the typescript interface the method reportedly accepts. A majority of the options relate to fields that must be attached to the command directly: readConcern, writeConcern, and comment.

    Additionally, the collStats helper has been deprecated in favor of using database aggregations to get the same result: https://www.mongodb.com/docs/manual/reference/operator/aggregation/collStats/

    ​​NOTE: This release includes some experimental features that are not yet ready for production use. As a reminder, anything marked experimental is not a part of the stable driver API and is subject to change without notice.

    Features and Deprecations

    Bug Fixes

    Documentation

    We invite you to try the mongodb library immediately, and report any issues to the NODE project.

  • 5.3.0 - 2023-04-18

    The MongoDB Node.js team is pleased to announce version 5.3.0 of the mongodb package!

    Features

    Bug Fixes

    Documentation

    We invite you to try the mongodb library immediately, and report any issues to the NODE project.

  • 5.2.0 - 2023-04-04

    The MongoDB Node.js team is pleased to announce version 5.2.0 of the mongodb package!

    Release Highlights

    This release includes driver support for automatically obtaining Azure credentials when using automatic client side encryption. You can find a tutorial for using Azure and automatic encryption here: Use Automatic Queryable Encryption with Azure

    Additionally, we have a number of minor bug fixes listed below.

    NOTE: This release includes some experimental features that are not yet ready for use. As a reminder, anything marked experimental is not a part of the stable driver API and is subject to change without notice.

    Features

    Bug Fixes

    Documentation

    We invite you to try the mongodb library immediately, and report any issues to the NODE project.

  • 5.1.0 - 2023-02-23
    Read more
  • 5.0.1 - 2023-02-07

    The MongoDB Node.js team is pleased to announce version 5.0.1 of the mongodb package!

    This release reverts a fix that unintentionally caused a leak of internal driver resources.

    Bug Fixes

    • NODE-5027: revert "ensure that MessageStream is destroyed when connections are destroyed" (#3552) (2d178d0)

    Documentation

    We invite you to try the mongodb library immediately, and report any issues to the NODE project.

from mongodb GitHub release notes
Commit messages
Package name: mongodb
  • f98f26c chore(release): 5.6.0
  • 0853c69 test(NODE-5326): remove drop search indexes tests (#3695)
  • f647542 feat(NODE-5314): add search index helpers (#3672)
  • e5e3c93 test(NODE-5317): use new evergreen scripts (#3669)
  • 1e58a4c test(NODE-5265): fix flaky operation count test (#3688)
  • 8bfa945 test(NODE-5237): fix flaky deadlock tests and modernize deadlock test suite (#3679)
  • 63ae351 ci(NODE-5312): change windows hosts to vsCurrent (#3687)
  • da12eb9 ci(NODE-4698): test csfle with mongocryptd (#3684)
  • 436dc9c test(NODE-4708): add rewrapmanydatakey prose test 2 (#3685)
  • e03178e fix(NODE-5296): construct error messages for AggregateErrors in Node16+ (#3682)
  • 9484fd6 ci(NODE-5293): remove node14 windows from CI (#3681)
  • 4da926e feat(NODE-5019): add runCursorCommand API (#3655)
  • bf413e5 test(NODE-5299): add 7.0 server to CI (#3675)
  • 209a91d test(NODE-5295): assert bypass mongocryptd connection fails with ECONNREFUSED (#3673)
  • be8faaf fix(NODE-5249): remove strict flag from create collection options (#3677)
  • abbe61a ci(NODE-5269): Add Node 20 to driver ci (#3664)
  • 7199d26 docs(NODE-4778): update tls option notes (#3671)
  • adef3f7 test(NODE-2422): Validate that mongocryptd is not spawned if bypassAutoEncryption=true (#3662)
  • ccf555d feat(NODE-5071): support additional time series options (#3667)
  • ba3437d chore(release): 5.5.0
  • fa05d61 test(NODE-5180): bump mongodb-client-encryption pinned commits to 2.8.0 release (#3668)
  • 2a4d607 deps(NODE-5282): bump bson to ^5.3.0 (#3666)
  • 41d4f0d test(NODE-4772): mongocryptd is not spawned when shared library is loaded (#3661)
  • c085cf0 docs(NODE-5280): mark QE equality stable (#3665)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants