Bump Elastic.Clients.Elasticsearch from 8.17.1 to 9.2.2#974
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
--- updated-dependencies: - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 9.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 1d36c3c | Previous: 859330d | Ratio |
|---|---|---|---|
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.InnerJoin |
355590088.8888889 ns (± 6959859.387847654) |
307785430 ns (± 9897277.576973714) |
1.16 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.LeftJoin |
535587500 ns (± 21022068.46500178) |
461337240 ns (± 19940786.10567074) |
1.16 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ProjectionAndNormalization |
172769460 ns (± 8198949.874689237) |
125533570 ns (± 10748358.533159066) |
1.38 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.SumAggregation |
180512810 ns (± 9406234.322151572) |
138528520 ns (± 8580649.062577441) |
1.30 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithMapAggregation |
2000640210 ns (± 150438918.17910278) |
1823440280 ns (± 56615189.59691922) |
1.10 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.WindowSum |
377380070 ns (± 22934391.517643444) |
359591925 ns (± 5946342.432057349) |
1.05 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithStructAggregation |
1559094940 ns (± 53658475.82664623) |
1507727890 ns (± 61734781.22500134) |
1.03 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
Author
|
Superseded by #996. |
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.
Updated Elastic.Clients.Elasticsearch from 8.17.1 to 9.2.2.
Release notes
Sourced from Elastic.Clients.Elasticsearch's releases.
9.2.2
What's Changed
Security.PutUser(Exception calling Security.PutUser - System.Exception: No route taking 0 parameters_security/user/{username} elastic/elasticsearch-net#8774)HasFlagin hot-path when targetingnetfxby @flobernd in AvoidHasFlagin hot-path when targetingnetfxelastic/elasticsearch-net#8779Full Changelog: elastic/elasticsearch-net@9.2.1...9.2.2
9.2.1
What's Changed
SqlRowvalues by @flobernd in Fix deserialization ofSqlRowvalues elastic/elasticsearch-net#8767Full Changelog: elastic/elasticsearch-net@9.2.0...9.2.1
9.2.0
What's Changed
Initial 9.2 release.
Full Changelog: elastic/elasticsearch-net@9.1.12...9.2.0
9.1.12
What's Changed
Full Changelog: elastic/elasticsearch-net@9.1.11...9.1.12
9.1.11
What's Changed
RequestConfigurationforBulkRequestby @flobernd in Allow modification ofRequestConfigurationforBulkRequestelastic/elasticsearch-net#8741FiltersAggregationandApiFiltersAggregationFull Changelog: elastic/elasticsearch-net@9.1.10...9.1.11
9.1.10
What's Changed
Esql.QueryAsObjects()to work with nested types by @flobernd in AllowEsql.QueryAsObjects()to work with nested types elastic/elasticsearch-net#8729Full Changelog: elastic/elasticsearch-net@9.1.9...9.1.10
9.1.9
What's Changed
SafeSkip()method that works with partial JSON blocks by @flobernd in Switch to customSafeSkip()method that works with partial JSON blocks elastic/elasticsearch-net#8720Full Changelog: elastic/elasticsearch-net@9.1.8...9.1.9
9.1.8
What's Changed
CompositeAggregation(see #8704)Breaking Changes
The type of the
Sourcesproperty has been changed fromICollection<IDictionary<string, CompositeAggregationSource>>toICollection<KeyValuePair<string, CompositeAggregationSource>>. This corresponds to the Elasticsearch standard for modeling ordered dictionaries in the REST API.CompositeAggregationSourceis now also a container (similar toAggregation,Query, etc.). This change improves usability due to specialized code generation. For example, implicit conversion operators from all existing variants (CompositeTermsAggregation,CompositeHistogramAggregation, etc.) toCompositeAggregationSourceare now generated.As a consequence, the object initializer syntax changes as follows:
The regular APIs with merged type arguments are still available.
1.2 Improved Fluent API
The enhanced fluent API generation is likely the most notable change in the 9.0 client.
This section describes the main syntax constructs generated based on the type of the property in the corresponding object.
1.2.1
ICollection<E>Note: This syntax already existed in 8.x.
1.2.2
IDictionary<K, V>The 9.0 client introduces full fluent API support for dictionary types.