github elastic/elasticsearch-php v7.14.0
Release 7.14.0

latest releases: v8.15.0, v8.14.0, v6.8.3...
3 years ago

This release is compatible with the latest Elasticsearch 7.14.0 released in 3rd August 2021.

It includes the following fixes and improvements:

  • Usage of psr/log version 2 #1154
  • Update search iterators to send scroll_id inside the request body #1134
  • Added the ingest.geoip.downloader.enabled=false setting for ES 5867351
  • Removed phpcs for autogenerated files (endpoints) 651c57b

Added the following new APIs 🎉 (8 stable, and 1 beta):

Stable

Beta

API changes

  • Msearch, removed the query_and_fetch and dfs_query_and_fetch options in search_type parameter.
  • MsearchTemplate, removed the query_and_fetch and dfs_query_and_fetch options in search_type parameter.
  • SearchTemplate, removed the query_and_fetch and dfs_query_and_fetch options in search_type parameter.
  • Snapshot.get, added include_repository parameter, (boolean) whether to include the repository name in the snapshot info. Defaults to true.
  • Snapshot.repositoryAnalyze, added rarely_abort_writes parameter, (boolean) whether to rarely abort writes before they complete. Defaults to 'true'.

Don't miss a new elasticsearch-php release

NewReleases is sending notifications on new releases.