1.17.0
spryker-release-bot
released this
11 Sep 10:42
·
5 commits
to master
since this release
Included commits: 1.16.0...1.17.0
Improvements
- Introduced
DirectSynchronizationConsolePlugin
to 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
SynchronizationMessage
transfer.
Adjustments
- Added
Log
module to dependencies. - Increased
Transfer
module version dependency.