v2.18.28
semaphoreui/semaphorev2.18.28Jul 22, 2026by github-actions[bot]
AI Summary
This release improves the validation of cron schedules by moving the format checking logic to the backend endpoint, eliminating the need for JavaScript libraries.
Key Highlights
- Backend now validates cron format
- Removed dependency on JS library for validation
- Improved server-side validation logic
Full Release Notes
## Bugfixes * Validate schedule cron format using backend endpoint instead of JS library