Skip to content

chore(deps): update dependency elastic.clients.elasticsearch to 8.19.23#1359

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/elastic.clients.elasticsearch-8.x
Open

chore(deps): update dependency elastic.clients.elasticsearch to 8.19.23#1359
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/elastic.clients.elasticsearch-8.x

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Elastic.Clients.Elasticsearch 8.17.48.19.23 age confidence

Release Notes

elastic/elasticsearch-net (Elastic.Clients.Elasticsearch)

v8.19.23

Compare Source

What's Changed

  • Add plugin-defined (non-exhaustive) variant registry by @​flobernd in #​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 documentation for details
  • Regenerate client by @​flobernd in #​8910 and #​8916
    • 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: elastic/elasticsearch-net@8.19.22...8.19.23

v8.19.22

Compare Source

What's Changed

  • Regenerate client by @​flobernd in #​8897 and #​8906
    • Fixes (de-)serialization of unions with three or more variants — previously, hand-rolled union converters could fail to select the correct variant
    • DataStreamLifecycle gains EffectiveRetention and RetentionDeterminedBy; new GlobalRetention and RetentionSource types; GetDataLifecycleResponse now exposes GlobalRetention
    • 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: elastic/elasticsearch-net@8.19.21...8.19.22

v8.19.21

Compare Source

What's Changed

  • Regenerate client by @​flobernd in #​8897
    • Set explicit ContentType: application/json for ChatCompletionUnified and StreamCompletion streaming inference requests
    • Switch SearchMvt Accept header to application/vnd.elasticsearch+vnd.mapbox-vector-tile (Elasticsearch product-flavored content-type)
    • Bump Elastic.Transport to 0.17.1
    • Document default max_page_search_size values for pivot (500) and latest (5000) transforms

Full Changelog: elastic/elasticsearch-net@8.19.20...8.19.21

v8.19.20

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.19...8.19.20

v8.19.19

Compare Source

What's Changed

  • Hand-craft IndexSettingsTimeSeriesConverter to handle out-of-range dates by @​flobernd in #​8873
  • Fix DefaultMappingFor not consuming IdPropertyName and DisableIdInference by @​flobernd in #​8877
  • Regenerate client by @​flobernd in #​8883
    • Fixes FieldType enum doesnt have Wildcard value" (#​8826)
    • Fixes SearchMvtAsync throws TransportException on successful HTTP 200 _mvt responses with valid binary tile payload (#​8867)
  • Align LINQ-to-ES|QL integration with Elastic.Esql 0.11.0 by @​flobernd in #​8886

Full Changelog: elastic/elasticsearch-net@8.19.18...8.19.19

v8.19.18

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.17...8.19.18

v8.19.17

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.16...8.19.17

v8.19.16

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/elasticsearch-net@8.19.15...8.19.16

v8.19.15

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.14...8.19.15

v8.19.14

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/elasticsearch-net@8.19.13...8.19.14

v8.19.13

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@9.2.1...9.2.2

v8.19.12

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.11...8.19.12

v8.19.11

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.10...8.19.11

v8.19.10

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.9...8.19.10

v8.19.9

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.8...8.19.9

v8.19.8

Compare Source

What's Changed

  • Switch to custom SafeSkip() method that works with partial JSON blocks by @​flobernd in #​8720
    • Improves compatibility in certain streaming scenarios

Full Changelog: elastic/elasticsearch-net@8.19.7...8.19.8

v8.19.7

Compare Source

What's Changed

Breaking Changes

See https://github.com/elastic/elasticsearch-net/releases/tag/9.1.8.


Full Changelog: elastic/elasticsearch-net@8.19.6...8.19.7

v8.19.6

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/elasticsearch-net@8.19.5...8.19.6

v8.19.5

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.4...8.19.5

v8.19.4

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.3...8.19.4

v8.19.3

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.2...8.19.3

v8.19.2

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.19.1...8.19.2

v8.19.1

Compare Source

What's Changed

Breaking Changes

The type of the Values property for the following classes got changed from the Percentiles union to a simple PercentilesItem collection:

  • HdrPercentilesAggregate
  • HdrPercentileRanksAggregate
  • TDigestPercentilesAggregate
  • TDigestPercentileRanksAggregate
  • PercentilesBucketAggregate

The Percentiles union type got removed as it's no longer used.


Full Changelog: elastic/elasticsearch-net@8.19.0...8.19.1

v8.19.0

Compare Source

What's Changed

  • Release 8.19.0.

This release backports all improvements of the 9.x client to the 8.x major version of the client.

[!WARNING]
Please note that some of the changes in this release are breaking!

For a complete list of improvements in this release, have a look at the 9.0.0 release notes and breaking changes to learn about all breaking changes.

Full Changelog: elastic/elasticsearch-net@8.19.0-preview.4...8.19.0

v8.18.3

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.18.2...8.18.3

v8.18.2

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@8.18.1...8.18.2

v8.18.1

Compare Source

What's Changed

  • Fix (de-)serialization of SnapshotShardFailure.ShardId
  • Various specification-induced bug fixes and improvements

Full Changelog: elastic/elasticsearch-net@8.18.0...8.18.1

v8.18.0

Compare Source

What's Changed

  • Regenerate client for 8.18

Full Changelog: elastic/elasticsearch-net@8.17.4...8.18.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner June 11, 2026 09:09
@renovate
renovate Bot force-pushed the renovate/elastic.clients.elasticsearch-8.x branch 4 times, most recently from f12d796 to ea1a342 Compare June 16, 2026 08:53
@renovate
renovate Bot force-pushed the renovate/elastic.clients.elasticsearch-8.x branch from ea1a342 to ebaa56d Compare June 22, 2026 08:10
@renovate
renovate Bot force-pushed the renovate/elastic.clients.elasticsearch-8.x branch from ebaa56d to f730e6d Compare June 22, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants