Back to all versions
4.7.1
from 4.7.0 2025-12-08 patch
This is a patch release containing only bug fixes. No breaking changes, new features, or security fixes were introduced. Users experiencing issues with Actions V2 'all' condition should upgrade to resolve the bug.
Bug Fixes 2
- Actions V2 with 'all' condition now execute correctly for request and response types (#11071, #10895) highFixed issue where actions v2 with 'all' condition or unspecified service methods were not executing for request and response types. The fix removes the 'e.ID == "event"' condition when prefix-matching execution IDs to include other action types (request, response, etc). The wildcard suffix '.*' is only used for event groups, so global requests/responses were bypassing the prefix-match check.actionsV2 service-layer
- Centralized host header resolution and forward headers to APIs in login flow mediumImproved host header handling in login flow with centralized resolution and proper header forwarding to APIslogin
Contributors 1
Upgrade Warnings
- • If you were using workarounds for the Actions V2 'all' condition bug (e.g., specifying explicit services/methods), you can now revert to using the 'all' condition as intended