"buildInfo" is returning wrong version information #54
Labels
bug
Something isn't working
compatibility
Either missing or incompatible features causing driver or tool compatibility
good first issue
Good for newcomers
In progress
Actively working on the issue
Milestone
As reported here, mongo shell is returning version 2.4.0. We are compatible with 3.0.0 it should return that instead.
The issue is mongo shell depends on
buildInfo
command response to find out version. We are updatingisMaster
but notbuildInfo
. We should change there too.Note: Not directly related to this, but with
buildInfo
we don't return anything about git hash or branch information, as we are not really MongoDB. So far, that didn't seem to cause any issues, or we didn't notice yet. We do have a custom commandgetdoclayerversion
that gives us more information on Document Layer versions.The text was updated successfully, but these errors were encountered: