Relay v2.1.0 Release Notes

Release Date: 2020-03-04 // about 4 years ago
    • Raise a more obvious error message when Relay is given an empty queue (#43)
    • 🛠 Fix a bug that broke callable middleware (#45)
    • Properly declare PSR dependencies and make it clear that Relay provides an implementation of PSR-15's Psr\Http\Server\RequestHandlerInterface (#46)
    • ➕ Add support for queue items that implement Psr\Http\Server\RequestHandlerInterface (#48)
    • Replace abandoned zendframework/zend-diactoros with same version laminas/laminas-diactoros