chore: release v4.5.10 - #4440
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 14:00
2fb5942 to
231bda6
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 15:14
231bda6 to
dfb1041
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 18:48
dfb1041 to
f0e6785
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 1, 2026 08:19
f0e6785 to
f0108a2
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 1, 2026 10:35
f0108a2 to
e6f9e19
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 2, 2026 13:51
e6f9e19 to
c2ef939
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 09:12
c2ef939 to
b0e0029
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 13:03
b0e0029 to
d9f2194
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 14:14
d9f2194 to
8786a3f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 17:31
560772f to
a97ffe5
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 14:04
a97ffe5 to
b1c8d3b
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 14:35
b1c8d3b to
91758c1
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 11:04
91758c1 to
508ea92
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 14:52
508ea92 to
3bad32d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 14:54
3bad32d to
adf7f76
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 15:31
adf7f76 to
8127a87
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 15:35
8127a87 to
87ae92c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 16:29
87ae92c to
281c451
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 16:39
281c451 to
1312ef7
Compare
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
4 new features, 12 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