Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
Description
As part of SERVER-18376, we need to update the docs (http://docs.mongodb.org/manual/reference/command/buildInfo/) to specify which parts of the results of buildInfo command are stable, and which may change.
The following fields in buildInfo are stable and won't change.
- version
- gitVersion
- versionArray
- bits
- debug
- maxBsonObjectSize
- storageEngines
- javascriptEngine
All other fields are for internal/debugging use and may change between release series.
The sysInfo field is deprecated, will only report "deprecated" in 3.2, and may be removed in future versions.
Attachments
Issue Links
- is related to
-
SERVER-18376 Interface changes for SERVER-18099 broke C# 1.0 drivers from access to 3.1.x servers
-
- Closed
-
-
DRIVERS-236 New stable interface for buildInfo command
-
- Closed
-