Skip to content

chore: release v4.5.12 - #4610

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

1 new feature, 4 improvements, 4 bug fixes.

Highlights

  • Define stable execution windows on declarative scheduled tasks. Schedule API responses now expose both the nominal CRON time and its assigned time, while the dashboard shows configured windows and upcoming assignments. (#4572)

Improvements

  • Deployment builds now use custom base layer images and no longer install system packages during every build. This improves layer caching resulting in both faster deployments and faster image pulls on the worker cluster side. (#4602)
  • Task metrics no longer go missing for projects that configure their own metricExporters or metricReaders, and the flush error that came with it is gone. (#4613)
  • Fair queue tenants can no longer get permanently stuck behind leaked concurrency slots. Slots are now freed on every path that finishes a message, a failed release no longer causes a message to run twice or lose its retry, and a background sweep frees any slot that does leak, so a tenant's queues recover on their own instead of needing manual cleanup. (#4540)

Server changes

These changes affect the self-hosted Docker image and Trigger.dev Cloud:

  • Dashboard pages load faster on projects with many preview branches by no longer loading every environment on each page. (#4606)
  • Fixed a brief window after promoting or rolling back a deployment where newly triggered runs could still execute on the previous version. New runs now pick up the current version immediately. (#4622)
  • Root API keys no longer show an environment creation timestamp as their creation date. (#4612)
  • The app version shown on the organization settings page now reports the real version instead of v0.0.0. (#4611)
  • Fix paused environments starting to run work again after a deploy: a paused environment now stays paused until you resume it. (#4625)
Raw changeset output

Releases

@trigger.dev/build@4.5.12

Patch Changes

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

trigger.dev@4.5.12

Patch Changes

  • Deployment builds now use custom base layer images and no longer install system packages during every build. This improves layer caching resulting in both faster deployments and faster image pulls on the worker cluster side. (#4602)
  • Updated dependencies:
    • @trigger.dev/core@4.5.12
    • @trigger.dev/build@4.5.12
    • @trigger.dev/schema-to-json@4.5.12

@trigger.dev/core@4.5.12

Patch Changes

  • Task metrics no longer go missing for projects that configure their own metricExporters or metricReaders, and the flush error that came with it is gone. (#4613)
  • Define stable execution windows on declarative scheduled tasks. Schedule API responses now expose both the nominal CRON time and its assigned time, while the dashboard shows configured windows and upcoming assignments. (#4572)

@trigger.dev/python@4.5.12

Patch Changes

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

@trigger.dev/react-hooks@4.5.12

Patch Changes

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

@trigger.dev/redis-worker@4.5.12

Patch Changes

  • Fair queue tenants can no longer get permanently stuck behind leaked concurrency slots. Slots are now freed on every path that finishes a message, a failed release no longer causes a message to run twice or lose its retry, and a background sweep frees any slot that does leak, so a tenant's queues recover on their own instead of needing manual cleanup. (#4540)
  • Updated dependencies:
    • @trigger.dev/core@4.5.12

@trigger.dev/rsc@4.5.12

Patch Changes

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

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

Patch Changes

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

@trigger.dev/sdk@4.5.12

Patch Changes

  • Define stable execution windows on declarative scheduled tasks. Schedule API responses now expose both the nominal CRON time and its assigned time, while the dashboard shows configured windows and upcoming assignments. (#4572)
  • Updated dependencies:
    • @trigger.dev/core@4.5.12

@github-actions github-actions Bot changed the title chore: release chore: release v4.5.12 Aug 13, 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.12 chore: release Aug 14, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from de82d3f to c998cb0 Compare August 14, 2026 07:42
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.12 Aug 14, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.12 chore: release Aug 14, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c998cb0 to cfa3394 Compare August 14, 2026 08:28
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.12 Aug 14, 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 found 1 new potential issue.

Open in Devin Review

@devin-ai-integration devin-ai-integration Bot Aug 14, 2026

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.

🔍 Server-change notes consumed without appearing in any committed changelog

This release commit deletes five .server-changes/*.md files (webapp fixes/improvements) via scripts/cleanup-server-changes.mjs (wired into package.json:51). Per .server-changes/README.md, these are supposed to be surfaced in the release PR summary before cleanup, but the PR body here only lists the changeset-derived package notes — none of the five server-only entries (paused environments, dequeue worker version freshness, root API key creation date, org settings app version, bound env layout) appear anywhere in the PR description or in a committed changelog file. Worth confirming the release-notes pipeline actually captures them before the files are deleted, otherwise those user-facing webapp fixes are silently dropped from release notes.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@github-actions github-actions Bot changed the title chore: release v4.5.12 chore: release Aug 14, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from cfa3394 to c0cfb8c Compare August 14, 2026 09:10
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.12 Aug 14, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.12 chore: release Aug 14, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c0cfb8c to ef0b70e Compare August 14, 2026 09:48
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.12 Aug 14, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.12 chore: release Aug 14, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from ef0b70e to ef50b8f Compare August 14, 2026 10:29
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.12 Aug 14, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.12 chore: release Aug 14, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from ef50b8f to df09b28 Compare August 14, 2026 12:38
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.12 Aug 14, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.12 chore: release Aug 14, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from df09b28 to 48dbe6a Compare August 14, 2026 16:35
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.12 Aug 14, 2026
@github-actions github-actions Bot changed the title chore: release v4.5.12 chore: release Aug 14, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 48dbe6a to 47ef7f9 Compare August 14, 2026 21:15
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.12 Aug 14, 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