Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 14:07
· 21 commits to master since this release
1e06579

Major Changes

  • #116 2276048 Thanks @gearnode! - This new major version brings scheduling features to the local developer experience.

    Features:

    • concurrency
    • delay
    • reschedule
    • cancel
    • discard
    • DeferError has been replaced with respective errors for each client method.

    Breaking changes:

    • getExecution does not return the result anymore. To do so, one must use getExecutionResult.

Minor Changes