File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
sdk/search/azure-search-documents Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 11.5.0-beta.5 (Unreleased )
3+ ## 11.5.0-beta.5 (2021-11-24 )
44
55### Features Added
66
7- ### Breaking Changes
8-
9- ### Bugs Fixed
7+ - Added support for [ Semantic Search] ( https://docs.microsoft.com/azure/search/semantic-search-overview ) . ` SearchOptions `
8+ now support specifying ` SemanticSettings ` to influence the search behavior.
109
1110### Other Changes
1211
12+ #### Dependency Updates
13+
14+ - Upgraded ` azure-core ` from ` 1.21.0 ` to version ` 1.22.0 ` .
15+ - Upgraded ` azure-core-http-netty ` from ` 1.11.1 ` to version ` 1.11.2 ` .
16+ - Upgraded ` azure-core-serializer-json-jackson ` from ` 1.2.8 ` to version ` 1.2.9 ` .
17+
1318## 11.4.5 (2021-11-15)
1419
1520### Other Changes
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.4 </version >
76+ <version >11.5.0-beta.5 </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.4 </version >
64+ <version >11.5.0-beta.5 </version >
6565</dependency >
6666```
6767[ // ] : # ( {x-version-update-end} )
You can’t perform that action at this time.
0 commit comments