Skip to content

Releases: clue/reactphp-multicast

v1.2.0

05 Apr 12:57
Compare
Choose a tag to compare
  • Feature: Full PHP 8.3 compatibility.
    (#22 by @yadaiio)

  • Feature: Simplify usage by supporting new default loop.
    (#21 by @PaulRotmann)

    // old (still supported)
    $factory = new Clue\React\Multicast\Factory($loop);
    
    // new (using default loop)
    $factory = new Clue\React\Multicast\Factory();
  • Minor documentation improvements.
    (#23 by @yadaiio and #20 by @PaulRotmann)

v1.1.0

06 Dec 15:27
Compare
Choose a tag to compare
  • Feature: Forward compatibility with stable EventLoop 1.0 and 0.5.
    (#11 by @clue)

  • Improve documentation and add API docs (docblocks).
    (#10 and #12 by @clue)

  • Improve test suite and add .gitattributes to exclude dev files from export.
    Update to PHPUnit 9 and simplify test setup.
    (#8, #9, #17 and #18 by @clue and #15 by @SimonFrings)

v1.0.0

07 Mar 09:59
Compare
Choose a tag to compare
  • First stable release, now following SemVer
  • Improved documentation

Contains no other changes, so it's actually fully compatible with the v0.2.0 release.

v0.2.0

26 Mar 21:28
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Changed to use faster stream based networking API
    (#6)
    • Reduce footprint of required dependencies
    • Only require ext-sockets for listening on multicast addresses

v0.1.0

24 Mar 21:48
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • First tagged release