Skip to content

chore: release v4.5.0-rc.1#3691

Merged
ericallam merged 1 commit into
mainfrom
changeset-release/main
May 21, 2026
Merged

chore: release v4.5.0-rc.1#3691
ericallam merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

Summary

2 bug fixes.

Bug fixes

  • Fix chat.agent skills silently missing in trigger dev for projects whose task files read process.env at module top level (e.g. a third-party SDK client initialized at import). Skill folders now bundle into .trigger/skills/ reliably regardless of which env vars are set when the CLI launches. (#3690)
  • Fix COULD_NOT_FIND_EXECUTOR when a task's definition is loaded via await import(...) from inside another task's run(). The runtime workers now register such tasks with a sentinel file context, and the catalog logs a one-time warning per task id. (#3688)
Raw changeset output

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@trigger.dev/build@4.5.0-rc.1

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.1

trigger.dev@4.5.0-rc.1

Patch Changes

  • Fix chat.agent skills silently missing in trigger dev for projects whose task files read process.env at module top level (e.g. a third-party SDK client initialized at import). Skill folders now bundle into .trigger/skills/ reliably regardless of which env vars are set when the CLI launches. (#3690)
  • Fix COULD_NOT_FIND_EXECUTOR when a task's definition is loaded via await import(...) from inside another task's run(). The runtime workers now register such tasks with a sentinel file context, and the catalog logs a one-time warning per task id. (#3688)
  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.1
    • @trigger.dev/build@4.5.0-rc.1
    • @trigger.dev/schema-to-json@4.5.0-rc.1

@trigger.dev/core@4.5.0-rc.1

Patch Changes

  • Fix COULD_NOT_FIND_EXECUTOR when a task's definition is loaded via await import(...) from inside another task's run(). The runtime workers now register such tasks with a sentinel file context, and the catalog logs a one-time warning per task id. (#3688)

@trigger.dev/plugins@4.5.0-rc.1

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.1

@trigger.dev/python@4.5.0-rc.1

Patch Changes

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

@trigger.dev/react-hooks@4.5.0-rc.1

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.1

@trigger.dev/redis-worker@4.5.0-rc.1

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.1

@trigger.dev/rsc@4.5.0-rc.1

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.1

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

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.1

@trigger.dev/sdk@4.5.0-rc.1

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.1

@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.1 May 21, 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.5.0-rc.1 chore: release (rc) May 21, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from aa39a68 to 6532e1f Compare May 21, 2026 15:32
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.1 May 21, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.1 chore: release (rc) May 21, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6532e1f to 63cf2f8 Compare May 21, 2026 15:35
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.1 May 21, 2026
@ericallam ericallam merged commit 0b5b817 into main May 21, 2026
8 checks passed
@ericallam ericallam deleted the changeset-release/main branch May 21, 2026 15:40
@ericallam ericallam deployed to npm-publish May 21, 2026 15:40 — with GitHub Actions Active
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.

1 participant