Skip to content

Releases: roadrunner-php/goridge

4.2.2

Choose a tag to compare

@roxblnfk roxblnfk released this 11 May 11:30
a14454c

What's Changed

  • Fix "Undefined array key 0" warning in MultiRPC constructor by @SpartakusMd in #36

New Contributors

Full Changelog: 4.2.1...4.2.2

v4.2.1

Choose a tag to compare

@roxblnfk roxblnfk released this 05 May 14:00
2a37211

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.2.1

v3.2.1

Choose a tag to compare

@msmakouz msmakouz released this 27 Jun 08:09
af38888

What's Changed

  • Fixed the sequence counting when using multiple RPC instances by @shellphy in #31
  • Methods RPC::fromEnvironment and RPC::fromGlobals marked as deprecated by @roxblnfk in #14

Full Changelog: v3.2.0...v3.2.1

v4.2.0

Choose a tag to compare

@msmakouz msmakouz released this 11 Apr 17:33
c6696bd

What's Changed

  • Added RPC Implementation using multiple relays to enable async communication by @L3tum in #25
  • Added support for RoadRunner v2024.1 by @msmakouz in #26

New Contributors

  • @L3tum made their first contribution in #25

Full Changelog: 4.1.1...v4.2.0

v4.1.1

Choose a tag to compare

@msmakouz msmakouz released this 21 Dec 10:55
a5d6744

What's Changed

  • Added missed Spiral\Goridge\RPC\Exception\ServiceException to PHPDoc, added PHP 8.3 to GitHub actions by @msmakouz in #21

Full Changelog: 4.1.0...4.1.1

v4.1.0

Choose a tag to compare

@roxblnfk roxblnfk released this 03 Oct 18:42
d955f58

What's Changed

  • Added BlockingRelayInterface, added stream flags PING and PONG by @roxblnfk in #20

Full Changelog: 4.0.0...4.1.0

v4.0.0

Choose a tag to compare

@butschster butschster released this 14 Apr 11:03
56302fc

Features

  • Upgraded to PHP 8.1
  • Upgraded to PHPUnit 10
  • Upgraded to Psalm 5
  • Added reusable Gh Actions
  • Added metapackage spiral/roadrunner:^2023

API changes:

  • Added new BYTE10_STOP flag constant to Frame class.
  • Added Relay::hasFrame() method.
  • Added hasFrame() public method to SocketRelay and StreamRelay classes.
  • Added hasFrame() method to RelayInterface.
  • Changed the signature of encode() and decode() methods in MsgpackCodec, ProtobufCodec , JsonCode and CodecInterface classes.
  • Changed the signature of call() function in RPCInterface.
  • Removed StringableRelayInterface class.
  • Added SocketType enum

v3.2.0

Choose a tag to compare

@roxblnfk roxblnfk released this 21 Mar 20:26
3d8e97d

What's Changed

Full Changelog: v3.1.2...v3.2.0

v3.1.2

Choose a tag to compare

@roxblnfk roxblnfk released this 13 Jan 08:23
2c50b64

What's Changed

  • Update .gitattributes (exclude psalm config & examples from export) by @tarampampam (#8)
  • Update tests by @roxblnfk (#9)
    • add mutation testing
    • fix Psalm issues
    • add PHP 8.1 in CI
    • add preffer-stable mode in ci
    • update dependencies

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

Choose a tag to compare

@SerafimArts SerafimArts released this 10 Jun 12:33
  • Fix .phpstorm.meta.php autocompletion