Relay v2.1.1 Release Notes
Release Date: 2020-03-18 // almost 5 years ago-
- ๐ Fix a bug where Traversable queues (non-array iterables) will fail because the
reset()
,current()
, andnext()
array functions are incompatible - ๐ Improve the overall code quality of the project (through internal changes that do not alter the public API)
- ๐ Fix a bug where Traversable queues (non-array iterables) will fail because the
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 versionlaminas/laminas-diactoros