-
Type:
Improvement
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Networking
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We have a 3 different commands that indicate what features a MongoDB instance supports. They are:
- isMaster
- features
- availableQueryOptions
It seems like all drivers have standardized on 'isMaster' for this purpose so we should probably deprecate the other two and then move their functionality to 'isMaster'.