This minor release includes the following items:
- Added
com.marklogic.client.datamovement.DocumentWriteSetFilteras an abstraction for processing aDocumentWriteSetbefore it is written to MarkLogic via aWriteBatcher. Can be applied to aWriteBatcherviawithDocumentWriteSetFilter. - Can now implement incremental writes via
com.marklogic.client.datamovement.filter.IncrementalWriteFilter. See theBuilderin this class for instructions on configuring this capability. - #1872 Fixed a bug where
QueryBatcherwill no longer throw an error when it receives a value of -1 from the server when calculating the "max document to URI batch ratio".