Improvements, fixes
May 25, 2020
NEW
- Added
request_allowed
flag 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_number
filter will add+
if the phone starts with country codemap
filter implementation and its description- added case insensitive modifier and multiline option to
regex_matches
andmatches
filters - DEPRECATION rename
headers
torequest_headers
in API call notifications to avoid ambiguity and be consistent withresponse_headers
in Pages - handling different formats than
html
for 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
graphql
tag - error message when empty hash was provided as an argument to the
related_models
argument in GraphQL query - error message when trying to fetch the
model_schema_name
for themodels
GraphQL 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
200
status code instead of the one provided inhttp_status