Skip to content

Bump elasticsearch/elasticsearch from 7.17.0 to 8.4.0#281

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/elasticsearch/elasticsearch-8.4.0
Closed

Bump elasticsearch/elasticsearch from 7.17.0 to 8.4.0#281
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/elasticsearch/elasticsearch-8.4.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 25, 2022

Bumps elasticsearch/elasticsearch from 7.17.0 to 8.4.0.

Release notes

Sourced from elasticsearch/elasticsearch's releases.

Release 8.4.0

This release is compatible with the latest Elasticsearch 8.4.0 and includes the following changes:

  • Added a ClientInterface to simplify the mock of the Client, this is a fix for #1227 #1249
  • Added the support of Symfony HTTP client, fixing the issue #1241 #1243
  • Added the API compatibility header #1233

Added the following new API 🎉

Stable

API changes

get

Added the force_synthetic_source parameter (boolean). Should this request force synthetic _source? Use this to test if the mapping supports synthetic _source and to get a sense of the worst case performance. Fetches with this enabled will be slower the enabling synthetic source natively in the index.

mget

Added the force_synthetic_source parameter (boolean). Should this request force synthetic _source? Use this to test if the mapping supports synthetic _source and to get a sense of the worst case performance. Fetches with this enabled will be slower the enabling synthetic source natively in the index.

search

Added the force_synthetic_source parameter (boolean). Should this request force synthetic _source? Use this to test if the mapping supports synthetic _source and to get a sense of the worst case performance. Fetches with this enabled will be slower the enabling synthetic source natively in the index.

Ml.startTrainedModelDeployment

Added cache_size parameter (string). A byte-size value for configuring the inference cache size. For example, 20mb.

Snapshot.get

Added the following parameters:

  • sort (enum), allows setting a sort order for the result. Defaults to start_time;
  • size (integer), maximum number of snapshots to return. Defaults to 0 which means return all that match without limit;
  • order (enum), soprt order;
  • from_sort_value (string), value of the current sort column at which to start retrieval;
  • after (string), offset identifier to start pagination from as returned by the 'next' field in the response body;
  • offset (integer), numeric offset to start pagination based on the snapshots matching the request. Defaults to 0;
  • slm_policy_filter (string), filter snapshots by a comma-separated list of SLM policy names that snapshots belong to. Accepts wildcards. Use the special pattern '_none' to match snapshots without an SLM policy.

Release 8.3.0

This release is compatible with the latest Elasticsearch 8.3.0.

Added the following new API 🎉

... (truncated)

Changelog

Sourced from elasticsearch/elasticsearch's changelog.

Release 8.4.0

  • Added a ClientInterface to simplify the mock of the Client, this is a fix for #1227 #1249
  • Added the support of Symfony HTTP client, fixing the issue #1241 #1243
  • Added the API compatibility header #1233
  • Updated APIs for Elasticsearch 8.4 7815caa

Release 8.3.0

Release 8.2.0

Release 8.1.0

Release 8.0.1

  • Fixed NoNodeAvailableException exception in endpoints e7d448d

Release 8.0.0

  • Finally released 8.0.0 GA.

Release 8.0.0-rc2

  • Added the common parameters in all the endpoints 6427f8c

Release 8.0.0-rc1

  • Fixed query string in API endpoints + added a first integration test e404235
  • Added AdapterOptions class and setNodePool() in ClientBuilder 9150f71
  • Fixed urlencode in params, Exception in test code generation

... (truncated)

Commits
  • 8ecf231 Changed VERSION to 8.4.0
  • 7815caa Updated endpoints to 8.4
  • e98c4d3 Skip test cluster.desired_nodes/20_dry_run using _internal API
  • 0234777 Updated endpoints to 8.4
  • ba64c54 Add Symfony HTTP client adapter and remove Accept-Encoding header (gzip) for ...
  • 6c6124e Update README.md (#1230)
  • c334f04 Update installation.asciidoc (#1234)
  • c0bc0fa doc(readme) Fix typo in docker instructions (#1240)
  • 849e8bd README.md: Fix "Backward Incompatible Changes" link (#1245)
  • 161682c Add Symfony HTTP client adapter and remove Accept-Encoding header (gzip) for ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [elasticsearch/elasticsearch](https://github.com/elastic/elasticsearch-php) from 7.17.0 to 8.4.0.
- [Release notes](https://github.com/elastic/elasticsearch-php/releases)
- [Changelog](https://github.com/elastic/elasticsearch-php/blob/master/CHANGELOG.md)
- [Commits](elastic/elasticsearch-php@v7.17.0...v8.4.0)

---
updated-dependencies:
- dependency-name: elasticsearch/elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies php Pull requests that update Php code labels Aug 25, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 31, 2022

Superseded by #286.

@dependabot dependabot bot closed this Aug 31, 2022
@dependabot dependabot bot deleted the dependabot/composer/elasticsearch/elasticsearch-8.4.0 branch August 31, 2022 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants