v2.5.0
What's Changed
- PHP Attributes: replace
implements NamedArgumentConstructorAttribute
with the attributeNamedArgumentConstructor
by @msmakouz in #292
That required for a better compatibility with the doctrine/annotations v2 - Update PHP RoadRunner packages versions by @roxblnfk in #297
New major versions was of the packages are related to the new RoadRunner 2023.1 release - Expand list of retryable gRPC errors by @roxblnfk in #298
Note: in the case when a Temporal server is unavailable and by the reason a Client call can't be completed, it might retry infinitely without a limited retry gRPC call policy. - Add supporting for
UndefinedResponse
command by @roxblnfk in #300
The command will be sent instead of logic exception throwing. The command is available since RoadRunner 2023.1
Full Changelog: v2.4.1...v2.5.0