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/monologto be provided viaspryker/monologmeta-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\AbstractOptionAwareStreamPluginfor 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\Processorto 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/monologdependency. - Increased
phpversion 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+.