chore: release v4.5.0-rc.3#3763
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 27, 2026 16:02
e70fe90 to
a53feb7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 27, 2026 16:19
a53feb7 to
46f550a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 28, 2026 09:30
46f550a to
19f3ef6
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 28, 2026 10:45
19f3ef6 to
ee2900d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 29, 2026 08:05
ee2900d to
43e7131
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 1, 2026 08:39
43e7131 to
4fb968c
Compare
nicktrn
approved these changes
Jun 1, 2026
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
1 improvement, 2 bug fixes.
Improvements
TASK_MIDDLEWARE_ERRORunder the task's retry policy instead of failing the run on the first attempt. The error was already classified as retryable byshouldRetryError, butshouldLookupRetrySettingsdid not include it, so the retry flow fell through tofail_run. Fixes bug: TASK_MIDDLEWARE_ERROR does not trigger retries despite retry config being set #3231. (#3676)Bug fixes
TypeErrorinunflattenAttributeswhen the input attribute map contains conflicting dotted key paths (e.g. botha.bset to a scalar anda.b.cset to a value). The path-walk loop now applies last-write-wins when a prior key wrote a primitive, null, or array at an intermediate slot, matching the existing precedent inAttributeFlattener.addAttribute. Callers no longer crash when handed malformed external attribute inputs. (#3762)processKeepAliveenabled. Every subsequent run's attempt span was being exported with the first run'straceIdandparentSpanId, breaking causal-chain navigation in external APM tools. Runs without an external trace context are unaffected. (#3768)Raw changeset output
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@trigger.dev/build@4.5.0-rc.3
Patch Changes
@trigger.dev/core@4.5.0-rc.3trigger.dev@4.5.0-rc.3
Patch Changes
@trigger.dev/core@4.5.0-rc.3@trigger.dev/build@4.5.0-rc.3@trigger.dev/schema-to-json@4.5.0-rc.3@trigger.dev/core@4.5.0-rc.3
Patch Changes
TASK_MIDDLEWARE_ERRORunder the task's retry policy instead of failing the run on the first attempt. The error was already classified as retryable byshouldRetryError, butshouldLookupRetrySettingsdid not include it, so the retry flow fell through tofail_run. Fixes bug: TASK_MIDDLEWARE_ERROR does not trigger retries despite retry config being set #3231. (#3676)TypeErrorinunflattenAttributeswhen the input attribute map contains conflicting dotted key paths (e.g. botha.bset to a scalar anda.b.cset to a value). The path-walk loop now applies last-write-wins when a prior key wrote a primitive, null, or array at an intermediate slot, matching the existing precedent inAttributeFlattener.addAttribute. Callers no longer crash when handed malformed external attribute inputs. (#3762)processKeepAliveenabled. Every subsequent run's attempt span was being exported with the first run'straceIdandparentSpanId, breaking causal-chain navigation in external APM tools. Runs without an external trace context are unaffected. (#3768)@trigger.dev/plugins@4.5.0-rc.3
Patch Changes
@trigger.dev/core@4.5.0-rc.3@trigger.dev/python@4.5.0-rc.3
Patch Changes
@trigger.dev/core@4.5.0-rc.3@trigger.dev/build@4.5.0-rc.3@trigger.dev/sdk@4.5.0-rc.3@trigger.dev/react-hooks@4.5.0-rc.3
Patch Changes
@trigger.dev/core@4.5.0-rc.3@trigger.dev/redis-worker@4.5.0-rc.3
Patch Changes
@trigger.dev/core@4.5.0-rc.3@trigger.dev/rsc@4.5.0-rc.3
Patch Changes
@trigger.dev/core@4.5.0-rc.3@trigger.dev/schema-to-json@4.5.0-rc.3
Patch Changes
@trigger.dev/core@4.5.0-rc.3@trigger.dev/sdk@4.5.0-rc.3
Patch Changes
@trigger.dev/core@4.5.0-rc.3