v0.6.0
Highlights
- Export every supported XanoScript object type with
--type all, collision-safe filenames, and honest failure accounting. - Route credentials correctly across custom domains and canonical
.xano.iohosts without replaying unsafe writes. - Export ordinary and specialized realtime triggers with the correct XanoScript schema.
- Add runtime-aware performance rollups and trace analysis with explicit truncation, identity, suppression, and timing semantics.
- Publish through GitHub Actions using npm trusted publishing (OIDC), with automatic provenance and no long-lived npm publish token.
Validation
The release passed 49 automated tests, a clean TypeScript build, CLI entry-point execution, and package-payload inspection before publication. The packed artifact contains the README, both bundled skills, and the sc-xano binary entry point.
Changes
- #4 — make the repository graveyard-ready
- #5 — complete and collision-safe XanoScript exports
- #6 — credential identity and custom-domain routing
- #8 — realtime-trigger exports
- #12 — reconcile performance-trace documentation
- #13 — runtime performance rollups
- #14 — enriched performance trace analysis
- #16 — npm trusted-publishing workflow
- #17 — 0.6.0 release identity