Skip to content

Bump Elastic.Clients.Elasticsearch to 8.19.16#61

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/multi-1938033cbf
Closed

Bump Elastic.Clients.Elasticsearch to 8.19.16#61
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/multi-1938033cbf

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Pinned Elastic.Clients.Elasticsearch at 8.19.16.

Release notes

Sourced from Elastic.Clients.Elasticsearch's releases.

8.19.16

What's Changed

New Contributors

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

8.19.15

What's Changed

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

8.19.14

What's Changed

New Contributors

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

8.19.13

What's Changed

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

8.19.12

What's Changed

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

8.19.11

What's Changed

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

8.19.10

What's Changed

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

8.19.9

What's Changed

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

8.19.8

What's Changed

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

8.19.7

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

8.19.6

What's Changed

New Contributors

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

8.19.5

What's Changed

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

8.19.4

What's Changed

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

8.19.3

What's Changed

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

8.19.2

What's Changed

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

8.19.1

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

8.19.0

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

8.19.0-preview.4

What's Changed

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

8.19.0-preview.3

What's Changed

Full Changelog: elastic/elasticsearch-net@9.0.5...9.0.6

8.19.0-preview.2

What's Changed

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

8.19.0-preview.1

What's Changed

This release backports all improvements of the 9.0 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.18.0...8.19.0-preview.1

8.18.3

What's Changed

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

8.18.2

What's Changed

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

8.18.1

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

8.18.0

What's Changed

  • Regenerate client for 8.18

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

8.17.4

What's Changed

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

8.17.3

What's Changed

Full Changelog: elastic/elasticsearch-net@8.17.2...8.17.3

8.17.2

What's Changed

New Contributors

Full Changelog: elastic/elasticsearch-net@8.17.1...8.17.2

8.17.1

What's Changed

Full Changelog: elastic/elasticsearch-net@8.17.0...8.17.1

8.17.0

What's Changed

Full Changelog: elastic/elasticsearch-net@8.16.3...8.17.0

8.16.3

What's Changed

Full Changelog: elastic/elasticsearch-net@8.16.2...8.16.3

8.16.2

What's Changed

Full Changelog: elastic/elasticsearch-net@8.16.1...8.16.2

8.16.1

What's Changed

Full Changelog: elastic/elasticsearch-net@8.16.0...8.16.1

8.16.0

What's Changed

Full Changelog: elastic/elasticsearch-net@8.15.10...8.16.0

8.15.10

What's Changed

  • Regenerate client using the latest specification by @​flobernd in Regenerate client using the latest specification elastic/elasticsearch-net#8388
    • Several specification related fixes and improvements. Most notably:
      • Fix IndicesPrivileges
      • Greatly improves DenseVectorProperty usability
      • Adds CommunityIDProcessor
      • Adds DateProcessor
      • Adds FingerprintProcecssor
      • Adds GrokProcessor
      • Adds NetworkDirectionProcessor
      • Adds RedactProcessor
      • Adds RegisteredDomainProcessor
      • Adds TerminateProcessor
  • Improve serializer by @​flobernd in Improve serializer elastic/elasticsearch-net#8391
    • Allows access to multiple new extension methods available in the Elastic.Transport.Extensions namespace which can be used for easy (de-)serialization without having to know details about the underlaying serializer implementation:
      • Deserialize(Serializer, JsonElement, Type, MemoryStreamFactory)
      • Deserialize(Serializer, JsonNode, Type, MemoryStreamFactory)
      • Deserialize(Serializer, ReadOnlySpan<Byte>, Type, MemoryStreamFactory)
      • Deserialize(Serializer, ReadOnlySpan<Char>, Type, MemoryStreamFactory)
      • Deserialize(Serializer, Utf8JsonReader&, Type, MemoryStreamFactory)
      • Deserialize<T>(Serializer, JsonElement, MemoryStreamFactory)
      • Deserialize<T>(Serializer, JsonNode, MemoryStreamFactory)
      • Deserialize<T>(Serializer, ReadOnlySpan<Byte>, MemoryStreamFactory)
      • Deserialize<T>(Serializer, ReadOnlySpan<Char>, MemoryStreamFactory)
      • Deserialize<T>(Serializer, Utf8JsonReader&, MemoryStreamFactory)
      • Serialize(Serializer, Object, Type, Utf8JsonWriter, MemoryStreamFactory, SerializationFormatting)
      • Serialize(Serializer, Object, Type, Utf8JsonWriter, SerializationFormatting)
      • Serialize<T>(Serializer, T, Utf8JsonWriter, MemoryStreamFactory, SerializationFormatting)
      • Serialize<T>(Serializer, T, Utf8JsonWriter, SerializationFormatting)
      • SerializeToBytes(Serializer, Object, Type, MemoryStreamFactory, SerializationFormatting)
      • SerializeToBytes(Serializer, Object, Type, SerializationFormatting)
      • SerializeToString(Serializer, Object, Type, MemoryStreamFactory, SerializationFormatting)
      • SerializeToString(Serializer, Object, Type, SerializationFormatting)
      • SerializeToBytes<T>(Serializer, T, MemoryStreamFactory, SerializationFormatting)
      • SerializeToString<T>(Serializer, T, MemoryStreamFactory, SerializationFormatting)

Full Changelog: elastic/elasticsearch-net@8.15.9...8.15.10

8.15.9

What's Changed

Full Changelog: elastic/elasticsearch-net@8.15.8...8.15.9

8.15.8

What's Changed

Full Changelog: elastic/elasticsearch-net@8.15.7...8.15.8

8.15.7

What's Changed

Full Changelog: elastic/elasticsearch-net@8.15.6...8.15.7

8.15.6

What's Changed

Full Changelog: elastic/elasticsearch-net@8.15.5...8.15.6

8.15.5

What's Changed

Full Changelog: elastic/elasticsearch-net@8.15.4...8.15.5

8.15.4

What's Changed

Full Changelog: elastic/elasticsearch-net@8.15.3...8.15.4

8.15.3

What's Changed

Full Changelog: elastic/elasticsearch-net@8.15.2...8.15.3

8.15.2

What's Changed

Full Changelog: elastic/elasticsearch-net@8.15.1...8.15.2

8.15.1

What's Changed

Full Changelog: elastic/elasticsearch-net@8.15.0...8.15.1

8.15.0

What's Changed

Full Changelog: elastic/elasticsearch-net@8.14.8...8.15.0

8.14.8

What's Changed

  • Improve ToCamelCase to match STJ behavior by @​flobernd in Improve ToCamelCase to match STJ behavior elastic/elasticsearch-net#8278
    • This changes the DefaultFieldNameInferrer behavior to produce the same names as the JsonNamingPolicy.CamelCase naming policy
    • This could be a breaking change, if strict mapping is enabled. Use the [JsonPropertyName("name")] attribute on any property to override its name.

Full Changelog: elastic/elasticsearch-net@8.14.7...8.14.8

8.14.7

What's Changed

  • Add support for GeoShapeQuery
  • Add support for ShapeQuery
  • Script is no longer an union and instead combines the properties of InlineScript and StoredScriptId (breaking change!)
  • Minor fixes and improvements to request/response classes and in-code documentation

Breaking Changes

Script is no longer an union and instead combines the properties of InlineScript and StoredScriptId.

All places that use InlineScript or StoredScriptId must be changed from e.g. .InlineScript(new InlineScript(...)) to .Script(new Script(...)). Construction of the union like e.g. new Script(new InlineScript(...)) or new Script(storedScriptId) is no longer required and should be replaced by just new Script(...).

Full Changelog: elastic/elasticsearch-net@8.14.6...8.14.7

8.14.6

What's Changed

Full Changelog: elastic/elasticsearch-net@8.14.5...8.14.6

8.14.5

What's Changed

Full Changelog: elastic/elasticsearch-net@8.14.4...8.14.5

8.14.4

What's Changed

Full Changelog: elastic/elasticsearch-net@8.14.3...8.14.4

Breaking Changes

RangeQuery is no longer a union. Usage changes from:

var response = await client.SearchAsync<Person>(q => q.Query(q => q.Range(new RangeQuery(new NumberRangeQuery("age"!))
{
    Gt = 42
})));

to:

var response = await client.SearchAsync<Person>(q => q.Query(q => q.Range(new NumberRangeQuery("age"!)
{
    Gt = 42
})));

or alternatively using a full descriptor based syntax:

await client.SearchAsync<Person>(q => q.Query(q => q.Range(r => r.NumberRange(n => n.Field("age"!).Gte(42)))));

The built-in range query types are: NumberRangeQuery, DateRangeQuery and TermRangeQuery. For an untyped version that accepts all object types, you can additionally use UntypedRangeQuery.

Commits viewable in compare view.

Updated Elastic.Clients.Elasticsearch from 8.17.0 to 8.19.16.

Release notes

Sourced from Elastic.Clients.Elasticsearch's releases.

8.19.16

What's Changed

New Contributors

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

8.19.15

What's Changed

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

8.19.14

What's Changed

New Contributors

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

8.19.13

What's Changed

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

8.19.12

What's Changed

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

8.19.11

What's Changed

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

8.19.10

What's Changed

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

8.19.9

What's Changed

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

8.19.8

What's Changed

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

8.19.7

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

8.19.6

What's Changed

New Contributors

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

8.19.5

What's Changed

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

8.19.4

What's Changed

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

8.19.3

What's Changed

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

8.19.2

What's Changed

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

8.19.1

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

8.19.0

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

8.19.0-preview.4

What's Changed

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

8.19.0-preview.3

What's Changed

Full Changelog: elastic/elasticsearch-net@9.0.5...9.0.6

8.19.0-preview.2

What's Changed

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

8.19.0-preview.1

What's Changed

This release backports all improvements of the 9.0 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.18.0...8.19.0-preview.1

8.18.3

What's Changed

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

8.18.2

What's Changed

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

8.18.1

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

8.18.0

What's Changed

  • Regenerate client for 8.18

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

8.17.4

What's Changed

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

8.17.3

What's Changed

Full Changelog: elastic/elasticsearch-net@8.17.2...8.17.3

8.17.2

What's Changed

New Contributors

Full Changelog: elastic/elasticsearch-net@8.17.1...8.17.2

8.17.1

What's Changed

Full Changelog: elastic/elasticsearch-net@8.17.0...8.17.1

Commits viewable in compare view.

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)

@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 14, 2026
Dependabot couldn't find the original pull request head commit, 8ed3a44.
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 14, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot force-pushed the dependabot/nuget/multi-1938033cbf branch from 8ed3a44 to 052c7c0 Compare March 14, 2026 17:15
@dependabot dependabot bot closed this Mar 14, 2026
@dependabot dependabot bot deleted the dependabot/nuget/multi-1938033cbf branch March 14, 2026 17:15
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants