Skip to content

Releases: wilchn/BlazingQuartz

v0.7.0

06 Apr 03:12
832a6f1
Compare
Choose a tag to compare

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

Full Changelog: v0.6.0...v0.7.0

v0.6.0

14 Nov 00:09
a3b4db5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Oct 01:04
Compare
Choose a tag to compare

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

13 Oct 15:30
f20161d
Compare
Choose a tag to compare

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

07 Oct 00:30
Compare
Choose a tag to compare

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

05 Oct 15:36
fd62df0
Compare
Choose a tag to compare

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

04 Oct 15:23
68f3ca9
Compare
Choose a tag to compare

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