🚨 BC Break!
- Method
Webgriffe\AmpElasticsearch\Client#createOrUpdateIndex()
was removed. It was introduced in version2.1.0
with the incorrect assumption that the same PUT request to create an index could be used also to update an already existing index. But this is not the case so in version2.2.0
it has been removed in favor of the 3 separate update methods:createOrUpdateAlias
,updateIndexSettings
andupdateMappings
.
What's Changed
Full Changelog: 2.1.0...2.2.0