Skip to content

Releases: webgriffe/amp-elasticsearch

v2.2.0

07 Nov 16:14
e3479df
Compare
Choose a tag to compare

🚨 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

v2.1.0

28 Oct 11:46
5fa0ed7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

v2.0.0

30 Sep 16:05
7e2b8d3
Compare
Choose a tag to compare

⚠️ 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

v1.4.0

11 Aug 14:31
0b6cf3e
Compare
Choose a tag to compare

What's Changed

  • Add PHP 8.0 support and remove PHP 7.1, 7.2 and 7.3 support by @mmenozzi in #3

Full Changelog: v1.3.0...v1.4.0

v1.3.0

15 Oct 09:37
c13264a
Compare
Choose a tag to compare

💪 Improvements

v1.2.0

05 Jul 08:09
Compare
Choose a tag to compare

Improvements

  • Add bulk method to Client (8cc651d)

v1.1.0

27 Jun 19:15
Compare
Choose a tag to compare

Improvements

  • Add count method to client (da395eb)

v1.0.0

18 May 09:15
da395eb
Compare
Choose a tag to compare

🎉 First stable release!

Check Webgriffe\AmpElasticsearch\Client for supported methods.