File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed
sdk/search/azure-search-documents Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 11.5.0-beta.3 (Unreleased)
3+ ## 11.5.0-beta.3 (2021-09-08)
4+
5+ ### Features Added
6+
7+ - Added ` CreateOrUpdateDataSourceConnectionOptions ` , ` CreateOrUpdateIndexerOptions ` , and ` CreateOrUpdateSkillsetOptions `
8+ to support passing new parameters to REST API calls.
9+ - Added support for ` LexicalNormalizerName ` in ` AnalyzeTextOptions ` .
10+ - Added ` queryCaptionHighlight ` to ` SearchOptions ` .
11+
12+ ### Breaking Changes
13+
14+ - Renamed ` Captions ` to ` QueryCaption ` .
15+ - Exceptions are now thrown in ` EntityRecognitionSkill ` and ` SentimentSkill ` when properties are being set in unsupported
16+ skill versions.
17+
18+ ### Other Changes
19+
20+ #### Dependency Updates
21+
22+ - Updated ` azure-core ` from ` 1.19.0 ` to ` 1.20.0 ` .
23+ - Updated ` azure-core-http-netty ` from ` 1.10.2 ` to ` 1.11.0 ` .
24+ - Updated ` azure-core-serializer-json-jackson ` from ` 1.2.6 ` to ` 1.2.7 ` .
425
526## 11.4.2 (2021-08-11)
627
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ add the direct dependency to your project as follows.
7373<dependency >
7474 <groupId >com.azure</groupId >
7575 <artifactId >azure-search-documents</artifactId >
76- <version >11.5.0-beta.2 </version >
76+ <version >11.5.0-beta.3 </version >
7777</dependency >
7878```
7979[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
6161<dependency >
6262 <groupId >com.azure</groupId >
6363 <artifactId >azure-search-documents</artifactId >
64- <version >11.5.0-beta.2 </version >
64+ <version >11.5.0-beta.3 </version >
6565</dependency >
6666```
6767[ // ] : # ( {x-version-update-end} )
You can’t perform that action at this time.
0 commit comments