chore: release v4.5.11 - #4557
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 12:56
96e73d7 to
ff82729
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 10:47
ff82729 to
20cbc11
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 15:02
20cbc11 to
07ea290
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 15:54
07ea290 to
f7130d2
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 16:58
f7130d2 to
768a850
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 06:41
768a850 to
504257f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 07:19
504257f to
9612832
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 07:54
9612832 to
6a6b7ea
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 09:15
6a6b7ea to
1b8e574
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 09:54
1b8e574 to
24e4a2f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 10:04
24e4a2f to
2412738
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 10:47
2412738 to
e2d3868
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 11:27
e2d3868 to
012bdc2
Compare
| { | ||
| "name": "@trigger.dev/core", | ||
| "version": "4.5.10", | ||
| "version": "4.5.11", |
Contributor
There was a problem hiding this comment.
🔍 packages/plugins stays at 4.5.2 while all other public packages move to 4.5.11
All other public packages in packages/* were bumped to 4.5.11 by the changesets action, but packages/plugins/package.json remains at 4.5.2. This is likely fine (no changeset targeted it, and it may be private/unreleased), but worth confirming it is intentionally excluded from the release set rather than missing from .changeset/config.json ignore/linked config.
Was this helpful? React with 👍 or 👎 to provide feedback.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
3 new features, 13 improvements, 5 bug fixes.
Highlights
trigger deployto authenticate with an environment API key fromTRIGGER_ACCESS_TOKEN. (#4561)Improvements
Chat in the browser now reconnects when the connection drops mid-turn, instead of leaving the reply stuck as if it were still generating. Reports can be fetched as structured data with the
jsonformat, and the shortest report period is now one minute (1m,30m,1h,7d). Themint-tokencommand's help is clearer too: a token minted without--capis read-only, and--ttlshows the correct maximum lifetime of 7 days. (#4418)The dev environment onboarding now tracks real progress. After you run
init, the setup checklist marks your project as initialized, and it updates live as your dev server connects and your tasks register. The blank state also adds a "Copy AI agent prompt" button that copies a ready-to-paste setup prompt (pre-filled with your project reference) for Claude Code, Cursor, or any coding agent. (#4563)The
initscaffold now imports from@trigger.dev/sdkinstead of the deprecated@trigger.dev/sdk/v3subpath.Deployed images now ship dependencies and bundled task code as separate layers. Repeat deploys with unchanged dependencies typically push and pull far less data, making deploys and worker image pulls faster. (#4551)
The current-worker API now reports each task's queue, so you can see which tasks write to a given queue. (#4525)
Server changes
These changes affect the self-hosted Docker image and Trigger.dev Cloud:
Meet the dashboard agent: a chat in every environment that answers questions about your runs, queues, errors and health with real data and links, replacing Ask AI everywhere it used to appear. Investigate a failed run, an error, a backed-up queue or a run that hasn't started to get a worked-through answer — what happened, why, and how to fix it, with every claim linked to the runs, errors and deploys behind it. It reads your data read-only, works on preview and dev branches with that branch's own data, and reads the same everywhere — dashboard, terminal, editor. A very long chat keeps working: the agent summarises the earlier part and carries on.
Watch… on a run, queue, error or the health report tells you when things change: a run finishes, a queue clears or grows past a number you pick, an error comes back, an environment recovers. The answer arrives in the chat and, if you want, by email, Slack or webhook — and the agent can look into bad news on its own. A watch reaches you on any browser you sign in from, without opening the chat first.
A sample of conversations is scored automatically so the agent keeps getting better; only the score and a one-line summary are kept, never your messages, data or code, and we can switch it off for your organization on request. The Docs button is gone from page headers — ask the agent instead, or open Documentation from Help & Feedback. Separately, a queue's wait times, peak depth, throughput and throttling can now be read from the API. (#4418)
Add backend support for delaying cron schedules within a specified window with a minimum of 60 seconds. (#4566)
Database queries that filter on a list of values now reuse cached query plans more consistently, instead of forcing the database to re-plan whenever the list length changes. (#4480)
Database connection metrics are now reported for every configured database connection instead of only the primary one, and stay accurate regardless of connection type. (#4541)
Deployment-related API endpoints now draw from their own generous rate limit budget, configurable via the
DEPLOYMENT_RATE_LIMIT_*environment variables, so runtime API traffic no longer competes with deployments for the same per-environment budget. (#4565)Deleting or editing a secret environment variable is now fast and no longer slows down as a project accumulates variables. (#4555)
Groundwork for an alternative database connection driver, gated behind configuration and disabled by default, so there is no change to default behavior. (#4539)
Deleting an alert channel is now fast and no longer slows down as a project builds up alert history. (#4554)
Reduced internal overhead on the API under high load. (#4532)
Make background worker registration cheaper for projects with many scheduled tasks by scoping declarative schedule reconciliation to the current environment and dropping redundant schedule lookups. (#4577)
Speed up setting and importing environment variables for projects with many variables. (#4579)
Creating an organization sometimes left you back on the creation form even though the organization had already been created, so clicking Create again made a duplicate. Creating an organization now completes and takes you to your new organization. (#4530)
Ensure creating a project completes instead of returning to its creation form after a navigation error. (#4584)
The health report now says start latency is "unknown" when there is no data for it, instead of showing a healthy-looking 0ms (#4544)
Realtime streams written inside a chat session run now use the same backend as the session itself, and runs are no longer created against a backend that cannot serve them. (#4564)
The grouped "watch updates" notification now shows the total number of results waiting, instead of only the most recent batch's count. (#4525)
Raw changeset output
Releases
@trigger.dev/build@4.5.11
Patch Changes
@trigger.dev/core@4.5.11trigger.dev@4.5.11
Patch Changes
Chat in the browser now reconnects when the connection drops mid-turn, instead of leaving the reply stuck as if it were still generating. Reports can be fetched as structured data with the
jsonformat, and the shortest report period is now one minute (1m,30m,1h,7d). Themint-tokencommand's help is clearer too: a token minted without--capis read-only, and--ttlshows the correct maximum lifetime of 7 days. (#4418)Allow
trigger deployto authenticate with an environment API key fromTRIGGER_ACCESS_TOKEN. (#4561)The dev environment onboarding now tracks real progress. After you run
init, the setup checklist marks your project as initialized, and it updates live as your dev server connects and your tasks register. The blank state also adds a "Copy AI agent prompt" button that copies a ready-to-paste setup prompt (pre-filled with your project reference) for Claude Code, Cursor, or any coding agent. (#4563)The
initscaffold now imports from@trigger.dev/sdkinstead of the deprecated@trigger.dev/sdk/v3subpath.Deployed images now ship dependencies and bundled task code as separate layers. Repeat deploys with unchanged dependencies typically push and pull far less data, making deploys and worker image pulls faster. (#4551)
Updated dependencies:
@trigger.dev/core@4.5.11@trigger.dev/build@4.5.11@trigger.dev/schema-to-json@4.5.11@trigger.dev/core@4.5.11
Patch Changes
jsonformat, and the shortest report period is now one minute (1m,30m,1h,7d). Themint-tokencommand's help is clearer too: a token minted without--capis read-only, and--ttlshows the correct maximum lifetime of 7 days. (#4418)@trigger.dev/python@4.5.11
Patch Changes
@trigger.dev/core@4.5.11@trigger.dev/sdk@4.5.11@trigger.dev/build@4.5.11@trigger.dev/react-hooks@4.5.11
Patch Changes
@trigger.dev/core@4.5.11@trigger.dev/redis-worker@4.5.11
Patch Changes
@trigger.dev/core@4.5.11@trigger.dev/rsc@4.5.11
Patch Changes
@trigger.dev/core@4.5.11@trigger.dev/schema-to-json@4.5.11
Patch Changes
@trigger.dev/core@4.5.11@trigger.dev/sdk@4.5.11
Patch Changes
jsonformat, and the shortest report period is now one minute (1m,30m,1h,7d). Themint-tokencommand's help is clearer too: a token minted without--capis read-only, and--ttlshows the correct maximum lifetime of 7 days. (#4418)@trigger.dev/core@4.5.11