Releases: mikerockett/pipeline
Releases · mikerockett/pipeline
4.0.0
Full Changelog: 3.0.0...4.0.0
Added
InterruptibleTapProcessor, which implements bothInterruptibleProcessorandTapProcessor- Added generic typing information across the package
Changed
- Minimum PHP version is now 8.3
- Test framework is now Pest
- Updated
nunomaduro/collisionto ^8.0 - Tests are now a bit more exhaustive
TapProcessornow requires at least one callback when instantiated.