Skip to content

Commit

Permalink
Upgrade search-documents SDK to core-rest-pipeline (#17872)
Browse files Browse the repository at this point in the history
* Upgrade search-documents SDK to core-rest-pipeline

* Updated recordings

* Fix linting

* Updated Recordings

* Updated Recordings II

* Additional Changes

* Some More changes

* Fix odataMetadata Policy

* Minor change

* Additional Changes

* Additional Changes

* Update Commit Ids

* Update Changelog

* Remove dependency of core-http completely

* Minor Change
  • Loading branch information
sarangan12 authored Oct 1, 2021
1 parent a2c6d2e commit adf7cf9
Show file tree
Hide file tree
Showing 91 changed files with 1,612 additions and 2,352 deletions.
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

0 comments on commit adf7cf9

Please sign in to comment.