deps: Bump Elastic.Clients.Elasticsearch from 9.4.2 to 9.5.0 - #323
Open
dependabot[bot] wants to merge 1 commit into
Open
deps: Bump Elastic.Clients.Elasticsearch from 9.4.2 to 9.5.0#323dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
--- updated-dependencies: - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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 9.4.2 to 9.5.0.
Release notes
Sourced from Elastic.Clients.Elasticsearch's releases.
9.5.0
What's Changed
Initial 9.5.x release.
client.Encryption.Resetendpoint, plus aProjectEncryptionKeyindicator on the health reportPutDataSource/GetDataSource/DeleteDataSourceandPutDataset/GetDataset/DeleteDataset, with the supportingESQLDataSource,ESQLDatasetandDatasetMappingtypesPutRegionPolicy/GetRegionPolicy/DeleteRegionPolicy_slicerouting parameter (RouteSlice) across the search, get, index, delete, update and bulk APIs, as well as on the multi-search header and the reindex destinationFrequentItemSetsaggregations now round-trip correctly. The generated variant used an empty discriminator where the converter expectedfrequent_item_sets, so the property always read back asnullRoleTemplateQuery. Previously any object-shaped query was unconditionally read as a regularQueryDsl.QuerySpanGapandRoleMappingRule.Fieldvariant accessors now returnnullinstead of a defaultKeyValuePairwhen the union holds a different variantEmbeddingContentType.Audio/.Pdf/.Video,AnthropicTaskType.ChatCompletion,OpenAITaskType.Embedding, and theClusterPrivilege.ManageReindex/.MonitorReindexvaluesDocValueson 32 property types changes frombool?toUnion<bool, DocValuesConfig>?to carry the newdoc_values.multi_valuesetting. The parameterlessDocValues()descriptor overload is gone, and reading the property into abool?no longer compiles.SourceField.CompressandCompressThresholdare removed, andTextIndexPrefixes.MinChars/MaxCharsbecome optional (int?), dropping the two-argument constructorParamsonEsqlQueryandAsyncQuerychanges fromKeyValuePair<string, ICollection<FieldValue>>toKeyValuePair<string, Union<ICollection<FieldValue>, ClassifiedNamedParameter>>, which affects every existing named-parameter call site. Both requests also gain aSettingsbody propertyReranknow accepts the expanded multimodal request format, soInputbecomesUnion<ICollection<string>, ICollection<RerankInputObject>>,QuerybecomesUnion<string, RerankInputObject>, and theInput(params string[])overload is removed.EmbeddingContentObject.ContentbecomesICollection<EmbeddingContentObjectItem>andEmbeddingContentObjectContentsis gone,OpenAIServiceSettings.ApiKeyis now optional, andJinaAIServiceSettings.ElementTypeis renamed toEmbeddingTypeSourceOnlyRepositorySettingsis replaced by theISourceOnlyRepositorySettingsvariant family with per-backend settings types, constructed throughSourceOnlyRepositorySettingsFactory(ForAzure,ForGcs,ForReadOnlyUrl,ForS3,ForSharedFileSystem).SourceOnlyRepository.Settingsnow takes the interface, and its descriptor overloads are replaced by a factory callbackRoleInfo.Indiceschanges fromIndicesPrivilegestoIndicesPrivilegesRead, and role definitions gainDataSourcePrivilegesGetStats.Timeis renamed toGetTime,ShardStats.Indicesbecomes a dictionary ofShardStats, theDenseVectorOffHeapStats.TotalCenifSizetypo is corrected toTotalCenivfSize, and newly required members change the positional constructors ofIndexingStats,SearchStats,FlushStats,MappingStatsandMachineLearning.DefaultsUtf8JsonReaderis constructed over a multi-segmentReadOnlySequence<byte>, which unblocks sequence-based deserializers such as a streaming reader over aPipeReaderNew Contributors
Full Changelog: elastic/elasticsearch-net@9.4.2...9.5.0
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)