Closed
Description
In #85796 the version.build_flavor
field was removed from the /
API response. This API is marked as stable
in the API spec stub and thus this removal should be considered a regression. The removal has started causing issues for users of clients when they connect to 8.3.0+ of Elasticsearch.
My proposed fix is to add back the field with a static value of default
and to change the removal of the field to the next major version instead.