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

Releases: unibeck/solstatus

solstatus: v2.1.0

09 Jul 16:46
620ab56
Compare
Choose a tag to compare

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

@solstatus/infra: v2.1.0

09 Jul 16:43
ac69bc2
Compare
Choose a tag to compare

2.1.0 (2025-07-09)

Features

  • make fqdn optional, and use worker.dev url if not present (579e224)
  • release v2 (8d09d77)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @solstatus/api bumped to 2.1.0
      • @solstatus/app bumped to 2.1.0

@solstatus/common: v2.1.0

09 Jul 16:40
6870a4b
Compare
Choose a tag to compare

2.1.0 (2025-07-09)

Features

@solstatus/app: v2.1.0

09 Jul 16:43
9bdf506
Compare
Choose a tag to compare

2.1.0 (2025-07-09)

Features

  • make fqdn optional, and use worker.dev url if not present (579e224)
  • Polish UI and add auto-refresh to dashboards (a9d4f1d)
  • release v2 (8d09d77)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @solstatus/api bumped to 2.1.0

@solstatus/api: v2.1.0

09 Jul 16:40
0208143
Compare
Choose a tag to compare

2.1.0 (2025-07-09)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @solstatus/common bumped to 2.1.0

v2.0.0

03 Jul 00:50
5e6c60b
Compare
Choose a tag to compare

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]

v2.0.0-beta.1

23 Jun 22:20
4b85e63
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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

22 Jun 22:24
0f259b5
Compare
Choose a tag to compare
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

  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)

What's Changed

  • chore(v2): release solstatus 2.0.0-beta.0 by @unibeck in #91

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

solstatus: v1.7.1

25 May 00:36
f950131
Compare
Choose a tag to compare

1.7.1 (2025-05-25)

Bug Fixes

  • Revert drizzle-zod dependency update (7221c18), closes #74

solstatus: v1.7.0

22 May 18:58
b7e4fa9
Compare
Choose a tag to compare

1.7.0 (2025-05-22)

Features

  • alert threshold per endpoint monitor (f16284a)