Releases: wilchn/BlazingQuartz
Releases · wilchn/BlazingQuartz
v0.7.0
What's Changed
- Update Docker run command in README by @elhosayny in #30
- Upgrade to .NET 8 and latest NuGet packages by @wilchn in #34
- Fix GitHub Actions build error due to artifact not found by @wilchn in #35
New Contributors
- @elhosayny made their first contribution in #30
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
What's Changed
- Fix Daily trigger to allow trigger once per day
- Fix mobile layout of create schedule dialog
- Fix create schedule dialog autocomplete fields does not allow entering value that is not in the list
- Fix create trigger displaying duplicate timezone
- Added 'Trigger Now' action button
- Disable Delete and Edit button while job is running
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Implement Overview page
- Fix UI displaying execution as success even HttpJob return error status code
- Mark terminated job as Failed status with 'Incomplete execution' error message
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Remove use of table mobile layout
- Job group and trigger group dropdown display list of existing groups when empty
- Smart assign default trigger name during create new schedule
- UI that provide sample cron expressions
- Validate cron expression before saving schedule
- Make expired start date & time empty in Edit and Clone schedule
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Allow setting HTTP call timeout
- Fixed daily trigger once only
- Modify HttpJob UI layout
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First release
Features
- Add, modify jobs and triggers
- Support Cron, Daily, Simple trigger
- Pause, resume, clone scheduled jobs
- Create custom UI to configure job
- Dynamic variables support
- Monitor currently executing jobs
- Load custom job DLLs through configuration
- Display job execution logs, state, return message and error message
- Filter execution logs
- Store execution logs into any database
- Build-in support for SQLite, MSSQL and PostgreSQL
- Auto cleanup of old execution logs
- Configurable logs retention days
- Build-in Jobs
- HTTP API client job