The licence changed in January from Apache 2.0 to a dual SSPL and Elastic License arrangement, which is a legal event with an infrastructure consequence. For an internal…
7.0 changed the default primary shard count from five to one, which is a considerable behavioural change hidden in a release note. The old default was widely agreed…
6.x allowed one type per index and 7 removes them entirely, which changes every document and search URL in every client. The reason is that fields with the…
6.x allows one type per index and 7 removes types entirely, which breaks the common pattern of putting orders and customers in the same index with a type…