Skip to content

6.6.1

Compare
Choose a tag to compare
@rjrudin rjrudin released this 14 Jun 14:30
· 52 commits to master since this release
265ddc2

This patch release addresses the following items:

  • A DMSDK WriteBatcher now supports writing a "naked" document - i.e. a URI with only a properties fragment. This is supported by the v1/documents endpoint and was mistakenly prohibited by WriteBatcher.
  • DMSDK batchers have new info-level logging to capture when they are started and stopped to facilitate debugging, particularly around when a batcher is unexpectedly stopped.
  • Adjusting the thread pool size on a QueryBatcher now works correctly on Java 11 and higher; previously, it only worked correctly on Java 8.