Skip to content

chore: release v4.5.0-rc.2#3702

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

chore: release v4.5.0-rc.2#3702
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 22, 2026

Summary

1 improvement.

Improvements

  • Add TriggerClient for running multiple SDK clients side-by-side, each with its own auth, preview branch, and baseURL. Useful when a single process needs to trigger tasks or read runs across multiple projects, environments, or preview branches without mutating shared global state. (#3683)
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.2

Patch Changes

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

trigger.dev@4.5.0-rc.2

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

  • Add TriggerClient for running multiple SDK clients side-by-side, each with its own auth, preview branch, and baseURL. Useful when a single process needs to trigger tasks or read runs across multiple projects, environments, or preview branches without mutating shared global state. (#3683)

    import { TriggerClient } from "@trigger.dev/sdk";
    
    const prod = new TriggerClient({ accessToken: process.env.TRIGGER_PROD_KEY });
    const preview = new TriggerClient({
      accessToken: process.env.TRIGGER_PREVIEW_KEY,
      previewBranch: "signup-flow",
    });
    
    await prod.tasks.trigger("send-email", payload);
    await preview.runs.list({ status: ["COMPLETED"] });
  • Updated dependencies:

    • @trigger.dev/core@4.5.0-rc.2

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

@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.2 May 22, 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.2 chore: release (rc) May 22, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 9634f52 to a7b2ff2 Compare May 22, 2026 13:44
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.2 May 22, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.2 chore: release (rc) May 22, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a7b2ff2 to e67e643 Compare May 22, 2026 14:12
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.2 May 22, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.2 chore: release (rc) May 22, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e67e643 to 8514f1e Compare May 22, 2026 14:43
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.2 May 22, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.2 chore: release (rc) May 22, 2026
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.2 May 22, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 8514f1e to 5dab2df Compare May 22, 2026 15:29
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.2 chore: release (rc) May 22, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 5dab2df to f32ca91 Compare May 22, 2026 15:35
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.2 May 22, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.2 chore: release (rc) May 22, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f32ca91 to cd1ea9f Compare May 22, 2026 16:20
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.2 May 22, 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