This repository was archived by the owner on Sep 8, 2025. It is now read-only.
v2.0.0-beta.0
Pre-release
Pre-release
Updates
- IaC via Alchemy
- Monorepo via pnpm
- App and Api services now have separate dependency trees and bundles
- UI improvements, especially to the endpoint monitor page
- Performance improvements (which also means reduced costs!)
- Biome v2
- Incremental cache
- Many small bug fixes
Upgrade from v1.7.x to v2.0.x
It is advisable to read the updated README.md first to get familiar with the new repo structure. That said, updating is an easy two step process
- Rename the following Cloudflare resources:
- Worker:monitor-exec-production
->solstatus-prod-monitor-exec
- Worker:monitor-trigger-production
->solstatus-prod-monitor-trigger
- Worker:solstatus-production
->solstatus-prod-app
- Run
pnpm cli --fqdn uptime.example.com --stage prod
(with your actual FQDN)
What's Changed
Full Changelog: https://github.com/unibeck/solstatus/compare/[email protected]