Skip to content

Releases: spryker-middleware/process

1.3.1

25 May 11:00
e7f1d7e
Compare
Choose a tag to compare

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

22 Apr 14:01
38b450a
Compare
Choose a tag to compare

Included commits: 1.2.0...1.3.0

Improvements

  • Adjusted dependency monolog/monolog to be provided via spryker/monolog meta-package.
    This allows to use also Monolog v1 instead of only v2.

1.2.0

01 Apr 13:11
9fdf757
Compare
Choose a tag to compare

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

19 Jun 08:52
569954b
Compare
Choose a tag to compare

Included commits: 1.1.0...1.1.1

Bugfixes

  • Skipped truncation of the file when its size is less than 0.

1.1.0

04 Oct 17:58
aaa6c54
Compare
Choose a tag to compare

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

14 Aug 13:50
91427ba
Compare
Choose a tag to compare

Included commits: https://github.com/spryker-middleware/process/tree/1.0.1

Initial Release

  • Added basic stuff for middleware processes

v1.0.0

14 Aug 13:54
1fa09a5
Compare
Choose a tag to compare

This tag must not be used (anymore). Please use 1.0.1+.