11.8.0 (2025-10-10)
Features Added
- 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 inSemanticConfiguration.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 definingSearchIndex
,SimpleField
, andSearchableField
and the ability to
use it when analyzing text withSearchIndexClient.analyzeText
andSearchIndexAsyncClient.analyzeText
. - Support
DocumentIntelligenceLayoutSkill
skillset skill andOneLake
SearchIndexerDataSourceConnection
data source. - Support for
QueryDebugMode
in searching to retrieve detailed information about search processing. Onlyvector
is
supported forQueryDebugMode
.
- Support for reranker boosted scores in search results and the ability to sort results on either reranker or reranker
Breaking Changes
- All features from
11.8.0-beta.x
versions that weren't GA'd in2025-09-01
were removed. VectorSearchCompression.rerankWithOriginalVectors
andVectorSearchCompression.defaultOversampling
don't work with
2025-09-01
and were replaced byVectorSearchCompression.RescoringOptions.enabledRescoring
and
VectorSearchCompression.RescoringOptions.defaultOversampling
. If using2024-07-01
continue using the old properties,
otherwise if using2025-09-01
use the new properties inRescoringOptions
.
Other Changes
- Upgraded
azure-core
from1.56.1
to version1.57.0
. - Upgraded
azure-core-http-netty
from1.16.1
to version1.16.2
. - Upgraded
azure-core-serializer-json-jackson
from1.6.1
to version1.6.2
.