Skip to content

6.6.0

Latest
Compare
Choose a tag to compare
@rjrudin rjrudin released this 24 Apr 15:00
· 20 commits to master since this release

This minor release coincides with the release of MarkLogic Server 11.2.0 and provides the following enhancements:

  • Can now authenticate with a MarkLogic app server that requires OAuth authentication. Can either use the new OAuthContext class or the new marklogic.client.oauth.token property when constructing a DatabaseClient via properties.
  • Can now patch one or more documents via an Optic plan using the new patchBuilder method available on com.marklogic.client.expression.PlanBuilder. Requires MarkLogic 11.2.0 or higher.
  • Can now capture errors occuring during execution of an Optic plan via the new onError method. Requires MarkLogic 11.2.0 or higher.
  • The com.marklogic.client.document.GenericDocumentManager interface now support temporal operations.
  • DMSDK log messages pertaining to a queue being flushed are now at the debug and trace levels instead of info.
  • Fixed #1637 so that the DMSDK awaitCompletion method waits for the correct duration.