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
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
Internally, Salt has something similar.
In our case, we firstly validate that the version is in fact a version (i.e. matches \d+.\d+.\d+.*).
We then also provide a Dropwizard Healthcheck which validates that your API is running against a compatible server version (using semver rules).
Not sure whether this is something you'd like to pull in here.
The text was updated successfully, but these errors were encountered: