Changelog
Notable updates to the API, CLI, and developer experience.
v6.0.0 — Platform launch & CLI 6.0
Platform & API
- REST API: auth, tenants, apps, builds, templates, CMS, marketplace, billing, admin.
- OpenAPI (Swagger) at /api/docs and JSON spec at /api/docs-json.
- Rate limits: per-tenant and login throttling.
- Webhooks: build status (incoming), billing (Stripe/PayPal).
CLI (gz) 6.0.0
- gz plugin create <name> — scaffold plugin with manifest (--type system | app, --dir).
- gz plugin build — produce .tar.gz archive (--dir, --out).
- gz plugin publish — publish to marketplace (--api-url, --token or GZ_API_URL, GZ_TOKEN).
Developer Portal
- Getting Started, API Reference (Swagger), CLI, Examples.
- Webhooks, Rate limits, SDK/API usage, Plugins & themes guide, Changelog.
This changelog is manually maintained. For the full API base URL and environment variables, see Home and Getting Started.