Skip to content

Releases: jdp5949/rusty-sched

v0.3.4

07 Jun 00:14
b42eda3

Choose a tag to compare

What's Changed

  • fix(install): linux x86_64 uses static musl binary (v0.3.4) by @jdp5949 in #71

Full Changelog: v0.3.3...v0.3.4

v0.3.3

06 Jun 23:49
9f758b5

Choose a tag to compare

What's Changed

  • fix(store): create SQLite db on first boot (v0.3.3) by @jdp5949 in #70

Full Changelog: v0.3.2...v0.3.3

v0.3.2

06 Jun 22:59
bcdfd9a

Choose a tag to compare

What's Changed

  • fix(release): rpm package.description + bump v0.3.2 by @jdp5949 in #69

Full Changelog: v0.3.1...v0.3.2

v0.3.1

06 Jun 22:42
4fb39ab

Choose a tag to compare

What's Changed

  • fix(release): repair .rpm packaging + best-effort native installers by @jdp5949 in #67
  • chore(release): bump to v0.3.1 by @jdp5949 in #68

Full Changelog: v0.3.0...v0.3.1

v0.3.0

06 Jun 22:20
138cec2

Choose a tag to compare

What's Changed

  • feat(v0.3): Autosys parity core — box semantics, exit policy, look-back conditions, WS log tail by @jdp5949 in #29
  • feat(v0.3.1): tick loop honors include + exclude calendars by @jdp5949 in #30
  • feat(v0.4): auth + RBAC + API keys + audit log + UI login by @jdp5949 in #31
  • feat(v0.7-alpha): UI polish — tabs, dark mode, job filter, users/audit/api-keys pages by @jdp5949 in #32
  • feat(v0.4.1)!: lock down writes — RBAC enforced, CLI reads RSCHED_TOKEN by @jdp5949 in #33
  • feat(v0.3.2): box state evaluator + must_times SLA helper (pure functions) by @jdp5949 in #34
  • feat(v0.5): Autosys virtual resources — atomic acquire/release in scheduler by @jdp5949 in #35
  • feat(v0.6): Autosys globals, value() eval, autorep, sendevent SET_GLOBAL by @jdp5949 in #36
  • feat(v0.5.1): resources REST + Resources/Globals UI tabs + JIL resources: parse by @jdp5949 in #37
  • feat(v0.6.1): CHANGE_STATUS sendevent verb — manual run-state transitions by @jdp5949 in #38
  • feat(v0.6.2): SEND_SIGNAL — forward unix signals to running runs by @jdp5949 in #39
  • feat(v0.7.1): per-run rusage — peak RSS + CPU seconds by @jdp5949 in #40
  • docs(v1.0-alpha): mdBook docs site under docs/book/ + gh-pages CI publish by @jdp5949 in #41
  • feat(v0.3.3): wire file + webhook triggers into the runtime by @jdp5949 in #42
  • feat(v0.7.3): visual DAG viewer tab with box grouping by @jdp5949 in #44
  • feat(v0.3.4): 5-minute replay-dedup window on webhook receiver by @jdp5949 in #45
  • feat(v0.4.2-partial): CSRF schema + sessions.csrf_token column by @jdp5949 in #50
  • feat(v0.8): signed packaging — .pkg / MSI / .deb / .rpm + brew tap + winget manifest by @jdp5949 in #43
  • feat(v0.7.4): Cronicle-compatible plugin host (Shell::Plugin + JSON-over-stdio) by @jdp5949 in #48
  • feat(v0.5.2): mTLS gRPC remote agent skeleton by @jdp5949 in #49
  • feat(v0.8-alpha): Raft HA skeleton by @jdp5949 in #47
  • feat(v1.0-alpha): chaos suite + criterion benches by @jdp5949 in #46
  • v2: Cronicle-model simplification + UI rebuild + GUI job builder by @jdp5949 in #64
  • v2 follow-ups + ship v0.2.0: dashboard summary, JIL import, cleanup by @jdp5949 in #65
  • chore(release): bump to v0.3.0 by @jdp5949 in #66

Full Changelog: v0.2.1...v0.3.0

v0.2.1

20 May 02:53

Choose a tag to compare

What's Changed

  • fix(install): redirect info() to stderr by @jdp5949 in #28

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 May 02:43

Choose a tag to compare

What's Changed

  • feat(m15): retry engine — dispatch consumer honors job.retry.{max_attempts,backoff} by @jdp5949 in #21
  • feat(m18): JIL parser (Autosys text DSL) + cli jil subcommand by @jdp5949 in #20
  • feat(m14): persist run logs + run-detail API + UI log viewer by @jdp5949 in #24
  • feat(m16): Postgres backend via sqlx Any (--db-url postgres://...) by @jdp5949 in #23
  • feat(m19): conditions DSL parser + scheduler integration for Dep triggers by @jdp5949 in #22
  • feat(m17): inline CodeMirror job editor by @jdp5949 in #25
  • feat(m21): job stats API + sparkline UI by @jdp5949 in #26
  • feat(m20): live KILLJOB via run handle registry by @jdp5949 in #27

Full Changelog: v0.1.1...v0.2.0

v0.1.1

19 May 10:30

Choose a tag to compare

What's Changed

  • feat: Autosys-style CLI (update/delete/show/runs/sendevent) + SMTP email alerts by @jdp5949 in #18

Full Changelog: v0.1.0...v0.1.1