API Call Notifications improvements, error handling improvements
June 15, 2020
IMPROVED
- API Call Notification error handling for various scenarios, for example, target endpoint error responses (Timeout, SSL error, etc.),
- Deprecated the
formatproperty of API Call Notification, which was not used for anything other than validation - No need for {% if form %}...{% endif %} in
Form'sdefault_payloadanymore - disabled Liquid processing during validating whetherdefault_payloadis a valid JSON if it includes any Liquid Tag. This also avoids unknowingly invoking a code during sync/deploy. - Error message when trying to use
related_modeland usingpropertyinjoin_on_propertyof typearray - Error messages for
admin_mutation_*mutation like physical file path already taken, Liquid syntax error, etc.
FIXED
- Error when
nullvalue is provided asrequest_headersfor API Call Notification