Uh oh!
There was an error while loading. Please reload this page.
chore: release v4.5.10 - #4440
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
github-actionsBotforce-pushed
the
changeset-release/main
branch
from
July 31, 2026 14:00
2fb5942 to
231bda6Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
July 31, 2026 15:14
231bda6 to
dfb1041Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
July 31, 2026 18:48
dfb1041 to
f0e6785Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 1, 2026 08:19
f0e6785 to
f0108a2Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 1, 2026 10:35
f0108a2 to
e6f9e19Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 2, 2026 13:51
e6f9e19 to
c2ef939Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 3, 2026 09:12
c2ef939 to
b0e0029Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 3, 2026 13:03
b0e0029 to
d9f2194Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 3, 2026 14:14
d9f2194 to
8786a3fComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 3, 2026 17:31
560772f to
a97ffe5Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 4, 2026 14:04
a97ffe5 to
b1c8d3bComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 4, 2026 14:35
b1c8d3b to
91758c1Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 5, 2026 11:04
91758c1 to
508ea92Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 5, 2026 14:52
508ea92 to
3bad32dComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 5, 2026 14:54
3bad32d to
adf7f76Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 5, 2026 15:31
adf7f76 to
8127a87Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 5, 2026 15:35
8127a87 to
87ae92cComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 5, 2026 16:29
87ae92c to
281c451Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 5, 2026 16:39
281c451 to
1312ef7Compare
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 freeto 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
4 new features, 11 improvements, 13 bug fixes.
Highlights
@trigger.dev/core/v3/apiKeysnow exports the additional-key format helper. (#4389)Improvements
emitDecoratorMetadata()with TypeScript 7 can install the@typescript/typescript6compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler. (#4318)AgentChat.reconnect()now settles promptly when reconnecting to an idle chat instead of holding the connection open for the full long-poll window. Also upgrades the S2 streamstore client to 0.25 and moves realtime streams to S2's current hosts. (#4349)Bug fixes
chat.agentrun dropping an in-flight message when it retries after an out-of-memory error. The message being processed when the run hit the OOM is now recovered and re-run on the retry, instead of being skipped while the run waited for a new message. (#4349)Server changes
These changes affect the self-hosted Docker image and Trigger.dev Cloud:
batchTriggerAndWaitnow fails with an error instead of leaving the parent run waiting forever, and the batches page says so rather than reporting that it resumed. (#4397)priorityno longer fails. The priority is now capped to the highest supported value instead of erroring out. (#4512)trigger devbecome available to them without an admin having to set anything up. Members who were already missing one are repaired the next time their membership is synced from your identity provider. (#4426)Raw changeset output
Releases
@trigger.dev/build@4.5.10
Patch Changes
emitDecoratorMetadata()with TypeScript 7 can install the@typescript/typescript6compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler. (#4318)@trigger.dev/core@4.5.10trigger.dev@4.5.10
Patch Changes
AgentChat.reconnect()now settles promptly when reconnecting to an idle chat instead of holding the connection open for the full long-poll window. Also upgrades the S2 streamstore client to 0.25 and moves realtime streams to S2's current hosts. (#4349)emitDecoratorMetadata()with TypeScript 7 can install the@typescript/typescript6compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler. (#4318)@trigger.dev/core@4.5.10@trigger.dev/build@4.5.10@trigger.dev/schema-to-json@4.5.10@trigger.dev/core@4.5.10
Patch Changes
AgentChat.reconnect()now settles promptly when reconnecting to an idle chat instead of holding the connection open for the full long-poll window. Also upgrades the S2 streamstore client to 0.25 and moves realtime streams to S2's current hosts. (#4349)@trigger.dev/core/v3/apiKeysnow exports the additional-key format helper. (#4389)emitDecoratorMetadata()with TypeScript 7 can install the@typescript/typescript6compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler. (#4318)@trigger.dev/python@4.5.10
Patch Changes
emitDecoratorMetadata()with TypeScript 7 can install the@typescript/typescript6compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler. (#4318)@trigger.dev/sdk@4.5.10@trigger.dev/core@4.5.10@trigger.dev/build@4.5.10@trigger.dev/react-hooks@4.5.10
Patch Changes
emitDecoratorMetadata()with TypeScript 7 can install the@typescript/typescript6compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler. (#4318)@trigger.dev/core@4.5.10@trigger.dev/redis-worker@4.5.10
Patch Changes
emitDecoratorMetadata()with TypeScript 7 can install the@typescript/typescript6compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler. (#4318)@trigger.dev/core@4.5.10@trigger.dev/rsc@4.5.10
Patch Changes
emitDecoratorMetadata()with TypeScript 7 can install the@typescript/typescript6compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler. (#4318)@trigger.dev/core@4.5.10@trigger.dev/schema-to-json@4.5.10
Patch Changes
emitDecoratorMetadata()with TypeScript 7 can install the@typescript/typescript6compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler. (#4318)@trigger.dev/core@4.5.10@trigger.dev/sdk@4.5.10
Patch Changes
chat.agentrun dropping an in-flight message when it retries after an out-of-memory error. The message being processed when the run hit the OOM is now recovered and re-run on the retry, instead of being skipped while the run waited for a new message. (#4349)AgentChat.reconnect()now settles promptly when reconnecting to an idle chat instead of holding the connection open for the full long-poll window. Also upgrades the S2 streamstore client to 0.25 and moves realtime streams to S2's current hosts. (#4349)@trigger.dev/core/v3/apiKeysnow exports the additional-key format helper. (#4389)emitDecoratorMetadata()with TypeScript 7 can install the@typescript/typescript6compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler. (#4318)@trigger.dev/core@4.5.10