github triggerdotdev/trigger.dev @trigger.dev/react-hooks@4.0.0-v4-beta.22

latest releases: re2-test-supervisor-podcount-backpressure-rc2, re2-prod-supervisor-podcount-backpressure, build-hotfix-wq-len...
pre-release11 months ago

Patch Changes

  • Added the ability to specify a "createdAt" filter when subscribing to tags in our useRealtime hooks: (#2158)

    // Only subscribe to runs created in the last 10 hours
    useRealtimeRunWithTags("my-tag", { createdAt: "10h" });

    You can also now choose to skip subscribing to specific columns by specifying the skipColumns option:

    useRealtimeRun(run.id, { skipColumns: ["usageDurationMs"] });
  • Fixes an issue with realtime when re-subscribing to a run, that would temporarily display stale data and the changes. Now when re-subscribing to a run only the latest changes will be vended (#2162)

  • Updated dependencies:

    • @trigger.dev/core@4.0.0-v4-beta.22

Don't miss a new trigger.dev release

NewReleases is sending notifications on new releases.