- Introduces --allow-updates and --allow-deletes flags to shopify app deploy/release for granular control of extension and configuration changes.
- Enables safer CI/CD pipelines by allowing selective updates or deletions; the existing --force flag remains equivalent to using both new flags together.
- Notes that deletions also remove related store data and recommends using only the --allow-updates flag in default automation workflows.