vote icon indicating copy to clipboard operation
vote copied to clipboard

Remove/Fix deprecation warnings

Open SmithPeder opened this issue 7 years ago • 0 comments

When createing users using CLI

  • [x] (node:53354) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.

  • [x] (node:53354) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.

When running tests

  • [ ] (node:53380) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.

SmithPeder avatar Feb 17 '19 18:02 SmithPeder