This repository was archived by the owner on Sep 8, 2025. It is now read-only.
v1.1.1
BREAKING CHANGES
- Websites have been renamed to Endpoint Monitors
- Previously ids were prefixed with
webs_
are now prefixed withendp_
/websites
were moved to/endpoint-monitors
- Durable Objects are referenced by id, and since the
webs_
no longer exists the next attempted monitor execution after migration will fail. I have implemented logic to handle this migration automatically, however
- Previously ids were prefixed with
What's Changed
- Implemented edit website. Fixed DO uninit resume bug by @unibeck in #10
- Disable workers dev url for exec and trigger by @JoaquinGimenez1 in #12
- migration + replace isUp to isExpectedStatus by @Ykherbache in #13
- 17 devcontainer by @unibeck in #20
- rename globally websites to endpointMonitors by @Ykherbache in #22
- 25 biome by @unibeck in #28
New Contributors
- @unibeck made their first contribution in #10
- @JoaquinGimenez1 made their first contribution in #12
- @Ykherbache made their first contribution in #13
Full Changelog: v1.0.0...v1.1.1