Skip to content

[Automation] Bump product version numbers#3447

Merged
theletterf merged 2 commits into
mainfrom
updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e
Jun 2, 2026
Merged

[Automation] Bump product version numbers#3447
theletterf merged 2 commits into
mainfrom
updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e

Conversation

@elastic-observability-automation
Copy link
Copy Markdown
Contributor

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
## What's Changed

* Regenerate client by @flobernd in https://github.com/elastic/elasticsearch-net/pull/8899 and https://github.com/elastic/elasticsearch-net/pull/8907
  * Fixes (de-)serialization of unions with three or more variants — previously, hand-rolled union converters could fail to select the correct variant
  * Search response shape fix in `InnerHits`: the `Fields` property is split into `Field` (single-field selector using `Fields`) and a new `Fields` collection of `FieldAndFormat` — existing usages of `InnerHits.Fields = …` may need to be retargeted to `Field`
  * `DataStreamLifecycle` gains `EffectiveRetention` and `RetentionDeterminedBy`; new `GlobalRetention` and `RetentionSource` types; `GetDataLifecycleResponse` now exposes `GlobalRetention`
  * Reindex rethrottle response now models parent task progress via the new `ParentReindexStatus` type
  * Inference and `_mvt` content-type alignment: `chat_completion_unified` / `stream_completion` send `Content-Type: application/json`; `_mvt` uses the versioned `application/vnd.elasticsearch+vnd.mapbox-vector-tile` Accept header


**Full Changelog**: https://github.com/elastic/elasticsearch-net/compare/9.4.0...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.2
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

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!

@theletterf theletterf enabled auto-merge (squash) June 2, 2026 09:36
@theletterf theletterf merged commit 46d8dcb into main Jun 2, 2026
25 checks passed
@theletterf theletterf deleted the updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e branch June 2, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant