Skip to content

deps(composer): Bump elasticsearch/elasticsearch from 9.3.0 to 9.4.0#63

Merged
MatusBoa merged 1 commit into
mainfrom
dependabot/composer/elasticsearch/elasticsearch-9.4.0
May 11, 2026
Merged

deps(composer): Bump elasticsearch/elasticsearch from 9.3.0 to 9.4.0#63
MatusBoa merged 1 commit into
mainfrom
dependabot/composer/elasticsearch/elasticsearch-9.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps elasticsearch/elasticsearch from 9.3.0 to 9.4.0.

Release notes

Sourced from elasticsearch/elasticsearch's releases.

Release 9.4.0

Features and enhancements

  • New Bulk Helper function #1560 This new function provides high-level access to the Bulk API endpoint, though the use of a generator. Example usage:

    use Elastic\Elasticsearch\Helper\Bulk;
    function get_next_document() {
    foreach($dataset as $document) {
    yield Bulk::index_action($document)
    }
    }
    Bulk::bulk($client, $index, get_next_document());

  • ES|QL query builder updates The ES|QL query builder module has been updated for Elasticsearch 9.4 and Serverless.

Inference.embedding (new API)

Inference.putFireworksai (new API)

Project.createManyRouting (new API)

Project.createRouting (new API)

Project.deleteRouting (new API)

Project.getManyRouting (new API)

Project.getRouting (new API)

Security.cloneApiKey (new API)

... (truncated)

Changelog

Sourced from elasticsearch/elasticsearch's changelog.

Release 9.4.0

  • Added a Bulk Helper function #1560
  • Updated the APIs and the ES|QL Query Builder to Elasticsearch 9.4.0
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 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)

Bumps [elasticsearch/elasticsearch](https://github.com/elastic/elasticsearch-php) from 9.3.0 to 9.4.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@v9.3.0...v9.4.0)

---
updated-dependencies:
- dependency-name: elasticsearch/elasticsearch
  dependency-version: 9.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from MatusBoa as a code owner May 11, 2026 07:51
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 11, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

Assignees

The following users could not be added as assignees: matusboa. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 11, 2026
@coveralls
Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 25657429149

Coverage remained the same at 100.0%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 481
Covered Lines: 481
Line Coverage: 100.0%
Coverage Strength: 11.19 hits per line

💛 - Coveralls

@MatusBoa MatusBoa merged commit 73db761 into main May 11, 2026
9 checks passed
@MatusBoa MatusBoa deleted the dependabot/composer/elasticsearch/elasticsearch-9.4.0 branch May 11, 2026 07:57
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants