Skip to content

Releases: zaengle/pipeline

v4.0.0

18 Mar 13:11
0fe6bff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v4.0.0

v3.0.0

18 Mar 13:10
0fe6bff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

15 Feb 17:18
9369e6d
Compare
Choose a tag to compare

Breaking Changes 🚨

In version 2.0 we only support versions of Laravel that run on php 8.1. So stick with the v1.x releases if you need to support Laravel 7 and lower.

We've also updated the PipeInterface typehints and return types. Now all traveler classes must extend the AbstractTraveler class.

What's Changed 🛠️

  • Adds support for Laravel 10 and drops lower than Laravel 8 by @jesseschutt in #9
  • Updates the PipeInterface and requires travelers extend the AbstractTraveler class.

Full Changelog: v1.2.0...v2.0.0