Releases: spryker-middleware/process
Releases · spryker-middleware/process
1.3.1
Included commits: 1.3.0...1.3.1
Fixes
- Removed Development module from dependencies as require-dev packages are not allowed as require ones.
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Adjusted dependency
monolog/monolog
to be provided viaspryker/monolog
meta-package.
This allows to use also Monolog v1 instead of only v2.
1.2.0
Included commits: 1.1.1...1.2.0
Improvements
- Introduced
SprykerMiddleware\Zed\Process\Communication\Plugin\Stream\AbstractOptionAwareStreamPlugin
for streams with require options except$path
. - Introduced
SprykerMiddleware\Zed\Process\Communication\Plugin\Stream\DirectoryInputStreamPlugin
. - Introduced
SprykerMiddleware\Zed\Process\Communication\Plugin\Stream\XmlInputStreamPlugin
. - Introduced
SprykerMiddleware\Zed\Process\Communication\Plugin\Stream\XmlOutputStreamPlugin
. - Adjusted
SprykerMiddleware\Zed\Process\Business\Process\Processor
to make it works with option aware plugins. - Adjusted
SprykerMiddleware\Zed\Process\Communication\Console\ProcessConsole
. Provided opportunity to pass options for input (--input-stream-options
/-t
) and output (--output-stream-options
/-u
) streams options. These options as argument receive json eg:'{"rootNodeName": "Root", "entityNodeName": "Entity"}'
. - Added
monolog/monolog
dependency. - Increased
php
version dependency to>=7.2
1.1.1
Included commits: 1.1.0...1.1.1
Bugfixes
- Skipped truncation of the file when its size is less than
0
.
1.1.0
Included commits: 1.0.1...1.1.0
Improvements
- Added new JSON streams (JsonRowReadStream, JsonRowWriteStream). Now it is possible to handle big bunches of data.
- Updated TranslatorFunctionPluginResolver and added TranslatorFunctionFactory cache.
1.0.1
Included commits: https://github.com/spryker-middleware/process/tree/1.0.1
Initial Release
- Added basic stuff for middleware processes
v1.0.0
This tag must not be used (anymore). Please use 1.0.1+.