• v0.17.0
    All checks were successful
    CI / Build and Test (push) Successful in 31s
    Stable

    ryan released this 2026-02-18 18:45:03 +00:00 | 28 commits to main since this release

    Features

    • WithDebounce / WithThrottle action trigger options — new composable modifiers for event triggers. OnChange no longer hardcodes a 200ms debounce; callers opt in explicitly via WithDebounce(d).
    • /release claude command for automated release workflow.

    Fixes

    • Embedded NATS is now opt-inNew() no longer starts a NATS server. NATS launches automatically on Start() only if no PubSub backend has been configured. WaitForServer() now has a 10s timeout, preventing test hangs in CI/containers. NATS tests skip gracefully when unavailable.
    Downloads