1.17.0
·
270 commits
to master
since this release
Included commits: 1.16.0...1.17.0
Improvements
- Introduced
DirectSynchronizationConsolePluginto synchronize the buffered messages to storage/search when the console command terminates. - Introduced
SynchronizationFacade::addSynchronizationMessageToBuffer()to add a message to buffer storage when direct sync is enabled. - Introduced
SynchronizationFacade::flushSynchronizationMessagesFromBuffer()to synchronize the buffered messages to storage/search. - Introduced
SynchronizationMessagetransfer.
Adjustments
- Added
Logmodule to dependencies. - Increased
Transfermodule version dependency.