Skip to content

chore: release v4.5.11 - #4557

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

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

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

Summary

7 improvements, 1 bug fix.

Improvements

  • Deployed images now ship dependencies and bundled task code as separate layers. Repeat deploys with unchanged dependencies typically push and pull far less data, making deploys and worker image pulls faster. (#4551)

Server changes

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

  • Database queries that filter on a list of values now reuse cached query plans more consistently, instead of forcing the database to re-plan whenever the list length changes. (#4480)
  • Database connection metrics are now reported for every configured database connection instead of only the primary one, and stay accurate regardless of connection type. (#4541)
  • Deleting or editing a secret environment variable is now fast and no longer slows down as a project accumulates variables. (#4555)
  • Groundwork for an alternative database connection driver, gated behind configuration and disabled by default, so there is no change to default behavior. (#4539)
  • Deleting an alert channel is now fast and no longer slows down as a project builds up alert history. (#4554)
  • Reduced internal overhead on the API under high load. (#4532)
  • The health report now says start latency is "unknown" when there is no data for it, instead of showing a healthy-looking 0ms (#4544)
Raw changeset output

Releases

@trigger.dev/build@4.5.11

Patch Changes

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

trigger.dev@4.5.11

Patch Changes

  • Deployed images now ship dependencies and bundled task code as separate layers. Repeat deploys with unchanged dependencies typically push and pull far less data, making deploys and worker image pulls faster. (#4551)
  • Updated dependencies:
    • @trigger.dev/build@4.5.11
    • @trigger.dev/core@4.5.11
    • @trigger.dev/schema-to-json@4.5.11

@trigger.dev/python@4.5.11

Patch Changes

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

@trigger.dev/react-hooks@4.5.11

Patch Changes

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

@trigger.dev/redis-worker@4.5.11

Patch Changes

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

@trigger.dev/rsc@4.5.11

Patch Changes

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

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

Patch Changes

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

@trigger.dev/sdk@4.5.11

Patch Changes

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

@trigger.dev/core@4.5.11

@github-actions github-actions Bot changed the title chore: release chore: release v4.5.11 Aug 10, 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 potential issue.

Open in Devin Review

Comment on lines -1 to -4
---
area: webapp
type: fix
---

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.

🔍 Deleted .server-changes notes are not reflected in any published changelog

This release removes five .server-changes/*.md notes (bounded-list-filter-arity, prisma-driver-adapter-per-client, reduce-api-tracing-overhead, report-start-latency-unknown) along with the changeset. Changesets only consumes .changeset/*, so unless a separate tool aggregates .server-changes/ into webapp release notes at release time, these user-facing server notes are silently dropped. Worth confirming the release automation collects them (see .server-changes/README.md) before merging.

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.11 chore: release Aug 10, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 96e73d7 to ff82729 Compare August 10, 2026 12:56
@github-actions github-actions Bot changed the title chore: release chore: release v4.5.11 Aug 10, 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