Releases: Loongson-Cloud-Community/elasticsearch
Releases · Loongson-Cloud-Community/elasticsearch
v8.11.0
v8.7.0
Reject unknown request body fields in Mount API (#88987) The parser used to parse Mount API requests is configured to ignore unknown fields. I suspect we made it this way when it was created because we were expecting to change the request's body in the future, but that never happened. This leniency confuses users (#75982) so we think it is better to simply reject requests with unknown fields starting v8.5.0. Because the High Level REST Client has a bug (to be fixed in #79604) that injects a wrong ignored_index_settings we decided to just ignore and not reject that one on purpose. Closes #75982