Releases: roadrunner-php/goridge
Releases · roadrunner-php/goridge
v4.2.1
What's Changed
- fix(typo): typo in
phpdoc Relay::create
method 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_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.