Skip to content

Behapi v0.14

Latest
Compare
Choose a tag to compare
@Taluu Taluu released this 27 Jan 16:32
· 5 commits to master since this release
3747f2f

A new release with one BC Break, hence the minor version update (as we're on 0.X...), mainly due to the fact that we are now using PSR container and updated to modern versions of php-http.

Changes since 0.13

  • Add support for PHP8 🎉 (f47070)
  • Use Shivam Mathur github actions to setup php env (#67)
  • Use PSR container instead of interop (Ban Behat < 3.7) (#67)
  • Remove support for some EOLd versions of Symfony (#68, dfb8dd1)
  • (BC BREAK) Remove the PluginClientBuilder class, as it is now maintained in the PHP-HTTP client-common package (php-http/client-common#158)

Nothing too fancy, mostly cleaning up things. :}