Releases: laravie/streaming
Releases · laravie/streaming
v3.1.0
Changes
- Bump minimum PHP to 7.2+.
- Support
laravie/predis-async
0.4
+.
v3.0.1
Changes
- Allow to a listener on client with existing redis connection.
v3.0.0
Changes
- Require
React\EventLoop\LoopInterface
as 2nd parameter for Laravie\Streaming\Client
.
- Require developer to manually run
React\EventLoop\LoopInterface::run()
after executing Laravie\Streaming\Client::connect()
.
Laravie\Streaming\Listener
may have the option to receive instance of React\EventLoop\LoopInterface
via Listener::withEventLoop()
method.
v2.2.2
Changes
- Small trivial changes to code and readme.
v2.2.1
Changes
- Improve performance by prefixing all global functions calls with
\
to skip the look up and resolve process and go straight to the global function.
v2.2.0
Changes
- Update
react/event-loop
to 1.0+.
v2.1.1
Changes
- Replaced abandoned
predis/predis-async
with laravie/predis-async
.
v2.1.0
Changes
- Remove return scalar typehint.
v2.0.0
Changes
- Update minimum PHP to 7.1+.
- Add scalar typehint for parameter and return type.
v1.1.0
Changes
- Update minimum PHP to 5.6+.