Skip to content

Releases: triggerdotdev/trigger.dev

[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

@trigger.dev/[email protected]

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

Patch Changes

  • Add project details to the whoami command (#2231)
  • 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)

@trigger.dev/[email protected]

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

Patch Changes

[email protected]

06 Jun 09:54
bb1f0a7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Runtime agnostic SDK config via env vars (#2132)
  • Fix update command version range handling (#2153)
    • Resolve issue where CLI could get stuck during deploy finalization (#2138)
    • Unify local and remote build logic, with multi-platform build support
    • Improve switch command; now accepts profile name as an argument
    • Registry configuration is now fully managed by the webapp
    • The deploy --self-hosted flag is no longer required
    • Enhance deployment error reporting and image digest retrieval
  • Update profile switcher (#2150)
  • Updated dependencies:

@trigger.dev/[email protected]

06 Jun 09:54
bb1f0a7
Compare
Choose a tag to compare
Pre-release

Patch Changes