Skip to content

v2.5.0

Compare
Choose a tag to compare
@roxblnfk roxblnfk released this 18 Apr 09:39
· 641 commits to master since this release
v2.5.0
479b0b4

What's Changed

  • PHP Attributes: replace implements NamedArgumentConstructorAttribute with the attribute NamedArgumentConstructor 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