Skip to content

v0.6.0

Choose a tag to compare

@rhdeck rhdeck released this 17 Jul 03:43
831e780

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.io hosts 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