Releases: yokai-php/batch
0.5.9
What's Changed
see https://github.com/yokai-php/batch-src/releases/tag/0.5.9
Full Changelog: 0.5.8...0.5.9
0.5.8
What's Changed
see https://github.com/yokai-php/batch-src/releases/tag/0.5.8
Full Changelog: 0.5.7...0.5.8
0.5.6
What's Changed
see https://github.com/yokai-php/batch-src/releases/tag/0.5.6
Full Changelog: 0.5.5...0.5.6
0.5.5
What's Changed
see https://github.com/yokai-php/batch-src/releases/tag/0.5.5
Full Changelog: yokai-php/batch-src@0.5.4...0.5.5
0.5.4
What's Changed
see https://github.com/yokai-php/batch-src/releases/tag/0.5.4
Full Changelog: 0.5.3...0.5.4
0.5.3
What's Changed
see https://github.com/yokai-php/batch-src/releases/tag/0.5.3
Full Changelog: 0.5.2...0.5.3
0.5.2
What's Changed
see https://github.com/yokai-php/batch-src/releases/tag/0.5.2
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
see https://github.com/yokai-php/batch-src/releases/tag/0.5.1
Full Changelog: 0.5.0...0.5.1
0.5.0
Full Changelog: https://github.com/yokai-php/batch-src/releases/tag/0.5.0
0.4.0
Changelog (0.3.1...0.4.0
)
- Write more doc (by @yann-eugone)
- Thiner getting started (by @yann-eugone)
- Fixed missing job id propagration on messenger job launch (#17) (by @yann-eugone)
- Allow writing multiple items for a read item (#19) (by @yann-eugone)
- Processor & Writer routing (#20) (by @yann-eugone)
- Add processor that uses array_map with callback (#21) (by @yann-eugone)
- Log Warnings & Failures during job execution (#24) (by @yann-eugone)
- Implemented a job that triggers other jobs based on user defined schedule rules (#25) (by @yann-eugone)
- Let PHPStan check array and iterable types & generics (#27) (by @yann-eugone)
- Introduce JobParameterAccessor to help job components access the required execution parameters (#26) (by @yann-eugone)
- Allow psr/log 2.x & 3.x (#28) (by @yann-eugone)
- Added json lines reader and writer (#29) (by @yann-eugone)
- Add a reader decorator that allows adding array metadata to decorated read data (#30) (by @yann-eugone)
- Avoid final classes for jobs but add final to methods (#31) (by @yann-eugone)
- Add reader for txt files with fixed columns size (#22) (by @yann-eugone)