April 2026 — Release quality and validation
This note highlights how NeoSpace is built and verified, not a single product screen. The goal is predictable upgrades and faster fixes when something needs to change.
What's new
- Unified frontend builds — Pipelines and tooling aligned so every release uses the same build commands and artifacts, shrinking “works on my machine” gaps.
- QA and non-production routing — Safer ways to exercise token-based flows in dedicated environments, improving coverage before changes reach production traffic.
- Repository hygiene — Removal of unused configuration and deployment scaffolding that could confuse operators or duplicate effort.
Improvements
- Less drift between staging and production build steps.
- Clearer ownership of deployment workflows, which speeds up hotfixes and security patches.
Notes for administrators
- No tenant action is required solely because of these changes.
- If your organization mirrors NeoSpace images or replayed build steps internally, align your CI with the same
npm run buildpattern your NeoSpace team publishes.