This changelog references the relevant changes (bug and security fixes) done to laravie/streaming
.
Released: 2020-02-06
- Bump minimum PHP to 7.2+.
- Support
laravie/predis-async
0.4
+.
Released: 2019-04-15
- Allow to a listener on client with existing redis connection.
Released: 2019-03-26
- Require
React\EventLoop\LoopInterface
as 2nd parameter forLaravie\Streaming\Client
. - Require developer to manually run
React\EventLoop\LoopInterface::run()
after executingLaravie\Streaming\Client::connect()
. Laravie\Streaming\Listener
may have the option to receive instance ofReact\EventLoop\LoopInterface
viaListener::withEventLoop()
method.