Skip to content

Bump elasticsearch/elasticsearch from 8.18.0 to 9.1.0 #1816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2025

Bumps elasticsearch/elasticsearch from 8.18.0 to 9.1.0.

Release notes

Sourced from elasticsearch/elasticsearch's releases.

Release 9.1.0

This version includes the API changes in Elasticsearch 9.1.0.

This release introduces 13 APIs and 3 experimental APIs. Where specified, the APIs are availables on Elastic Cloud Serverless.

Specific changes per endpoints

Cluster.getComponentTemplate

  • Added flat_settings parameter (bool), return settings in flat format (default: false)
  • Added settings_filter parameter (string), filter out results, for example to filter out sensitive information. Supports wildcards or full settings keys

Cluster.putComponentTemplate

  • Removed timeout parameter
  • Added cause parameter (string), user defined reason for create the component template

Eql.search

  • Added ccs_minimize_roundtrips parameter (bool), indicates whether network round-trips should be minimized as part of cross-cluster search requests execution
  • Added ignore_unavailable parameter (bool), whether specified concrete indices should be ignored when unavailable (missing or closed)
  • Added allow_no_indices parameter (bool), whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all string or when no indices have been specified)
  • Added expand_wildcards parameter (string), whether to expand wildcard expression to concrete indices that are open, closed or both.

Esql.asyncQuery

  • Added allow_partial_results parameter (bool), if true, partial results will be returned if there are shard failures, but the query can continue to execute on other clusters and shards. If false, the entire query will fail if there are any failures.

Esql.asyncQueryGet

  • Added format parameter (string), a short version of the Accept header, e.g. json, yaml

Esql.getQuery (new EXPERIMENTAL API, available on serverless)

Esql.listQueries (new EXPERIMENTAL API, available on serverless)

Esql.query

  • Added allow_partial_results parameter (bool), if true, partial results will be returned if there are shard failures, but the query can continue to execute on other clusters and shards. If false, the entire query will fail if there are any failures.

Indices.deleteDataStreamOptions (new API)

... (truncated)

Changelog

Sourced from elasticsearch/elasticsearch's changelog.

Release 9.1.0

  • Updated the APIs to Elasticsearch 9.1.0

Release 9.0.0

  • Use of PHP 8.1+: Starting from 9.0.0 the elasticsearch-php client requires PHP 8.1+.
  • Compatibility with Elasticsearch 9.0: All changes and additions to Elasticsearch APIs for its 9.0 release are reflected in this release.
  • Serverless client merged in: the elastic/elasticsearch-serverless client is being deprecated, and its functionality has been merged back into this client. This should have zero impact on the way the client works by default. If an endpoint is available in serverless, the PHP function will contains a @group serverless phpdoc attribute. If you try to use an endpoint that is not available in serverless you will get a 410 HTTP error with a message as follows: "this endpoint exists but is not available when running in serverless mode". The 9.0.0 client can recognize that it is communicating with a serverless instance if you are using a URL managed by Elastic (e.g. *.elastic.cloud). If you are using a proxy, the client will be able to recognize that the host is serverless from the first response. Alternatively, you can explicitly indicate that the host is serverless using the Client::setServerless(true) function (false by default).
  • New transport library with PSR-18 cURL client as default: we've removed the Guzzle dependency from the client. By default, the built-in cURL-based HTTP client will be used if no other PSR-18 compatible clients are detected. See release 9.0.0 of elastic-transport-php.

Release 8.17.1

  • Fix and improvements for PHPStan (rule level 5) #1442 (thanks @​AJenbo)

Release 8.17.0

  • Updated the APIs to Elasticsearch 8.17.0

Release 8.16.0

Release 8.15.0

Updated the APIs to Elasticsearch 8.15.0 and added the support of OpenTelemetry. Read the elastic-transport-php README for more information about OpenTelemetry support.

Release 8.14.0

This release introduces 3 new APIs and 10 EXPERIMENTAL APIs.

  • Specific changes per endpoints
    • Ccr.deleteAutoFollowPattern
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.follow
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.followInfo
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.followStats
      • Added the timeout parameter (time), explicit operation timeout.
    • Ccr.forgetFollower
      • Added the timeout parameter (time), explicit operation timeout.
    • Ccr.getAutoFollowPattern

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 7, 2025
@dependabot dependabot bot requested a review from norberttech as a code owner August 7, 2025 04:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 7, 2025
Copy link
Contributor

github-actions bot commented Aug 7, 2025

Flow PHP - Benchmarks

Results of the benchmarks from this PR are compared with the results from 1.x branch.

Extractors
+-----------------------+------------------------+------+-----+-----------------+------------------+----------------+
| benchmark             | subject                | revs | its | mem_peak        | mode             | rstdev         |
+-----------------------+------------------------+------+-----+-----------------+------------------+----------------+
| CSVExtractorBench     | bench_extract_10k      | 1    | 3   | 4.897mb -0.01%  | 440.355ms -0.38% | ±0.14% -85.48% |
| ExcelExtractorBench   | bench_extract_10k_ods  | 1    | 3   | 65.592mb -0.00% | 1.078s +0.67%    | ±0.32% -82.88% |
| ExcelExtractorBench   | bench_extract_10k_xlsx | 1    | 3   | 67.704mb -0.00% | 1.695s -0.73%    | ±0.45% +8.60%  |
| JsonExtractorBench    | bench_extract_10k      | 1    | 3   | 5.491mb -0.01%  | 1.142s +0.60%    | ±0.49% -75.43% |
| ParquetExtractorBench | bench_extract_10k      | 1    | 3   | 10.714mb -0.18% | 9.334s -19.06%   | ±0.15% -61.98% |
| TextExtractorBench    | bench_extract_10k      | 1    | 3   | 4.622mb -0.01%  | 42.405ms -0.59%  | ±0.65% -35.61% |
| XmlExtractorBench     | bench_extract_10k      | 1    | 3   | 4.605mb -0.01%  | 598.192ms -0.87% | ±0.17% -74.04% |
+-----------------------+------------------------+------+-----+-----------------+------------------+----------------+
Transformers
+---------------------------------+--------------------------+------+-----+------------------+-----------------+-----------------+
| benchmark                       | subject                  | revs | its | mem_peak         | mode            | rstdev          |
+---------------------------------+--------------------------+------+-----+------------------+-----------------+-----------------+
| RenameEntryTransformerBench     | bench_transform_10k_rows | 1    | 3   | 123.354mb -0.00% | 67.778ms +0.66% | ±0.69% +576.39% |
| RenameEachEntryTransformerBench | bench_transform_10k_rows | 1    | 3   | 18.616mb -0.00%  | 73.292ms +0.88% | ±1.62% -14.85%  |
+---------------------------------+--------------------------+------+-----+------------------+-----------------+-----------------+
Loaders
+--------------------+----------------+------+-----+------------------+------------------+-----------------+
| benchmark          | subject        | revs | its | mem_peak         | mode             | rstdev          |
+--------------------+----------------+------+-----+------------------+------------------+-----------------+
| CSVLoaderBench     | bench_load_10k | 1    | 3   | 62.558mb -0.00%  | 86.357ms +0.78%  | ±0.85% +48.87%  |
| JsonLoaderBench    | bench_load_10k | 1    | 3   | 80.639mb -0.00%  | 105.272ms +2.93% | ±1.20% +570.20% |
| ParquetLoaderBench | bench_load_10k | 1    | 3   | 819.318mb +0.04% | 20.482s -24.70%  | ±0.21% -35.72%  |
| TextLoaderBench    | bench_load_10k | 1    | 3   | 17.922mb -0.00%  | 30.462ms +0.33%  | ±1.11% +76.18%  |
+--------------------+----------------+------+-----+------------------+------------------+-----------------+
Building Blocks
+-------------------+----------------------------+------+-----+------------------+------------------+------------------+
| benchmark         | subject                    | revs | its | mem_peak         | mode             | rstdev           |
+-------------------+----------------------------+------+-----+------------------+------------------+------------------+
| EntryFactoryBench | bench_entry_factory        | 1    | 3   | 106.036mb -0.00% | 659.072ms -0.23% | ±1.38% +11.94%   |
| EntryFactoryBench | bench_entry_factory        | 1    | 3   | 55.313mb -0.00%  | 337.580ms +1.29% | ±0.18% -79.42%   |
| EntryFactoryBench | bench_entry_factory        | 1    | 3   | 14.899mb -0.00%  | 72.060ms +2.25%  | ±1.11% +16.92%   |
| RowsBench         | bench_chunk_10_on_10k      | 2    | 3   | 93.507mb -0.00%  | 4.296ms +17.13%  | ±0.67% -63.59%   |
| RowsBench         | bench_diff_left_1k_on_10k  | 2    | 3   | 110.896mb -0.00% | 240.132ms +0.62% | ±3.34% +1315.74% |
| RowsBench         | bench_diff_right_1k_on_10k | 2    | 3   | 93.616mb -0.00%  | 24.934ms +4.15%  | ±3.00% +103.60%  |
| RowsBench         | bench_drop_1k_on_10k       | 2    | 3   | 94.382mb -0.00%  | 2.240ms +51.45%  | ±0.62% -79.35%   |
| RowsBench         | bench_drop_right_1k_on_10k | 2    | 3   | 94.382mb -0.00%  | 2.058ms +35.70%  | ±3.54% +25.64%   |
| RowsBench         | bench_entries_on_10k       | 2    | 3   | 92.542mb -0.00%  | 4.007ms +16.52%  | ±1.40% -28.53%   |
| RowsBench         | bench_filter_on_10k        | 2    | 3   | 93.071mb -0.00%  | 16.094ms +5.03%  | ±0.56% -55.26%   |
| RowsBench         | bench_find_on_10k          | 2    | 3   | 93.071mb -0.00%  | 15.743ms +1.13%  | ±0.66% -61.69%   |
| RowsBench         | bench_find_one_on_10k      | 10   | 3   | 91.760mb -0.00%  | 2.106μs +10.49%  | ±2.21% -9.38%    |
| RowsBench         | bench_first_on_10k         | 10   | 3   | 91.760mb -0.00%  | 0.500μs +25.00%  | ±0.00% -100.00%  |
| RowsBench         | bench_flat_map_on_1k       | 2    | 3   | 100.821mb -0.00% | 16.628ms +11.72% | ±0.99% -71.69%   |
| RowsBench         | bench_map_on_10k           | 2    | 3   | 130.248mb -0.00% | 72.776ms +5.85%  | ±2.12% +5.78%    |
| RowsBench         | bench_merge_1k_on_10k      | 2    | 3   | 93.591mb -0.00%  | 1.816ms +20.16%  | ±2.42% -29.96%   |
| RowsBench         | bench_partition_by_on_10k  | 2    | 3   | 96.979mb -0.00%  | 63.457ms +1.86%  | ±0.44% -38.01%   |
| RowsBench         | bench_remove_on_10k        | 2    | 3   | 94.644mb -0.00%  | 4.604ms +25.46%  | ±2.44% +32.55%   |
| RowsBench         | bench_sort_asc_on_1k       | 2    | 3   | 92.141mb -0.00%  | 42.310ms +6.58%  | ±1.23% -26.26%   |
| RowsBench         | bench_sort_by_on_1k        | 2    | 3   | 92.141mb -0.00%  | 42.449ms +4.65%  | ±0.35% -9.18%    |
| RowsBench         | bench_sort_desc_on_1k      | 2    | 3   | 92.141mb -0.00%  | 42.512ms +6.74%  | ±1.58% +126.39%  |
| RowsBench         | bench_sort_entries_on_1k   | 2    | 3   | 94.203mb -0.00%  | 9.146ms +13.14%  | ±0.42% -51.62%   |
| RowsBench         | bench_sort_on_1k           | 2    | 3   | 91.953mb -0.00%  | 31.385ms +4.81%  | ±2.03% +89.30%   |
| RowsBench         | bench_take_1k_on_10k       | 10   | 3   | 91.760mb -0.00%  | 15.640μs +4.43%  | ±1.84% +45.23%   |
| RowsBench         | bench_take_right_1k_on_10k | 10   | 3   | 91.760mb -0.00%  | 18.512μs +8.87%  | ±0.51% -86.37%   |
| RowsBench         | bench_unique_on_1k         | 2    | 3   | 110.897mb -0.00% | 244.977ms +1.90% | ±0.29% +15.42%   |
| TypeDetectorBench | bench_type_detector        | 1    | 3   | 42.561mb -0.00%  | 408.536ms +0.03% | ±0.62% +51.01%   |
| TypeDetectorBench | bench_type_detector        | 1    | 3   | 11.619mb -0.00%  | 83.091ms +1.81%  | ±0.31% -75.54%   |
+-------------------+----------------------------+------+-----+------------------+------------------+------------------+
Parquet Library
+--------------------+---------------------------------+------+-----+------------------+-------------------+-----------------+
| benchmark          | subject                         | revs | its | mem_peak         | mode              | rstdev          |
+--------------------+---------------------------------+------+-----+------------------+-------------------+-----------------+
| ParquetWriterBench | bench_write_batch               | 1    | 3   | 11.741mb -14.43% | 196.884ms -12.21% | ±0.86% +32.15%  |
| ParquetWriterBench | bench_write_gzip                | 1    | 3   | 10.366mb +0.01%  | 221.126ms +1.81%  | ±0.34% -42.28%  |
| ParquetWriterBench | bench_write_row_by_row          | 1    | 3   | 11.741mb -14.43% | 193.562ms -12.66% | ±0.44% -46.39%  |
| ParquetWriterBench | bench_write_snappy              | 1    | 3   | 11.741mb -14.43% | 196.078ms -12.93% | ±0.49% -27.91%  |
| ParquetWriterBench | bench_write_uncompressed        | 1    | 3   | 10.042mb +0.01%  | 196.597ms +2.22%  | ±1.27% +408.75% |
| ParquetReaderBench | bench_page_headers              | 1    | 3   | 6.689mb -0.01%   | 3.324s -0.90%     | ±0.97% +42.28%  |
| ParquetReaderBench | bench_read_metadata             | 1    | 3   | 5.374mb -0.01%   | 19.135ms +4.99%   | ±1.44% +176.79% |
| ParquetReaderBench | bench_read_schema               | 1    | 3   | 5.374mb -0.01%   | 18.881ms +2.75%   | ±3.37% +404.54% |
| ParquetReaderBench | bench_read_values_all_columns   | 1    | 3   | 9.123mb -0.21%   | 5.743s -27.08%    | ±0.27% -80.23%  |
| ParquetReaderBench | bench_read_values_single_column | 1    | 3   | 6.421mb -0.30%   | 233.687ms -48.71% | ±0.72% +34.69%  |
| ParquetReaderBench | bench_read_values_with_limit    | 1    | 3   | 6.951mb -0.45%   | 30.265ms -11.89%  | ±0.71% +34.75%  |
+--------------------+---------------------------------+------+-----+------------------+-------------------+-----------------+

@dependabot dependabot bot force-pushed the dependabot/composer/elasticsearch/elasticsearch-9.1.0 branch from 98c9561 to dbd541b Compare August 7, 2025 12:20
Bumps [elasticsearch/elasticsearch](https://github.com/elastic/elasticsearch-php) from 8.18.0 to 9.1.0.
- [Release notes](https://github.com/elastic/elasticsearch-php/releases)
- [Changelog](https://github.com/elastic/elasticsearch-php/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-php@v8.18.0...v9.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/elasticsearch/elasticsearch-9.1.0 branch from dbd541b to 1574f66 Compare August 12, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update php code size: XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants