6.2.0
The 6.2.0 release of the MarkLogic Java Client includes the following enhancements and fixes:
- #1537 A
StructuredQueryDefinitioncan now be serialized via ajavax.xml.stream.XMLStreamWriter. RowManagernow supports submitting GraphQL queries via the newgraphqlandgraphqlAsmethods.- The
columnInfomethod inRowManagernow supports any type of plan. ExportListenernow accepts aConsumer<DocumentPage>so that users can process a batch of documents instead of one document at a time.- The size of a thread pool used by
QueryBatchercan now be adjusted at runtime. - Errors resulting from dropped or failed connections now include more context to assist with debugging.
- Tokens are now automatically renewed when using MarkLogic Cloud authentication.