github Azure/azure-sdk-for-java azure-search-documents_11.2.0-beta.2

latest releases: spring-cloud-azure_5.18.0, azure-identity-broker_1.1.7, azure-identity_1.14.1...
pre-release4 years ago

11.2.0-beta.2 (2020-10-06)

New Features

  • Added SearchFilter to help aid creation of OData filter expressions.
  • Added required parameter documentKeyRetriever to SearchIndexingBufferedSender to better correlate response documents to sent documents.
  • Added ClientOptions to all builders to support setting applicationId in User-Agent string and headers that need to be applied to each request.
  • Added support for HttpPipelinePosition in client builders to determine when an HttpPipelinePolicy will be invoked.

Breaking Changes

  • Renamed SearchBatchClient and SearchBatchAsyncClient to SearchIndexingBufferedSender and SearchIndexingBufferedAsyncSender.
  • Removed SearchBatchClientBuilder for options bag SearchIndexingBufferedSenderOptions.
  • Renamed getSearchBatchClient to getSearchIndexingBufferedSender in SearchClient.
  • Made SearchIdexingBufferedSender generic typed.
  • Removed IndexingHooks in favor of individual callbacks.
  • Removed the ability to configure batchSize on buffered sender and changed the default to 500 instead of 1000.
  • Changed onActionRemoved to onActionSent.

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

NewReleases is sending notifications on new releases.