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

latest releases: azure-messaging-servicebus_7.18.0-beta.1, azure-resourcemanager-security_1.0.0-beta.7, azure-security-keyvault-secrets_4.8.3...
3 years ago

11.2.0 (2021-02-10)

New Features

  • Added a builder, SearchIndexingBufferedSenderBuilder<T>, to configure and construct SearchIndexingBufferedSender<T>.
  • Added SearchClientBuilder.bufferedSender(TypeReference) to create a SearchIndexingBufferedSenderBuilder<T> with
    base configuration passed from SearchClientBuilder.
  • Added OnActionAddedOptions<T>, OnActionErrorOptions<T>, OnActionSentOptions<T>, and OnActionSucceededOptions<T>
    as request options for the on action callback methods in SearchIndexingBufferedSender.
  • Added ClientOptions APIs to all builders to allow re-using common client configurations.
  • All changes from the 11.2.0-beta.3, 11.2.0-beta.2, and 11.2.0-beta.1 releases listed below.

Breaking Changes

  • Removed SearchIndexingBufferedSenderOptions and SearchClient.getSearchIndexingBufferedSender and
    SearchAsyncClient.getSearchIndexingBufferedSender.
  • Changed buffered sender configuration options from autoFlushWindow to autoFlushInterval,
    maxRetries to maxRetriesPerAction, retryDelay to throttlingDelay, maxRetryDelay to maxThrottlingDelay
    and onActionErrorBiConsumer to onActionErrorConsumer.
  • Renamed BlobIndexerPDFTextRotationAlgorithm to BlobIndexerPdfTextRotationAlgorithm.

Dependency updates

  • Updated azure-core to 1.13.0.
  • Updated azure-core-http-netty to 1.8.0.

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

NewReleases is sending notifications on new releases.