Releases: roadrunner-php/goridge
Releases · roadrunner-php/goridge
v4.2.1
What's Changed
- fix(typo): typo in
phpdoc Relay::createmethod by @mtamazlicaru in #27 - Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 in /examples by @dependabot in #28
- Fix typo in README.md by @NicolasCARPi in #29
- Allow RoadRunner 2025 by @roxblnfk in #35
New Contributors
- @mtamazlicaru made their first contribution in #27
- @dependabot made their first contribution in #28
- @NicolasCARPi made their first contribution in #29
Full Changelog: v4.2.0...v4.2.1
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_STOPflag constant toFrameclass. - Added
Relay::hasFrame()method. - Added
hasFrame()public method toSocketRelayandStreamRelayclasses. - Added
hasFrame()method toRelayInterface. - Changed the signature of
encode()anddecode()methods inMsgpackCodec,ProtobufCodec,JsonCodeandCodecInterfaceclasses. - Changed the signature of
call()function inRPCInterface. - Removed
StringableRelayInterfaceclass. - Added
SocketTypeenum
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.phpautocompletion
v3.1.0
- Added optional
RPC::call()3rdoptionsargument. - Added protobuf codec.
- Added simple autocomplete.