ATK v2.0.0-beta.3 release notes
This stability drop fixes the Code Studio asset pipeline so tagged releases pull the latest build artifacts automatically. No new UI capabilities were added, but the release process is now predictable again.
Release overview
We paused feature work to fix a regression in the Code Studio automation. The release workflow now runs Code Studio before syncing assets, ensuring that every public tag ships with the latest generated files.
User facing features
- No new customer-facing functionality shipped in this build; production users receive the stability improvements captured below.
Quality, reliability, and operations
- Release automation runs the Code Studio build step before syncing assets, preventing missing or stale artifacts (settlemint/asset-tokenization-kit#3838, #3837).
Upgrade checklist
- From the repo root, run
./tools/docker-codestudio.shto build the Code Studio image before cutting a new tag. bun run buildto make sure local artifacts match what the pipeline will upload.- Verify the GitHub Actions "Release Assets" workflow shows the Code Studio step before the sync job when monitoring a deployment.