Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@unibeck unibeck released this 03 Jul 00:50
· 46 commits to master since this release
5e6c60b

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

  1. 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
  2. Run pnpm cli --fqdn uptime.example.com --stage prod (with your actual FQDN)

Full Changelog: https://github.com/unibeck/solstatus/compare/[email protected]