Skip to content

Commit a09e433

Browse files
authored
Prepare azure-search-documents for November 2021 Beta Release (Azure#25669)
1 parent 2ff7cb5 commit a09e433

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

sdk/search/azure-search-documents/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
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

sdk/search/azure-search-documents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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})

sdk/search/azure-search-documents/src/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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})

0 commit comments

Comments
 (0)