T

Trigger.dev

T
Trigger.dev Web v4.6.2

Helm Chart 4.6.2

Installation helm upgrade --install trigger \ oci://ghcr.io/triggerdotdev/charts/trigger \ --version "4.6.2" Changes See commit history for detailed changes in this release.

T
Trigger.dev Web v4.6.2

trigger.dev v4.6.2

trigger.dev v4.6.2 Upgrade 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.6.2 Release notes Read the full release notes: https://trigger.dev/changelog/v4-6-2 What's changed Improvements Authorize stored realtime payload and out…

T
Trigger.dev Web v4.6.1

Helm Chart 4.6.1

Installation helm upgrade --install trigger \ oci://ghcr.io/triggerdotdev/charts/trigger \ --version "4.6.1" Changes See commit history for detailed changes in this release.

T
Trigger.dev Web v4.6.0

Helm Chart 4.6.0

Installation helm upgrade --install trigger \ oci://ghcr.io/triggerdotdev/charts/trigger \ --version "4.6.0" Changes See commit history for detailed changes in this release.

T
Trigger.dev Web v4.6.2

v.docker.4.6.2: chore: release v4.6.2 (#4942)

Summary 5 improvements, 4 bug fixes. Improvements Authorize stored realtime payload and output downloads against their owning run. Large packet hydration continues to work for run-, task-, tag-, and batch-scoped public tokens without permitting arbitrary packet reads. (76031b0a1) Show warm idle time and durable waits separately in chat agent traces. Durable waits now open the waitpoint inspector w…

T
Trigger.dev Web v4.6.1

trigger.dev v4.6.1

trigger.dev v4.6.1 Upgrade 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.6.1 Release notes Read the full release notes: https://trigger.dev/changelog/v4-6-1 What's changed Improvements Show schedule policy warnings during deve…

T
Trigger.dev Web v4.6.1

v.docker.4.6.1: chore: release v4.6.1 (#4936)

Summary 1 new feature, 4 improvements, 2 bug fixes. Improvements Show schedule policy warnings during development and deployment, and present Free plan schedule limits without internal stack traces. (723fde4a8) New CLI commands: projects create/get/rename, runs list/get/replay/cancel, and env set (5bcd1a9fa) Warn when a deployment uses the deprecated Node.js 21 runtime. Deployment logs now include…

T
Trigger.dev Web v4.6.0

trigger.dev v4.6.0

trigger.dev v4.6.0 Upgrade 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.6.0 Release notes Read the full release notes: https://trigger.dev/changelog/v4-6-0 What's changed Breaking changes Minimum supported Zod version is now…

T
Trigger.dev Web v4.6.0

v.docker.4.6.0: chore: release v4.6.0 (#4883)

Summary 5 new features, 37 improvements, 12 bug fixes. Breaking changes Reading a session's .in channel (GET /realtime/v1/sessions/{id}/in and /in/records) now requires a secret key. Public tokens, including read:sessions:{id}, get a 403; they can still read .out and append to .in. Highlights A failed write to a realtime or chat session stream no longer crashes the process running it, and a droppe…

T
Trigger.dev Web v4.5.16

trigger.dev v4.5.16

trigger.dev v4.5.16 Upgrade 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 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…

T
Trigger.dev Web v4.5.16

helm-v4.5.16: chore: release v4.5.16 (#4856)

Summary 1 improvement, 2 bug fixes. 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) Bug…

T
Trigger.dev Web v4.5.16

v.docker.4.5.16: chore: release v4.5.16 (#4856)

Summary 1 improvement, 2 bug fixes. 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) Bug…

T
Trigger.dev Web v4.5.15

Helm Chart 4.5.15

Installation helm upgrade --install trigger \ oci://ghcr.io/triggerdotdev/charts/trigger \ --version "4.5.15" Changes See commit history for detailed changes in this release.

T
Trigger.dev Web v4.5.14

Helm Chart 4.5.14

Installation helm upgrade --install trigger \ oci://ghcr.io/triggerdotdev/charts/trigger \ --version "4.5.14" Changes See commit history for detailed changes in this release.

T
Trigger.dev Web v4.5.15

trigger.dev v4.5.15

trigger.dev v4.5.15 Upgrade 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.15 Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-15 What's changed Improvements Stop shipping compiled test files in t…

T
Trigger.dev Web v4.5.15

v.docker.4.5.15: chore: release v4.5.15 (#4831)

Summary 3 improvements. Improvements Stop shipping compiled test files in the published packages. The *.test.ts sources were being emitted into dist, adding dead weight to every install and leaving modules that require("vitest") (not a dependency) inside the tarball, which tripped tooling that walks every file in a package. (#4833) Named side channels on a Session: durable, two-way realtime stream…

T
Trigger.dev Web v4.5.14

trigger.dev v4.5.14

trigger.dev v4.5.14 Upgrade 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.14 Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-14 What's changed Improvements Native build server deploys now show a…

T
Trigger.dev Web v4.5.14

v.docker.4.5.14: chore: release v4.5.14 (#4813)

Summary 4 improvements, 1 bug fix. Improvements Native build server deploys now show a single updating build log line by default; pass --build-logs full to stream every line (always used in CI and when output is not a terminal). (#4817) Realtime stream subscriptions can now refresh an expired access token and reconnect, via a new optional refreshAccessToken option on the client configuration and t…

T
Trigger.dev Web v4.5.13

trigger.dev v4.5.13

Upgrade 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.13 Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-13 What's changed Improvements trigger.dev deploy now asks the server whether to build wi…

T
Trigger.dev Web v4.5.13

helm-v4.5.13: chore: release v4.5.13 (#4769)

Summary 4 new features, 12 improvements, 5 bug fixes. Improvements trigger.dev deploy now asks the server whether to build with Depot or the native build server unless --native-build, --depot-build, or --local-build is passed, so the native build server can be rolled out per organization without a CLI change. --local-bundle and --detach now require --native-build. (#4803) Add an experimental --loc…

T
Trigger.dev Web v4.5.13

v.docker.4.5.13: chore: release v4.5.13 (#4769)

Summary 4 new features, 12 improvements, 5 bug fixes. Improvements trigger.dev deploy now asks the server whether to build with Depot or the native build server unless --native-build, --depot-build, or --local-build is passed, so the native build server can be rolled out per organization without a CLI change. --local-bundle and --detach now require --native-build. (#4803) Add an experimental --loc…

T
Trigger.dev Web v4.5.12

Helm Chart 4.5.12

Installation helm upgrade --install trigger \ oci://ghcr.io/triggerdotdev/charts/trigger \ --version "4.5.12" Changes See commit history for detailed changes in this release.

T
Trigger.dev Web v4.5.12

trigger.dev v4.5.12

trigger.dev v4.5.12 Upgrade 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.12 Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-12 What's changed Highlights Define stable execution windows on decla…