filtering related models/users, new liquid tag - print, improvements, fixes
Last edit:
NEW
- add possibility to
users
andmodels
GraphQL queries to filter related_models and related_users - new Liquid tag print, which bypasses built-in sanitization
IMPROVED
- context variable is now available inside migrations
- requests made to the pOS private API (for example to
/api/graph
) won't be redirected if made against different domain than default - GraphQL mutations *_delete_all mark objects as deleted sync instead of async
- attachment_presign_url url to direct S3 upload attachments with possibility for example to specify whether it is private or public
- error message for GraphQL syntax error would clearly state it is GraphQL error
FIXED
- importing user_profiles using data import and fix edge case issue related to importig array property
- nesting graph queries inside
pages
directory causing 500 error
pos-cli changes
pos-cli
changelog is kept separately.