-
Notifications
You must be signed in to change notification settings - Fork 346
Description
Here is an example on 6.3.
Say someone is upgrading from < 6.3 and looking for breaking changes specific to X-Pack. Where would they go now?
Their natural tendency would be to look for it in either the Elasticsearch breaking changes documentation since we have opened X-Pack (https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-6.3.html), or in the Stack Overview area (https://www.elastic.co/guide/en/elastic-stack-overview/current/xpack-breaking-changes.html)
The Stack Overview simply links back to the Elasticsearch/Kibana/Logstash breaking changes place. This is fine. Except that the breaking changes we highlight in the ES breaking changes area are all Elasticsearch specific (no information on X-pack).
We ended up putting some of the breaking changes under release notes (https://www.elastic.co/guide/en/elasticsearch/reference/6.3/release-notes-6.3.0.html#breaking-6.3.0). One of which is an important one (where we disable monitoring collection by default now).
Most users looking for breaking changes tend to go straight to the breaking changes section. If the idea here is to only call out the important ones individually in the breaking changes guide, let's make sure to add a cross reference link to the corresponding release notes in the breaking changes guide so that users can go and review "everything". Otherwise, it is easy for the end users to miss some potentially important breaking changes. We currently only have a cross link from release notes back to breaking changes, but not the other way around.