Improvements, fixes
May 25, 2020
NEW
- Added
request_allowedflag to Form to control whether a form will be available as an endpoint (which is deprecated). Iffalse, the form will be usable only through GraphQL mutation. Default istrue.
IMPROVED
- error message for not sending Email Notification
to_mobile_numberfilter will add+if the phone starts with country codemapfilter implementation and its description- added case insensitive modifier and multiline option to
regex_matchesandmatchesfilters - DEPRECATION rename
headerstorequest_headersin API call notifications to avoid ambiguity and be consistent withresponse_headersin Pages - handling different formats than
htmlfor error pages triggered by Authorization Policy - error message when empty zip file is provided as an input to the new import script
- error message when a hash was provided as a query name to the
graphqltag - error message when empty hash was provided as an argument to the
related_modelsargument in GraphQL query - error message when trying to fetch the
model_schema_namefor themodelsGraphQL query when both were soft deleted
FIXED
- overwriting email and password validation messages
- Authorization Policies sometimes were invoked twice
- Authorization Policies sometimes were returning the
200status code instead of the one provided inhttp_status