api: Return zulip_merge_base alongside zulip_version.

Return zulip_merge_base alongside zulip_version
in `/register`, `/event` and `/server_settings`
endpoint so that the value can be used by other
clients.
This commit is contained in:
Gaurav Pandey
2021-07-30 15:55:53 +05:30
committed by Tim Abbott
parent 6a3e98d14b
commit d89b4dcd0b
11 changed files with 73 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.4.3"
# Changes should be accompanied by documentation explaining what the
# new level means in templates/zerver/api/changelog.md, as well as
# "**Changes**" entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 87
API_FEATURE_LEVEL = 88
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump