Bump Elastic.Clients.Elasticsearch from 8.17.1 to 9.3.0#1000
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: b984ea3 | Previous: 859330d | Ratio |
|---|---|---|---|
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.InnerJoin |
268999177.7777778 ns (± 9496079.784413379) |
307785430 ns (± 9897277.576973714) |
0.87 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.LeftJoin |
407804730 ns (± 16666775.755646322) |
461337240 ns (± 19940786.10567074) |
0.88 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ProjectionAndNormalization |
120323062.5 ns (± 4682538.099742032) |
125533570 ns (± 10748358.533159066) |
0.96 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.SumAggregation |
130449766.66666667 ns (± 10482627.96893031) |
138528520 ns (± 8580649.062577441) |
0.94 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithMapAggregation |
1655719710 ns (± 136865258.39214152) |
1823440280 ns (± 56615189.59691922) |
0.91 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.WindowSum |
361459620 ns (± 43376540.46186845) |
359591925 ns (± 5946342.432057349) |
1.01 |
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithStructAggregation |
1303238600 ns (± 72565882.7753404) |
1507727890 ns (± 61734781.22500134) |
0.86 |
This comment was automatically generated by workflow using github-action-benchmark.
--- updated-dependencies: - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
872797c to
b984ea3
Compare
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated Elastic.Clients.Elasticsearch from 8.17.1 to 9.3.0.
Release notes
Sourced from Elastic.Clients.Elasticsearch's releases.
9.3.0
What's Changed
Initial 9.3.x release.
Full Changelog: elastic/elasticsearch-net@9.2.3...9.3.0
9.2.3
What's Changed
net10.0TFM by @flobernd in Addnet10.0TFM elastic/elasticsearch-net#8789JsonEncodedText.Encode. by @teo-tsirpanis in Use UTF-8 literals inJsonEncodedText.Encode. elastic/elasticsearch-net#8792Experimentalattribute toFilterPathby @flobernd in AddExperimentalattribute toFilterPathelastic/elasticsearch-net#8802LazyJsonConverter. by @teo-tsirpanis in Use trim-safe code inLazyJsonConverter. elastic/elasticsearch-net#8793ITransport<IElasticsearchClientSettings>by @flobernd in Allow use of customITransport<IElasticsearchClientSettings>elastic/elasticsearch-net#8816New Contributors
JsonEncodedText.Encode. elastic/elasticsearch-net#8792Full Changelog: elastic/elasticsearch-net@9.2.2...9.2.3
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.