Skip to content

Commit b43499a

Browse files
authored
Prepare azure-search-documents for September Beta Release (Azure#23983)
1 parent 925bb7e commit b43499a

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

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

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
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

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.2</version>
76+
<version>11.5.0-beta.3</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.2</version>
64+
<version>11.5.0-beta.3</version>
6565
</dependency>
6666
```
6767
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)