Skip to content

chore: release v4.4.7#3563

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

chore: release v4.4.7#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

1 improvement.

Improvements

  • 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)
Raw changeset output

Releases

@trigger.dev/build@4.4.7

Patch Changes

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

trigger.dev@4.4.7

Patch Changes

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

@trigger.dev/core@4.4.7

Patch Changes

  • 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)

@trigger.dev/python@4.4.7

Patch Changes

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

@trigger.dev/react-hooks@4.4.7

Patch Changes

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

@trigger.dev/redis-worker@4.4.7

Patch Changes

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

@trigger.dev/rsc@4.4.7

Patch Changes

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

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

Patch Changes

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

@trigger.dev/sdk@4.4.7

Patch Changes

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

@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

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