Skip to content

Fix issue #4#5

Closed
anvlkv wants to merge 5 commits intoStephenGrider:masterfrom
anvlkv:patch-1
Closed

Fix issue #4#5
anvlkv wants to merge 5 commits intoStephenGrider:masterfrom
anvlkv:patch-1

Conversation

@anvlkv
Copy link

@anvlkv anvlkv commented Jun 29, 2017

DeprecationWarning: open() is deprecated in mongoose >= 4.11.0, use openUri() instead, or set the useMongoClient option if using connect() or createConnection()
Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.

Using 'useMongoClient'

StephenGrider and others added 5 commits January 31, 2017 17:49
DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`
Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.


Using 'useMongoClient'
@nbkhope nbkhope mentioned this pull request Nov 9, 2017
Copy link

@3imed-jaberi 3imed-jaberi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same with #7 ..

Copy link

@3imed-jaberi 3imed-jaberi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same with #7 , 💯 🚀 ..

@anvlkv anvlkv closed this by deleting the head repository Feb 2, 2023
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.

3 participants