v2.18.28

cloudflare/pingorav2.18.28Jul 22, 2026by github-actions[bot]

AI Summary

A bugfix release that improves the validation of cron schedule formats by moving the check to the backend.

Key Highlights

  • Fixed cron schedule format validation logic
  • Validation now performed by backend endpoint instead of JavaScript library
  • Released on 2026-07-22

Full Release Notes

## Bugfixes
* Validate schedule cron format using backend endpoint instead of JS library