Releases: roadrunner-php/goridge
Releases · roadrunner-php/goridge
v3.2.1
v4.2.0
v4.1.1
v4.1.0
v4.0.0
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 toFrame
class. - Added
Relay::hasFrame()
method. - Added
hasFrame()
public method toSocketRelay
andStreamRelay
classes. - Added
hasFrame()
method toRelayInterface
. - Changed the signature of
encode()
anddecode()
methods inMsgpackCodec
,ProtobufCodec
,JsonCode
andCodecInterface
classes. - Changed the signature of
call()
function inRPCInterface
. - Removed
StringableRelayInterface
class. - Added
SocketType
enum
v3.2.0
v3.1.2
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
- Fix
.phpstorm.meta.php
autocompletion
v3.1.0
- Added optional
RPC::call()
3rdoptions
argument. - Added protobuf codec.
- Added simple autocomplete.