Skip to content

chore: release v4.5.0#3563

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: release v4.5.0#3563
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 12, 2026

Summary

4 improvements.

Improvements

  • Adds the Sessions primitive — a durable, run-aware stream channel keyed (#3542)
  • Reject overlong idempotencyKey values at the API boundary so they no longer trip an internal size limit on the underlying unique index and surface as a generic 500. Inputs are capped at 2048 characters — well above what idempotencyKeys.create() produces (a 64-character hash) and above any realistic raw key. Applies to tasks.trigger, tasks.batchTrigger, batch.create (Phase 1 streaming batches), wait.createToken, wait.forDuration, and the input/session stream waitpoint endpoints. Over-limit requests now return a structured 400 instead. (#3560)
  • Retry TASK_PROCESS_SIGSEGV task crashes under the user's retry policy instead of failing the run on the first segfault. SIGSEGV in Node tasks is frequently non-deterministic (native addon races, JIT/GC interaction, near-OOM in native code, host issues), so retrying on a fresh process often succeeds. The retry is gated by the task's existing retry config + maxAttempts — same path TASK_PROCESS_SIGTERM and uncaught exceptions already use — so tasks without a retry policy still fail fast. (#3552)
  • The public interfaces for a plugin system. Initially consolidated authentication and authorization interfaces. (#3499)
Raw changeset output

Releases

@trigger.dev/sdk@4.5.0

Minor Changes

  • Adds the Sessions primitive — a durable, run-aware stream channel keyed (#3542)
    on a stable externalId. Public SDK additions: tasks.triggerAndSubscribe()
    and the chat.agent runtime built on top of Sessions. See
    https://trigger.dev/docs/ai-chat/overview for the full feature surface.

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0

@trigger.dev/build@4.5.0

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0

trigger.dev@4.5.0

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0
    • @trigger.dev/build@4.5.0
    • @trigger.dev/schema-to-json@4.5.0

@trigger.dev/core@4.5.0

Patch Changes

  • Reject overlong idempotencyKey values at the API boundary so they no longer trip an internal size limit on the underlying unique index and surface as a generic 500. Inputs are capped at 2048 characters — well above what idempotencyKeys.create() produces (a 64-character hash) and above any realistic raw key. Applies to tasks.trigger, tasks.batchTrigger, batch.create (Phase 1 streaming batches), wait.createToken, wait.forDuration, and the input/session stream waitpoint endpoints. Over-limit requests now return a structured 400 instead. (#3560)
  • Add ChatChunkTooLargeError and ApiClient methods for subscribing to session streams. Lays the groundwork for the upcoming chat.agent. (#3542)
  • Retry TASK_PROCESS_SIGSEGV task crashes under the user's retry policy instead of failing the run on the first segfault. SIGSEGV in Node tasks is frequently non-deterministic (native addon races, JIT/GC interaction, near-OOM in native code, host issues), so retrying on a fresh process often succeeds. The retry is gated by the task's existing retry config + maxAttempts — same path TASK_PROCESS_SIGTERM and uncaught exceptions already use — so tasks without a retry policy still fail fast. (#3552)
  • Adds the Sessions primitive — a durable, run-aware stream channel keyed (#3542)
    on a stable externalId. Public SDK additions: tasks.triggerAndSubscribe()
    and the chat.agent runtime built on top of Sessions. See
    https://trigger.dev/docs/ai-chat/overview for the full feature surface.

@trigger.dev/plugins@4.5.0

Patch Changes

  • The public interfaces for a plugin system. Initially consolidated authentication and authorization interfaces. (#3499)
  • Updated dependencies:
    • @trigger.dev/core@4.5.0

@trigger.dev/python@4.5.0

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0
    • @trigger.dev/sdk@4.5.0
    • @trigger.dev/build@4.5.0

@trigger.dev/react-hooks@4.5.0

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0

@trigger.dev/redis-worker@4.5.0

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0

@trigger.dev/rsc@4.5.0

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0

@trigger.dev/schema-to-json@4.5.0

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0

@github-actions github-actions Bot changed the title chore: release chore: release v4.4.7 May 12, 2026
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@github-actions github-actions Bot changed the title chore: release v4.4.7 chore: release May 12, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 28fd35c to 9a0e7f8 Compare May 12, 2026 16:18
@github-actions github-actions Bot changed the title chore: release chore: release v4.4.7 May 12, 2026
@github-actions github-actions Bot changed the title chore: release v4.4.7 chore: release May 12, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 9a0e7f8 to e477aeb Compare May 12, 2026 17:38
@github-actions github-actions Bot changed the title chore: release chore: release v4.4.7 May 12, 2026
@github-actions github-actions Bot changed the title chore: release v4.4.7 chore: release May 13, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e477aeb to 2dd9063 Compare May 13, 2026 22:45
@github-actions github-actions Bot changed the title chore: release chore: release v4.4.7 May 13, 2026
@github-actions github-actions Bot changed the title chore: release v4.4.7 chore: release May 14, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2dd9063 to 7390aa8 Compare May 14, 2026 12:26
@github-actions github-actions Bot changed the title chore: release chore: release v4.4.7 May 14, 2026
@github-actions github-actions Bot changed the title chore: release v4.4.7 chore: release May 14, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7390aa8 to 48d6326 Compare May 14, 2026 12:43
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.0 May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants