Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps azure-search-documents from 11.5.3 to 11.6.0.

Release notes

Sourced from azure-search-documents's releases.

azure-search-documents_11.6.0

11.6.0 (2025-10-10)

Features Added

  • Added azure.search.documents.DocumentDebugInfo.
  • Added azure.search.documents.QueryDebugMode.
  • Added azure.search.documents.QueryResultDocumentSubscores.
  • Added azure.search.documents.SingleVectorFieldResult.
  • Added azure.search.documents.TextResult.
  • Added azure.search.documents.VectorsDebugInfo.
  • Added new parameter debug in azure.search.documents.SearchClient.search.
  • Added azure.search.documents.indexes.LexicalNormalizer.
  • Added azure.search.documents.indexes.LexicalNormalizerName.
  • Added azure.search.documents.indexes.AnalyzeTextOptions.normalizer_name.
  • Added azure.search.documents.indexes.CustomNormalizer.
  • Added azure.search.documents.indexes.DocumentIntelligenceLayoutSkill.
  • Added azure.search.documents.indexes.DocumentIntelligenceLayoutSkillExtractionOptions.
  • Added azure.search.documents.indexes.DocumentIntelligenceLayoutSkillChunkingProperties.
  • Added azure.search.documents.indexes.DocumentIntelligenceLayoutSkillChunkingUnit.
  • Added azure.search.documents.indexes.DocumentIntelligenceLayoutSkillMarkdownHeaderDepth.
  • Added azure.search.documents.indexes.DocumentIntelligenceLayoutSkillOutputFormat.
  • Added azure.search.documents.indexes.DocumentIntelligenceLayoutSkillOutputMode.
  • Added azure.search.documents.indexes.RankingOrder.
  • Added azure.search.documents.indexes.RescoringOptions.
  • Added azure.search.documents.indexes.SearchField.normalizer_name.
  • Added azure.search.documents.indexes.SearchIndex.normalizer.
  • Added azure.search.documents.indexes.SearchIndexerKnowledgeStoreParameters.
  • Added azure.search.documents.indexes.VectorSearchCompressionRescoreStorageMethod.
  • Support for running VectorQuerys against sub-fields of complex fields.
  • Added support for 2025-09-01 service version.
    • Support for reranker boosted scores in search results and the ability to sort results on either reranker or reranker boosted scores in SemanticConfiguration.rankingOrder.
    • Support for VectorSearchCompression.RescoringOptions to configure how vector compression handles the original vector when indexing and how vectors are used during rescoring.
    • Added SearchIndex.description to provide a textual description of the index.
    • Support for LexicalNormalizer when defining SearchIndex, SimpleField, and SearchableField and the ability to use it when analyzing text with SearchIndexClient.analyzeText and SearchIndexAsyncClient.analyzeText.
    • Support DocumentIntelligenceLayoutSkill skillset skill and OneLake SearchIndexerDataSourceConnection data source.
    • Support for QueryDebugMode in searching to retrieve detailed information about search processing. Only vector is supported for QueryDebugMode.

Breaking Changes

  • VectorSearchCompression.rerankWithOriginalVectors and VectorSearchCompression.defaultOversampling don't work with 2025-09-01 and were replaced by VectorSearchCompression.RescoringOptions.enabledRescoring and VectorSearchCompression.RescoringOptions.defaultOversampling. If using 2024-07-01 continue using the old properties, otherwise if using 2025-09-01 use the new properties in RescoringOptions.

Other Changes

... (truncated)

Changelog

Sourced from azure-search-documents's changelog.

11.6.0b12 (2025-05-14)

Features Added

  • Added azure.search.documents.agent.KnowledgeAgentRetrievalClient.

  • Added knowledge agents operations in SearchIndexClient.

  • Added resync method in SearchIndexerClient.

  • Exposed @search.reranker_boosted_score in the search results.

  • Added x_ms_query_source_authorization as a keyword argument to SearchClient.search.

  • Added property azure.search.documents.indexes.models.SearchField.permission_filter.

  • Added property azure.search.documents.indexes.models.SearchIndex.permission_filter_option.

  • Added property azure.search.documents.indexes.models.SearchIndexerDataSourceConnection.indexer_permission_options.

  • Added new models:

    • azure.search.documents.models.QueryResultDocumentInnerHit
    • azure.search.documents.indexes.models.ChatCompletionExtraParametersBehavior
    • azure.search.documents.indexes.models.ChatCompletionResponseFormat
    • azure.search.documents.indexes.models.ChatCompletionResponseFormatType
    • azure.search.documents.indexes.models.ChatCompletionResponseFormatJsonSchemaProperties
    • azure.search.documents.indexes.models.ChatCompletionSchema
    • azure.search.documents.indexes.models.ChatCompletionSkill
    • azure.search.documents.indexes.models.CommonModelParameters
    • azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillChunkingProperties
    • azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillChunkingUnit
    • azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillExtractionOptions
    • azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillOutputFormat
    • azure.search.documents.indexes.models.IndexerPermissionOption
    • azure.search.documents.indexes.models.IndexerResyncOption
    • azure.search.documents.indexes.models.KnowledgeAgent
    • azure.search.documents.indexes.models.KnowledgeAgentAzureOpenAIModel
    • azure.search.documents.indexes.models.KnowledgeAgentModel
    • azure.search.documents.indexes.models.KnowledgeAgentModelKind
    • azure.search.documents.indexes.models.KnowledgeAgentRequestLimits
    • azure.search.documents.indexes.models.KnowledgeAgentTargetIndex
    • azure.search.documents.indexes.models.PermissionFilter
    • azure.search.documents.indexes.models.RankingOrder
    • azure.search.documents.indexes.models.SearchIndexPermissionFilterOption

Bugs Fixed

  • Fixed the issue batching in upload_documents() did not work. #40157

Other Changes

  • Updated the API version to "2025-05-01-preview"

11.6.0b11 (2025-03-25)

Bugs Fixed

... (truncated)

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [azure-search-documents](https://github.com/Azure/azure-sdk-for-python) from 11.5.3 to 11.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/CHANGELOG.md)
- [Commits](Azure/azure-sdk-for-python@azure-search-documents_11.5.3...azure-search-documents_11.6.0)

---
updated-dependencies:
- dependency-name: azure-search-documents
  dependency-version: 11.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 13, 2025
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant