Skip to content

Releases: vlwkaos/asched

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 01:38

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_ROOT must
    upgrade together. Rust consumers must replace direct Routine.cron access
    with Routine.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 asched

or:

cargo install asched --version 0.2.0 --locked

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 02:22