This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Releases: unibeck/solstatus
Releases · unibeck/solstatus
solstatus: v2.1.0
2.1.0 (2025-07-09)
Features
- Added additional time ranges to endpoint monitor details page
- Added auto refresh progress bar
- Added auto refresh to endpoint monitor details page
- Added auto refresh to dashboard
- Added liquid metal animation to solstatus logo
- Refined endpoint monitor details drawer
- Improved loading states and error handling in endpoint monitor charts
- Improved endpoint monitor uptime chart performance
- Fixed scroll bar layout shift during drawers, dropdown, dialogs, etc
- Fixed eager endpoint monitor metadata fetching for details drawer
- alert threshold per endpoint monitor (f16284a)
- display app version (#35) (774efa9)
- front: call zustand store fetch functions on endpoint creation (27109d1)
- implement release-please (494d492)
- make bootstrap script executable (3409734)
- make fqdn optional, and use worker.dev url if not present (579e224)
- Polish UI and add auto-refresh to dashboards (a9d4f1d)
- rebrand to SolStatus (from uptime-monitor) (eda1211)
- refresh endpoint monitor data after state change (544fe02)
- release v2 (8d09d77)
Bug Fixes
- add @ tag separator to release names (04d3d17)
- automate confirmation for database setup in bootstrap script (af96378)
- Fix logo font and make it theme aware (917ed78)
- improved layout and updated dependencies (55ad0fe)
- refine release-please (2cb8694)
- Revert drizzle-zod dependency update (7221c18), closes #74
- Support Cloudflare Free tier with reduced bundle size (below 3 MBs) (1b08b81)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @solstatus/infra bumped to 2.1.1
- dependencies
@solstatus/infra: v2.1.0
@solstatus/common: v2.1.0
@solstatus/app: v2.1.0
@solstatus/api: v2.1.0
v2.0.0
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)
Full Changelog: https://github.com/unibeck/solstatus/compare/[email protected]
v2.0.0-beta.1
Features
- make fqdn optional, and use worker.dev url if not present (579e224)
What's Changed
- chore(v2): release @solstatus/app 2.0.0-beta.1 by @unibeck in #93
- chore(v2): release @solstatus/infra 2.0.0-beta.1 by @unibeck in #94
- chore(v2): release solstatus 2.0.0-beta.1 by @unibeck in #95
Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1
v2.0.0-beta.0
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]