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

Update mongodb client to 6.3.0 #379

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

FloV22
Copy link

@FloV22 FloV22 commented Jan 18, 2024

In this pull request the version of the NodeJS mongodb library has been updated.
This brings some breaking changes and here is a list of some of them:

  1. NodeJs version must be above 14.x (https://www.mongodb.com/docs/drivers/node/current/compatibility/#language-compatibility)
  2. major updates in mongodb library (3.6.7 => 6.3.0)

I tried to avoid breaking changes in the moleculer methods signatures.
I also removed depreciation warning such as the listeners on the Db instance.

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.

1 participant