You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
118: Project view node decoration of custom stub mapping root directories now supports subprojects of workspaces created by the Multi-Project Workspace plugin.
118: Workspaces are now supported during the lookup of __files directories when extracting response body strings to file from the Java DSL, or inlining them from response body files.
123: Variable and field resolution are now also supported (to a certain extent) when generating HTTP Client requests from Java DSL calls to Admin API endpoints.
Fixed
121: Values in request.url and request.urlPath JSON properties, as well as urlEqualTo() and urlPathEqualTo() calls are no longer reported as potential regex patterns when they contain dot (.) symbols.
Webhooks.webhook() call chains without URLs specified are no longer reported when used outside withServeEventListener() and withPostServeAction() calls, because the URL may be configured elsewhere in them.