Improvements and fixes
Last edit:
November 04, 2019
NEW
- fetch
imageswithout having to go throughmodelsvia GraphQL
IMPROVED
- add user sorting and filtering by name, first_name, last_name
- allow to update
direct_urlviacustom_image_updatemutation - deprecate
namein favor ofmodel_schema_nameformodelsquery - improved error handling for validation errors in
translationsto include path to the physical file and proper error message - make property_array smart enough to handle more scenarios instead of throwing 500 error
FIXED
- properly decode path in
direct_urlbefore saving - ignore filter arguments with nil values
- be able to submit private form using
submit_form - 500 error while accessing properties with restricted name in background jobs
- 500 error when trying to access
bodyof API Call response which timed out - url path validator throws 500 if value is nil
- 500 error when recaptcha is misconfigured
pos-cli changes
pos-cli changelog is kept separately.