| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-10 | 1.9 kB | |
| trigger.dev v4.4.3 source code.tar.gz | 2026-03-10 | 24.4 MB | |
| trigger.dev v4.4.3 source code.zip | 2026-03-10 | 26.6 MB | |
| Totals: 3 Items | 51.0 MB | 0 | |
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.4.3
Release notes
Read the full release notes: https://trigger.dev/changelog/v4-4-3
What's changed
Improvements
- Add syncSupabaseEnvVars to pull database connection strings and save them as trigger.dev environment variables (#3152)
- Auto-cancel in-flight dev runs when the CLI exits, using a detached watchdog process that survives pnpm SIGKILL (#3191)
Server changes
These changes affect the self-hosted Docker image and Trigger.dev Cloud:
-
A new Errors page for viewing and tracking errors that cause runs to fail
-
Errors are grouped using error fingerprinting
- View top errors for a time period, filter by task, or search the text
- View occurrences over time
- View all the runs for an error and bulk replay them (#3172)
- Add sidebar tabs (Options, AI, Schema) to the Test page for schemaTask payload generation and schema viewing. (#3188)
All packages: v4.4.3
@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
Eric Allam, Matt Aitken, James Ritchie, Oskar Otwinowski
Full changelog: https://github.com/triggerdotdev/trigger.dev/compare/v4.4.2...v4.4.3