Product updates
Stay up to date with the latest features, improvements, and releases
Uptimer v1.3.0 & Python SDK v0.4.0
2026-07-15Features
- Assign regions to a rule when creating or updating it over the REST API — a new "regions" field on the rule payload, matched by region name.
- Python SDK v0.4.0: set regions on rule create/update published to PyPI
Previously a rule created through the API had no region and stayed at No Data (never checked) until someone opened it in the dashboard and assigned one — which blocked fully headless and SDK-driven monitoring. Now an API- or SDK-created rule can be given its regions up front and starts running immediately. Unknown region names return a clear validation error; omit the field for no region.
Instant Check Launch
2025-10-12Features
- Added Instant Check feature with sharable results.
- Introduced Singapore region (SG).
Instant Check enables users to test the availability and HTTP response of a website from multiple geographic regions. After submitting a URL, each region performs an independent check, and results are displayed incrementally as they arrive. The results can be shared through a public link and are stored for 72 hours. The check verifies that the response code is in the 20× range; otherwise, a warning is shown.
Uptimer v1.2.0
2025-09-13Features
- CSS rework with minification and class mapping CSS/JS reduced ~50%
- HTML size reduced through CSS class minification
Fixes
- Fixed paging issue on the rule availability history page.
- UI error messages updated for clarity.
Summary: This update improves site load speed.
- Reduced CSS and JS bundle sizes.
- Fewer HTTP requests for CSS, JS, and font files.
- HTML size reduced through CSS class minification.
Faster load times mean a smoother developer and user experience — aligning with our vision of lightweight, transparent, and reliable tools.
Uptimer (self-hosted) v1.1.0
2025-08-20- Version number displayed alongside project name
- Improved OIDC-to-user mapping (security fix)
- Fixed header spacing issue on the rules list page
Redesign and Python SDK updates
2025-08-19SaaS updates
- Launched public API Officially launched our public API 🚀
- Redesigned pages for improved clarity and navigation Rolled out fully redesigned pages for a smoother experience
Python SDK v0.3.0
- Self-hosted client now requires a base_url
- Introduced cloud client for integration
- Updated documentation for clarity
August 10, 2025 updates
2025-08-10Python SDK v0.2.0
- First public Python SDK version
- Added full rule management (create, update, delete, list)
- New APIs for regions, rules, and workspaces
Uptimer (self-hosted) v1.0.0
- New APIs: rules (CRUD), version, regions, workspaces
- UI supports API key and token management
- Core refactor: app initialization, services, handlers, tests Major core refactor: app initialization, services, handlers, tests
- Refreshed UI
- Optimized performance Fewer SQL queries, parallel API tests
Documentation
- Updated documentation for Uptimer v1.0.0
Documentation - initial launch
2025-06-21- Documentation launched with initial version of Uptimer (v0.2.0)