6.6.1
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 thev1/documents
endpoint and was mistakenly prohibited byWriteBatcher
. - 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.