Skip to content

Releases: triggerdotdev/trigger.dev

@trigger.dev/[email protected]

18 Jul 10:57
0796df2
Compare
Choose a tag to compare
Pre-release

Patch Changes

@trigger.dev/[email protected]

18 Jul 10:57
0796df2
Compare
Choose a tag to compare
Pre-release

Patch Changes

@trigger.dev/[email protected]

18 Jul 10:57
0796df2
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Add runtime version detection for display in the dashboard (#2254)
  • Fail fast in CI when running deploy with missing TRIGGER_ACCESS_TOKEN and add useful error message with link to docs (#2258)
  • Fix Bun runtime path resolution fallback (#2254)

@trigger.dev/[email protected]

18 Jul 10:57
0796df2
Compare
Choose a tag to compare
Pre-release

Patch Changes

[email protected]

04 Jul 15:18
275ce9f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Fix update command version mismatch detection (#2199)
  • Add project details to the whoami command (#2231)
  • experimental processKeepAlive (#2183)
  • Serialize metadata to prevent invalid metadata from breaking run completions (#2219)
  • Updated dependencies:

@trigger.dev/[email protected]

04 Jul 15:19
275ce9f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Provide realtime skipColumns option via untamperable public access tokens (#2201)
  • Updated dependencies:

@trigger.dev/[email protected]

04 Jul 15:19
275ce9f
Compare
Choose a tag to compare
Pre-release

Patch Changes

@trigger.dev/[email protected]

04 Jul 15:19
275ce9f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Now each worker gets it's own pLimit concurrency limiter, and we will only ever dequeue items where there is concurrency capacity, preventing incorrectly retried jobs due to visibility timeout expiry (#2235)
  • Updated dependencies:

@trigger.dev/[email protected]

04 Jul 15:19
275ce9f
Compare
Choose a tag to compare
Pre-release

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/[email protected]

04 Jul 15:18
275ce9f
Compare
Choose a tag to compare
Pre-release

Patch Changes