Instance Clone cross stacks, GraphQL and Liquid enhancements
Feb 11, 2025
NEW
- Add
hard_deleteargument toadmin_asset_delete_allmutation which if true will delete assets from the storage provider (for example S3 or R2)
IMPROVED
- Deploy background job will be triggered in a separate process to ensure proper cleanup
- Improve error handling for Instance Clone feature by making them more descriptive
FIXED
- Fix edge case with UserProfile GraphQL query
- Re-add deprecated support for Google Oauth2 provider
- Fix accessing
context.globalsin a background job - Fix copying assets metadata for the Instance Clone across stacks
- Fix re-calculating built-in user name when one of the name component is updated (first name/last name) via UserForm