Skip to content

chore: release v4.5.2#4180

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

chore: release v4.5.2#4180
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

1 improvement, 4 bug fixes.

Improvements

  • Add SDK and API client helpers for run bulk actions. (#4105)

Bug fixes

  • Fix chat turns that throw (for example from an onTurnStart hook) leaking their message listener, which lost or duplicated messages sent during later turns. (#4176)
  • Fix chat.agent and chat.createSession permanently dropping user messages when several arrived during a single turn: every buffered message is now dispatched as its own turn instead of only the first. (#4176)
  • Fix chat continuation runs replaying already-answered messages: turns delivered while the run was suspended now advance the session.in resume cursor, so a new run picks up exactly where the previous one left off. (#4176)
  • Fix chat.createSession swallowing a message sent shortly after stopping a turn: the turn's message listener now detaches when the stream settles, so those messages run as the next turn. (#4176)
Raw changeset output

Releases

@trigger.dev/build@4.5.2

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.2

trigger.dev@4.5.2

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.2
    • @trigger.dev/build@4.5.2
    • @trigger.dev/schema-to-json@4.5.2

@trigger.dev/core@4.5.2

Patch Changes

  • Add SDK and API client helpers for run bulk actions. (#4105)

@trigger.dev/python@4.5.2

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.2
    • @trigger.dev/sdk@4.5.2
    • @trigger.dev/build@4.5.2

@trigger.dev/react-hooks@4.5.2

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.2

@trigger.dev/redis-worker@4.5.2

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.2

@trigger.dev/rsc@4.5.2

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.2

@trigger.dev/schema-to-json@4.5.2

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.2

@trigger.dev/sdk@4.5.2

Patch Changes

  • Add SDK and API client helpers for run bulk actions. (#4105)
  • Fix chat turns that throw (for example from an onTurnStart hook) leaking their message listener, which lost or duplicated messages sent during later turns. (#4176)
  • Fix chat.agent and chat.createSession permanently dropping user messages when several arrived during a single turn: every buffered message is now dispatched as its own turn instead of only the first. (#4176)
  • Fix chat continuation runs replaying already-answered messages: turns delivered while the run was suspended now advance the session.in resume cursor, so a new run picks up exactly where the previous one left off. (#4176)
  • Fix chat.createSession swallowing a message sent shortly after stopping a turn: the turn's message listener now detaches when the stream settles, so those messages run as the next turn. (#4176)
  • Updated dependencies:
    • @trigger.dev/core@4.5.2

@trigger.dev/plugins@4.5.2

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@4.5.2

@github-actions github-actions Bot changed the title chore: release chore: release v4.5.2 Jul 7, 2026

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

Copy link
Copy Markdown
Contributor

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.2 chore: release Jul 7, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from aa86d42 to 20b8c8f Compare July 7, 2026 13:19
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.2 Jul 7, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.2 chore: release Jul 7, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 20b8c8f to ce8d62f Compare July 7, 2026 14:45
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.2 Jul 7, 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.

0 participants