You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the CLI tool it prints this deprecation warning:
(node:38084) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
This does not impact functionality, but it is rather unsightly, and would be an easy fix (just add the specified option).
The text was updated successfully, but these errors were encountered:
When using the CLI tool it prints this deprecation warning:
(node:38084) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
This does not impact functionality, but it is rather unsightly, and would be an easy fix (just add the specified option).
The text was updated successfully, but these errors were encountered: