Release 7.14.0
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
- Ilm.migrateToDataTiers: api spec, documentation
- Ml.resetJob: api spec, documentation
- Security.samlAuthenticate: api spec, documentation
- Security.samlCompleteLogout: api spec, documentation
- Security.samlInvalidate: api spec, documentation
- Security.samlLogout: api spec, documentation
- Security.samlPrepareAuthentication: api spec, documentation
- Security.samlServiceProviderMetadata: api spec, documentation
Beta
- TermsEnum: api spec, documentation
API changes
- Msearch, removed the
query_and_fetch
anddfs_query_and_fetch
options insearch_type
parameter. - MsearchTemplate, removed the
query_and_fetch
anddfs_query_and_fetch
options insearch_type
parameter. - SearchTemplate, removed the
query_and_fetch
anddfs_query_and_fetch
options insearch_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'.