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

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-release3 years ago

1.0.0-preview.4 (2020-06-08)

  • [Breaking] Changed ListIndexes operation to a pageable operation.
  • [Breaking] Added onlyIfUnchanged parameter for CreateOrUpdate and Delete operations.
  • [Breaking] Removed $select property for the List operations.
  • [Breaking] Refactored SearchServiceClient and split it to SearchIndexClient and SearchIndexerClient and changed SearchIndexClient class to SearchClient class.
  • [Breaking] Moved non-optional parameters from options bag.
  • [Breaking] Renamed countDocuments method to getDocumentsCount method.
  • [Breaking] In search method, moved the searchText parameter from the options bag to method parameter.
  • [Breaking] In indexDocuments method, the options parameter is renamed to IndexDocumentsOptions.
  • [Breaking] Modified deleteDocuments method to get documents as a parameter.
  • [Breaking] In getIndexStatistics method, renamed the return type from GetIndexStatisticsResult to SearchIndexStatistics.
  • [Breaking] In getServiceStatistics method, renamed the return type from ServiceStatistics to SearchServiceStatistics.
  • [Breaking] Modified DataSource model name to DataSourceConnection. Changed all references in the method names, parameters, etc.
  • [Breaking] Renamed SimpleDataType model to SearchFieldDataType model.
  • [Breaking] Modified the names of several models & parameters. Please refer #8984, #9037 and #8383 for a detailed list of renames.
  • Added separate methods for getting just names such as listIndexesNames, listSynonymMapsNames, etc.
  • Added getSearchClient method to the SearchIndexClient class.

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

NewReleases is sending notifications on new releases.