[Automation] Bump product version numbers#3447
Merged
theletterf merged 2 commits intoJun 2, 2026
Merged
Conversation
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
theletterf
approved these changes
Jun 2, 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 apm-agent-go 2.7.11
change detected: * key "$.versioning_systems.apm-agent-go.current" updated from "2.7.9" to "2.7.11", in file "config/versions.yml"
v2.7.11
Update config/versions.yml elasticsearch-client-dotnet 9.4.2
change detected: * key "$.versioning_systems.elasticsearch-client-dotnet.current" updated from "9.4.1" to "9.4.2", in file "config/versions.yml"
9.4.1
9.4.2
## What's Changed * Add plugin-defined (non-exhaustive) variant registry by @flobernd in https://github.com/elastic/elasticsearch-net/pull/8911 * Unknown discriminators on variant union families (properties, analyzers, char filters, token filters, tokenizers, repositories, similarity settings, aggregations, queries, etc.) now deserialize into an `Unknown*` carrier and re-serialize losslessly — no data is dropped for plugin-defined or future variants the client doesn't model * Opt into strong typing by registering a CLR type for a discriminator: `settings.Variants.Register<IProperty, MyPluginProperty>("my_plugin")`; registrations are scoped per client instance and AOT-safe — see the [Plugin-defined variant types](https://www.elastic.co/docs/reference/elasticsearch/clients/dotnet/plugin-defined-variants) documentation for details * Regenerate client by @flobernd in https://github.com/elastic/elasticsearch-net/pull/8908 and https://github.com/elastic/elasticsearch-net/pull/8917 * Generated `Unknown*` carrier types for all variant families (properties, analyzers, char filters, token filters, tokenizers, repositories, similarity settings, aggregations, queries, suggesters, rescorers) to support the non-exhaustive variant registry * Improved XML documentation coverage across generated client methods, request/response types, and type members that previously had no IntelliSense descriptions **Full Changelog**: https://github.com/elastic/elasticsearch-net/compare/9.4.1...9.4.2Created 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!