Releases: vlwkaos/asched
Releases · vlwkaos/asched
Release list
v0.2.0
v0.2.0
Features
- Add provider-neutral event-triggered routines with durable event-ID
deduplication, bounded JSON payload delivery, run-cause history, CLI and typed
client fire APIs, cron-compatible state migration, and end-to-end coverage
(8ba278c).
Compatibility
- Existing v1 cron configuration, runtime history, and wsx imports remain
readable without read-time rewrites. - IPC advances to protocol version 3; all clients sharing an
ASCHED_ROOTmust
upgrade together. Rust consumers must replace directRoutine.cronaccess
withRoutine.trigger
(8ba278c).
Bug Fixes
- Authenticate raw Git pushes before updating the Homebrew tap and cover the
release-script contract
(b92cd3b). - Publish the exact versioned changelog section as GitHub Release notes on both
initial creation and workflow reruns
(724f141).
Docs
- Document Homebrew, Cargo, and direct macOS archive installation
(79a1cff). - Record and consolidate event-trigger architecture, lifecycle, migration, IPC,
CLI, TUI, and wsx integration knowledge
(76c04d2,
f586914).
Other
- Synchronize workspace and package versions, the exact
asched-core
dependency, and the lockfile for 0.2.0
(49360c6). - Configure project knowledge collections and automatic release-skill discovery
(25979ad).
Install
brew upgrade aschedor:
cargo install asched --version 0.2.0 --lockedv0.1.0
Full Changelog: https://github.com/vlwkaos/asched/commits/v0.1.0