Instance Clone cross stacks, GraphQL and Liquid enhancements
Feb 11, 2025
NEW
- Add
hard_delete
argument toadmin_asset_delete_all
mutation 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.globals
in 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