This repository was archived by the owner on Oct 3, 2025. It is now read-only.
Releases: platformsh/demo-project
Releases · platformsh/demo-project
v1.0.0
Changelog
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.0.0 – 2025-10-02
v1.0.0 showcases Upsun’s multi-application configuration by providing a working demo with a frontend app, backend app, and Redis service.
Added (Highlights)
- Design debugger component and draggable UI for interactive styling (#93).
- GitHub Actions CI pipeline (“Upsun CI”) to run demo steps/tests automatically (#59).
- Default resource provisioning (
redis_service) now used instead of explicit resource declarations (#88). - Optimize build performance: switched from npm to bun and from pip to uv; upgraded Node.js to v22 for faster builds (#438).
- Implemented
cross-spawnfor security and compatibility (#416). - Addressed npm security audit warnings, improved package security (#50).