Skip to content

chore: release v4.5.0-rc.3#3763

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: release v4.5.0-rc.3#3763
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 27, 2026

Summary

1 improvement, 1 bug fix.

Improvements

Bug fixes

  • Fix TypeError in unflattenAttributes when the input attribute map contains conflicting dotted key paths (e.g. both a.b set to a scalar and a.b.c set 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 in AttributeFlattener.addAttribute. Callers no longer crash when handed malformed external attribute inputs. (#3762)
Raw changeset output

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@trigger.dev/build@4.5.0-rc.3

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.3

trigger.dev@4.5.0-rc.3

Patch Changes

  • Updated dependencies:
    • @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

  • Retry TASK_MIDDLEWARE_ERROR under the task's retry policy instead of failing the run on the first attempt. The error was already classified as retryable by shouldRetryError, but shouldLookupRetrySettings did not include it, so the retry flow fell through to fail_run. Fixes bug: TASK_MIDDLEWARE_ERROR does not trigger retries despite retry config being set #3231. (#3676)
  • Fix TypeError in unflattenAttributes when the input attribute map contains conflicting dotted key paths (e.g. both a.b set to a scalar and a.b.c set 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 in AttributeFlattener.addAttribute. Callers no longer crash when handed malformed external attribute inputs. (#3762)

@trigger.dev/plugins@4.5.0-rc.3

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.3

@trigger.dev/python@4.5.0-rc.3

Patch Changes

  • Updated dependencies:
    • @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

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.3

@trigger.dev/redis-worker@4.5.0-rc.3

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.3

@trigger.dev/rsc@4.5.0-rc.3

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.3

@trigger.dev/schema-to-json@4.5.0-rc.3

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.3

@trigger.dev/sdk@4.5.0-rc.3

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.0-rc.3

@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.3 May 27, 2026
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.3 chore: release (rc) May 27, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e70fe90 to a53feb7 Compare May 27, 2026 16:02
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.3 May 27, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.0-rc.3 chore: release (rc) May 27, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a53feb7 to 46f550a Compare May 27, 2026 16:19
@github-actions github-actions Bot changed the title chore: release (rc) chore: release v4.5.0-rc.3 May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: TASK_MIDDLEWARE_ERROR does not trigger retries despite retry config being set

0 participants