11.4.0-beta.1 (2021-04-06)
New Features
- Clients now default to using service version
2020-06-30-Preview
. - Added support for
Edm.GeographyPoint
inFieldBuilder
when property has typeGeoPoint
. - Added support for geography based filtering in
SearchFilter
whenGeoPosition
,GeoPoint
,GeoLineString
, or
GeoPolygon
are used as formatting arguments. - Added support for Normalizers in
SearchField
andSearchIndex
withCustomNormalizer
andLexicalNormalizer
. - Added new skills
CustomEntityLookupSkill
andDocumentExtractionSkill
and new skill versions for
KeyPhraseExtractionSkill
andLanguageDetectionSkill
. - Added support for the ADLS Gen 2 Indexer data source type.
- Added skillset counts to
SearchServiceCounters
. - Added additional log messages to
SearchIndexingBufferedSender
andSearchIndexingBufferedAsyncSender
.
Dependency Updates
- Updated
azure-core
from1.14.0
to1.15.0
. - Updated Jackson from
2.12.1
to2.12.2
.
Breaking Changes
- Updated Jackson annotations to include
required = true
when service must receive or return the property.