...
Bearer Tokens are not included when an Org admin migrates a Triggered Task to another Org.
Workaround: Manually change the Bearer Token for the migrated task in the Triggered Task dialog.
Behavior Changes
The March 2023 release added support for enabling/disabling Pipeline Validation at the Project level. This means that validation settings for a Pipeline set at the Project level could override the Org-level setting. As an Org admin, you can communicate the preferred validation settings on Projects through User Notifications.
The
com.snaplogic.jsonpath.ReadVisitor.THROW_ON_BRANCH
feature flag has been removed, and the platform no longer produces an error when a value is missing when usingjsonpath
. Previously, this would result in a null value (since the field referenced in the expression did not exist) and a lint warning. In this release, the behavior results in an empty array[],
and the UI does not display a lint warning.
...