Skip to content

Releases: laravie/streaming

v3.1.0

06 Feb 04:23
Compare
Choose a tag to compare

Changes

  • Bump minimum PHP to 7.2+.
  • Support laravie/predis-async 0.4+.

v3.0.1

15 Apr 01:50
Compare
Choose a tag to compare

Changes

  • Allow to a listener on client with existing redis connection.

v3.0.0

26 Mar 03:23
Compare
Choose a tag to compare

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

15 Mar 12:55
Compare
Choose a tag to compare

Changes

  • Small trivial changes to code and readme.

v2.2.1

17 Feb 07:28
Compare
Choose a tag to compare

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

09 Nov 00:53
Compare
Choose a tag to compare

Changes

  • Update react/event-loop to 1.0+.

v2.1.1

13 Sep 07:00
Compare
Choose a tag to compare

Changes

  • Replaced abandoned predis/predis-async with laravie/predis-async.

v2.1.0

10 Jul 02:48
Compare
Choose a tag to compare

Changes

  • Remove return scalar typehint.

v2.0.0

10 Feb 12:33
Compare
Choose a tag to compare

Changes

  • Update minimum PHP to 7.1+.
  • Add scalar typehint for parameter and return type.

v1.1.0

13 Nov 00:45
Compare
Choose a tag to compare

Changes

  • Update minimum PHP to 5.6+.