chore: release v4.5.0-rc.3#3763
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
e70fe90 to
a53feb7
Compare
a53feb7 to
46f550a
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
1 improvement, 1 bug fix.
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)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)@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