[Automation] Bump product version numbers#3257
Merged
shainaraskas merged 7 commits intoMay 7, 2026
Merged
Conversation
Made with ❤️️ by updatecli
shainaraskas
approved these changes
May 6, 2026
…4b00fe1289653863b5c09f26db4b8c67c6e
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Mpdreamz
pushed a commit
that referenced
this pull request
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump release versions in the config/versions.yml
Update config/versions.yml elasticsearch-client-javascript 9.4.0
change detected: * key "$.versioning_systems.elasticsearch-client-javascript.current" updated from "9.3.4" to "9.4.0", in file "config/versions.yml"
v9.4.0
Update config/versions.yml edot-node 1.13.0
change detected: * key "$.versioning_systems.edot-node.current" updated from "1.12.0" to "1.13.0", in file "config/versions.yml"
v1.13.0
## Changelog ### Chores * Update all `@opentelemetry/*` upstream package dependencies to the latest releases: - [`experimental/v0.217.0` release](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.217.0) from opentelemetry-js - [opentelemetry-js-contrib release](https://github.com/open-telemetry/opentelemetry-js-contrib/pull/3498#issuecomment-4389865993) - This includes a security fix for users of the Prometheus Exporter. --- [README](https://github.com/elastic/elastic-otel-node/tree/main/packages/opentelemetry-node#readme) | [Full Release Notes](https://github.com/elastic/elastic-otel-node/blob/main/docs/release-notes/index.md) | [Breaking Changes](https://github.com/elastic/elastic-otel-node/blob/main/docs/release-notes/breaking-changes.md)Update config/versions.yml elasticsearch-client-php 9.4.0
change detected: * key "$.versioning_systems.elasticsearch-client-php.current" updated from "9.3.0" to "9.4.0", in file "config/versions.yml"
v9.4.0
### Features and enhancements - New Bulk Helper function [#1560](https://github.com/elastic/elasticsearch-php/pull/1560) This new function provides high-level access to the Bulk API endpoint, though the use of a generator. Example usage: ```php 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) - API: https://github.com/elastic/elasticsearch/blob/9.4/rest-api-spec/src/main/resources/rest-api-spec/api/inference.embedding.json ### Inference.putFireworksai (new API) - API: https://github.com/elastic/elasticsearch/blob/9.4/rest-api-spec/src/main/resources/rest-api-spec/api/inference.put_fireworksai.json ### Project.createManyRouting (new API) - API: https://github.com/elastic/elasticsearch/blob/9.4/rest-api-spec/src/main/resources/rest-api-spec/api/project.create_many_routing.json ### Project.createRouting (new API) - API: https://github.com/elastic/elasticsearch/blob/9.4/rest-api-spec/src/main/resources/rest-api-spec/api/project.create_routing.json ### Project.deleteRouting (new API) - API: https://github.com/elastic/elasticsearch/blob/9.4/rest-api-spec/src/main/resources/rest-api-spec/api/project.delete_routing.json ### Project.getManyRouting (new API) - API: https://github.com/elastic/elasticsearch/blob/9.4/rest-api-spec/src/main/resources/rest-api-spec/api/project.get_many_routing.json ### Project.getRouting (new API) - API: https://github.com/elastic/elasticsearch/blob/9.4/rest-api-spec/src/main/resources/rest-api-spec/api/project.get_routing.json ### Security.cloneApiKey (new API) - API: https://github.com/elastic/elasticsearch/blob/9.4/rest-api-spec/src/main/resources/rest-api-spec/api/security.clone_api_key.json ### AsyncSearch.get - Added the `return_intermediate_results` parameter ### Streams.logsDisable - Added the `name` parameter ### Streams.logsEnable - Added the `name` parameterUpdate config/versions.yml elasticsearch-client-python 9.4.0
change detected: * key "$.versioning_systems.elasticsearch-client-python.current" updated from "9.3.0" to "9.4.0", in file "config/versions.yml"
v9.4.0
Update config/versions.yml elasticsearch-client-ruby 9.4.0
change detected: * key "$.versioning_systems.elasticsearch-client-ruby.current" updated from "9.3.1" to "9.4.0", in file "config/versions.yml"
v9.4.0
Update config/versions.yml elasticsearch-client-dotnet 9.4.0
change detected: * key "$.versioning_systems.elasticsearch-client-dotnet.current" updated from "9.3.6" to "9.4.0", in file "config/versions.yml"
9.3.6
9.3.7
9.4.0
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its manifest(s).
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!