Improvements and fixes
November 30, 2020
NEW
- possibility to add app/config.yml to configure feature flags per Instance for backwards compatiblity. Currently, the only supported config is
escape_output_instead_of_sanitize
which takes no effect, as the new feature will be deployed separately. - new digest filter
IMPROVED
- upgrade the Liquid enigne to the newest version (mainly performance optimizations)
- do not cache Page by default when creating a new Page via the
admin_page_create
mutation
FIXED
- gracefully handle invalid bcrypt hash instead of raising 503
- issue with importing users when invoking multiple instance copy
- gracefully handle socket error when using API call notifications
- gracefully handle invalid recipient when using email notifications