11.2.0-beta.2 (2020-10-06)
New Features
- Added
SearchFilter
to help aid creation of OData filter expressions. - Added required parameter
documentKeyRetriever
toSearchIndexingBufferedSender
to better correlate response documents to sent documents. - Added
ClientOptions
to all builders to support settingapplicationId
inUser-Agent
string and headers that need to be applied to each request. - Added support for
HttpPipelinePosition
in client builders to determine when anHttpPipelinePolicy
will be invoked.
Breaking Changes
- Renamed
SearchBatchClient
andSearchBatchAsyncClient
toSearchIndexingBufferedSender
andSearchIndexingBufferedAsyncSender
. - Removed
SearchBatchClientBuilder
for options bagSearchIndexingBufferedSenderOptions
. - Renamed
getSearchBatchClient
togetSearchIndexingBufferedSender
inSearchClient
. - 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
toonActionSent
.