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.
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.
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…
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.
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.
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…
Publish docs: 4.6.1 CLI commands (projects, runs, env set)
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…
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…
Publish docs: 4.6.0 batch — chat.agent transcript storage, actions/ch…
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…
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…
Mono-RevId: b91ad6ce6aa2a349225892c99f9122a2cda7cdef
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…
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…
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…
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.
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.
Publish docs: deploy build path flags, config file auto-detection, cr…
Publish docs: session side channels (named channels), session tag lim…
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…
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…
Publish docs: realtime start-from-latest streams and useSessionStream…
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…
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…
Publish docs: chat agent custom-agent APIs, version skew protection, …
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…
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…
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…
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.
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…