Relay v3.0.0 Release Notes

Release Date: 2024-10-22 // over 1 year ago
  • 🆕 New major version due to the PHP version increase, since that's a breaking change. Overall this updates as few things as possible to add support for PSR-7's v2 interfaces.

    • Require PHP 7.2 or greater
    • ➕ Add support for PSR-7's v2 interfaces (#59)
    • ⚡️ Update dev dependencies

Previous changes from v2.1.2

  • Lots of nice little dev-related changes:

    • ⚙ Run PHPUnit v9.5, if possible
    • ➕ Add void returns to unit tests (#54 & #57)
    • ✅ Start testing against PHP 8.0 (#55)
    • ⚡️ Update Psalm to v4.7
    • ⚡️ Update PHP-CS-Fixer to v3.0
    • ⚡️ Update Doctrine Coding Standard to v9 (#57)
    • Switch from TravisCI to GitHub Actions since travis-ci.org is shutting down (#56)