Releases: webgriffe/amp-elasticsearch
Releases · webgriffe/amp-elasticsearch
v2.2.0
🚨 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
v2.1.0
What's Changed
- Add PHP 8.1, 8.2 and 8.3 support by @youwe-petervanderwal in #6
- Allow to pass body to index create or update by @mmenozzi in #7
Full Changelog: 2.0.0...2.1.0
v2.0.0
⚠️ BC Break
- The ability to pass an external HTTP client to the ElasticSearch client has been removed. If you used this "feature" before in 1.x version feel free to open an issue to explain your specific use case.
What's Changed
Full Changelog: v1.4.0...2.0.0