Skip to content

v2.0.0

Compare
Choose a tag to compare
@jesseschutt jesseschutt released this 15 Feb 17:18
· 5 commits to master since this release
9369e6d

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