Bump Elastic.Clients.Elasticsearch from 8.19.21 to 9.4.0#230
Conversation
--- updated-dependencies: - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
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. |
Updated Elastic.Clients.Elasticsearch from 8.19.21 to 9.4.0.
Release notes
Sourced from Elastic.Clients.Elasticsearch's releases.
9.4.0
What's Changed
Initial 9.4.x release.
Full Changelog: elastic/elasticsearch-net@9.3.7...9.4.0
9.3.7
What's Changed
ContentType: application/jsonforChatCompletionUnifiedandStreamCompletionstreaming inference requestsSearchMvtAcceptheader toapplication/vnd.elasticsearch+vnd.mapbox-vector-tile(Elasticsearch product-flavored content-type)Elastic.Transportto 0.17.1max_page_search_sizevalues forpivot(500) andlatest(5000) transformsFull Changelog: elastic/elasticsearch-net@9.3.6...9.3.7
9.3.6
What's Changed
Full Changelog: elastic/elasticsearch-net@9.3.5...9.3.6
9.3.5
What's Changed
IdPropertyNameandDisableIdInferenceby @flobernd in Fix DefaultMappingFor not consuming IdPropertyName and DisableIdInference elastic/elasticsearch-net#8877FieldTypeenum doesnt haveWildcardvalue" (#8826)SearchMvtAsyncthrowsTransportExceptionon successfulHTTP 200 _mvtresponses with valid binary tile payload (#8867)Elastic.Esql0.11.0 by @flobernd in Align LINQ-to-ES|QL integration with Elastic.Esql 0.11.0 elastic/elasticsearch-net#8886Full Changelog: elastic/elasticsearch-net@9.3.4...9.3.5
9.3.4
What's Changed
Full Changelog: elastic/elasticsearch-net@9.3.3...9.3.4
9.3.3
What's Changed
BulkRequestper-request index by @flobernd in Fix regression involvingBulkRequestper-request index elastic/elasticsearch-net#8855Full Changelog: elastic/elasticsearch-net@9.3.2...9.3.3
9.3.2
What's Changed
BulkRequestindex inference by @flobernd in FixBulkRequestindex inference elastic/elasticsearch-net#8843Elastic.Transportto0.15.1by @flobernd in UpdateElastic.Transportto0.15.1elastic/elasticsearch-net#8847New Contributors
Full Changelog: elastic/elasticsearch-net@9.3.1...9.3.2
9.3.1
What's Changed
Elastic.Transportto0.15.0by @flobernd in UpdateElastic.Transportto0.15.0elastic/elasticsearch-net#8830Full Changelog: elastic/elasticsearch-net@9.3.0...9.3.1
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.