Relay v2.1.1 Release Notes

Release Date: 2020-03-18 // about 4 years ago
    • ๐Ÿ›  Fix a bug where Traversable queues (non-array iterables) will fail because the reset(), current(), and next() array functions are incompatible
    • ๐Ÿ‘Œ Improve the overall code quality of the project (through internal changes that do not alter the public API)

Previous changes from v2.1.0

    • 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