cli: v5.0.0-alpha.9
Pre-release
Pre-release
5.0.0-alpha.9 (2026-09-02)
⚠ BREAKING CHANGES
- cli: "ui5 serve --https" no longer generates or installs a self-signed certificate when none exists. Run "ui5 certificate generate" first, or pass --key and --cert.
- The
--h2option ofui5 servehas been removed. Use--httpsto serve the project over HTTPS. The@ui5/serverserve()optionh2and the returnedh2property have been renamed tohttps. If you need HTTP/2 for local development, put a reverse proxy (e.g. nginx) in front of the server to terminate it.
Features
- cli: Add "certificate generate" command (#1560) (af98631)
- Replace HTTP/2 support with HTTPS (#1532) (506dec4)
Dependencies
- Bump chalk from 5.6.2 to 6.0.0 (62a3e39)
- Bump the npm group with 7 updates (77718d7)
- The following workspace dependencies were updated
- dependencies
- @ui5/builder bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
- @ui5/fs bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
- @ui5/logger bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
- @ui5/project bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
- @ui5/server bumped from ^5.0.0-alpha.8 to ^5.0.0-alpha.9
- dependencies