# Trigger.dev v4.5.16 — trigger.dev v4.5.16 - Product: Trigger.dev (https://whatsnew.fyi/product/trigger-dev) - Vendor: Trigger.dev - Date: 2026-09-02 - Version: v4.5.16 - Original notes: https://github.com/triggerdotdev/trigger.dev/releases/tag/v4.5.16 - Permalink: https://whatsnew.fyi/product/trigger-dev/releases/v4.5.16 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — The trigger.dev deploy and trigger.dev dev commands now warn with suggested fixes when your code loads a package through createRequire() that won't be available in the deployed image - **added** — Deploys now show bundler warnings for your code instead of discarding them - **fixed** — Fix an issue introduced in 4.5.11 that made deploy image builds of projects with large dependency trees noticeably slower - **changed** — A durable guard improves reliability for runs waiting on triggerAndWait or batchTriggerAndWait if there's a database error that interrupts a child run finishing #### trigger.dev v4.5.16 ##### Upgrade ```sh npx trigger.dev@latest update # npm pnpm dlx trigger.dev@latest update # pnpm yarn dlx trigger.dev@latest update # yarn bunx trigger.dev@latest update # bun ``` Self-hosted Docker image: [`ghcr.io/triggerdotdev/trigger.dev:v4.5.16`](https://github.com/triggerdotdev/trigger.dev/pkgs/container/trigger.dev/1201596204?tag=v4.5.16) ##### Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-16 ##### What's changed ##### Improvements - The `trigger.dev deploy` and `trigger.dev dev` commands now warn (with the suggested fix) when your code loads a package through `createRequire()` that won't be available in the deployed image. Previously it would fail at runtime in production to load the package. Deploys also now show bundler warnings for your code instead of discarding them. ([#4851](https://github.com/triggerdotdev/trigger.dev/pull/4851)) ##### Bug fixes - Fixes an issue introduced in 4.5.11 that made deploy image builds of projects with large dependency trees noticeably slower. ([#4878](https://github.com/triggerdotdev/trigger.dev/pull/4878)) ##### Server changes These changes affect the self-hosted Docker image and Trigger.dev Cloud: - A durable guard improves reliability for runs waiting on triggerAndWait or batchTriggerAndWait if there's a database error that interrupts a child run finishing. ([#4849](https://github.com/triggerdotdev/trigger.dev/pull/4849)) ##### All packages: v4.5.16 @trigger.dev/build, @trigger.dev/core, @trigger.dev/python, @trigger.dev/react-hooks, @trigger.dev/redis-worker, @trigger.dev/rsc, @trigger.dev/schema-to-json, @trigger.dev/sdk, trigger.dev ##### Contributors Chris Arderne, @d-cs, Matt Aitken, Saadi Myftija, github-actions[bot], James Ritchie **Full changelog**: https://github.com/triggerdotdev/trigger.dev/compare/v4.5.15...v4.5.16