| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-04 | 3.8 kB | |
| v3.5.0 source code.tar.gz | 2026-03-04 | 1.3 MB | |
| v3.5.0 source code.zip | 2026-03-04 | 1.6 MB | |
| Totals: 3 Items | 2.8 MB | 1 | |
What's New
- We added global ping monitoring powered by the GlobalPing API. You can now check uptime from multiple locations around the world, with results stored in a dedicated geo checks collection and managed through the scheduler.
- A new interactive world map built on MapLibre visualizes geo check results, showing response times and status across regions at a glance.
- gRPC is now a supported monitor type, joining HTTP, ping, and port checks. You can monitor gRPC services directly from the create monitor flow.
- PageSpeed detail pages now support the same date range options as other monitors. You can view data across recent, day, week, and month buckets instead of just a single day.
- Admins can now export their monitors, and import in another server.
- Server-side validation has been fully migrated from Joi to Zod. The old monolithic validation file is gone, replaced by modular per-resource validators that are easier to maintain and extend.
- Environment variables are now validated at startup, catching misconfigurations before the server runs rather than failing silently at runtime.
- Infrastructure threshold settings have been converted from text fields to sliders, which makes configuration more intuitive and eliminates input validation issues.
- A global SWR configuration now centralizes data fetching behavior across the frontend, adding request deduplication, retry logic, and focus throttling for a more consistent experience.
What's Changed
- fix: import by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3324
- feat: pagespeed date range by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3325
- Fix: Uptime Status Filter by @Br0wnHammer in https://github.com/bluewave-labs/Checkmate/pull/3331
- feat: global ping implementation by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3333
- remove comment by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3334
- feat: globalping map by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3335
- Feat/globalping map by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3336
- Feat: gRPC Monitoring by @Br0wnHammer in https://github.com/bluewave-labs/Checkmate/pull/3304
- Fix/global thresholds by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3341
- remove on row click by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3342
- fix/logging by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3344
- Fix: Uptime Table Body Placement by @Br0wnHammer in https://github.com/bluewave-labs/Checkmate/pull/3326
- Pagespeed filter sorting fix by @akashmannil in https://github.com/bluewave-labs/Checkmate/pull/3332
- Fix/hardcoded dimensions by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3346
- fix: removing GET /monitors from swagger docs by @akashmannil in https://github.com/bluewave-labs/Checkmate/pull/3349
- fix: server validation by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3350
- Fix/env var validation by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3352
- feat: add global swr config by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3353
- replace log statement by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3361
- Fix/types by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3362
- fix: eslint by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3365
- fix: eslint warnings by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3366
- Develop -> master (3.5.0) by @ajhollid in https://github.com/bluewave-labs/Checkmate/pull/3368
Full Changelog: https://github.com/bluewave-labs/Checkmate/compare/v3.4.0...v3.5.0