Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade search-documents SDK to core-rest-pipeline #17872

Merged
merged 15 commits into from
Oct 1, 2021
2 changes: 1 addition & 1 deletion sdk/search/perf-tests/search-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "ISC",
"dependencies": {
"@azure/identity": "2.0.0-beta.5",
"@azure/search-documents": "11.3.0-beta.3",
"@azure/search-documents": "11.3.0-beta.4",
"@azure/test-utils-perfstress": "^1.0.0",
"dotenv": "^8.2.0"
},
Expand Down
15 changes: 15 additions & 0 deletions sdk/search/search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release History

## 11.3.0-beta.4 (2021-10-05)

### Features Added

- Added properties `currentState` & `statusDetail` to the `IndexerExecutionResult` object.
- Added operations `resetDocs` & `resetSkills` to the `SearchIndexerClient` class.

### Breaking Changes

- Changed property `ignoreResetRequirements` to `skipIndexerResetRequirementForCache` in `CreateorUpdateDataSourceConnectionOptions`, `CreateorUpdateIndexerOptions` & `CreateOrUpdateSkillsetOptions` objects.
- Changed the type of `answers` property from `Answers` to `QueryAnswerType`, in the `SearchRequest` object.
- Changed the type of `captions` property from `Captions` to `QueryCaptionType`, in the `SearchRequest` object.
- Changed the type of `speller` property from `Speller` to `QuerySpellerType`, in the `SearchRequest` object.
- Changed the underlying dependency of the SDK from `core-http` to `core-rest-pipeline` package.

## 11.3.0-beta.3 (2021-09-07)

### Features Added
Expand Down
5 changes: 3 additions & 2 deletions sdk/search/search-documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/search-documents",
"version": "11.3.0-beta.3",
"version": "11.3.0-beta.4",
"description": "Azure client library to use Cognitive Search for node.js and browser.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -75,10 +75,11 @@
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents/",
"sideEffects": false,
"dependencies": {
"@azure/core-client": "^1.3.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-http": "^2.0.0",
"@azure/core-paging": "^1.1.1",
"@azure/core-tracing": "1.0.0-preview.13",
"@azure/core-rest-pipeline": "^1.3.0",
"@azure/logger": "^1.0.0",
"tslib": "^2.2.0",
"events": "^3.0.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading