Skip to content

6.2.0

Compare
Choose a tag to compare
@rjrudin rjrudin released this 25 Apr 18:04
· 272 commits to master since this release

The 6.2.0 release of the MarkLogic Java Client includes the following enhancements and fixes:

  • #1537 A StructuredQueryDefinition can now be serialized via a javax.xml.stream.XMLStreamWriter.
  • RowManager now supports submitting GraphQL queries via the new graphql and graphqlAs methods.
  • The columnInfo method in RowManager now supports any type of plan.
  • ExportListener now accepts a Consumer<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 QueryBatcher can 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.