Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@mmenozzi mmenozzi released this 07 Nov 16:14
e3479df

🚨 BC Break!

  • Method Webgriffe\AmpElasticsearch\Client#createOrUpdateIndex() was removed. It was introduced in version 2.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 version 2.2.0 it has been removed in favor of the 3 separate update methods: createOrUpdateAlias, updateIndexSettings and updateMappings.

What's Changed

  • Add separate methods for updating aliases, mappings and settings on indices by @mmenozzi in #8

Full Changelog: 2.1.0...2.2.0