github Azure/azure-sdk-for-js @azure/search-documents_1.0.0-preview.2

latest releases: @azure/template_1.0.12-beta.3738644, @azure/arm-guestconfiguration_1.0.0-beta.1, @azure/arm-selfhelp_2.0.0-beta.3...
pre-release4 years ago

1.0.0-preview.2 (2020-04-06)

  • [Breaking] Package renamed to @azure/search-documents and version number reset to 1.0.0-preview.2.
  • Support for index management operations using the SearchServiceClient.
  • [Breaking] indexDocuments on SearchIndexClient now takes an IndexDocumentsBatch object instead of a raw action array. This new type helps compose an array of actions to be performed on the index.
  • [Breaking] In SearchIndexClient, removed options mergeIfExists and uploadIfNotExists on uploadDocuments and mergeDocuments and replaced them with new helper mergeOrUploadDocuments.
  • The type IndexAction was renamed to IndexDocumentsAction.
  • [Breaking] Removed SearchApiKeyCredential and replaced with AzureKeyCredential.
  • [Breaking] Search results accessed byPage now have an opaque continuationToken in place of nextLink and nextPageParameters.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.