re2-test-supervisor-podcount-list
docs(supervisor): describe the pod count as an estimate, not exact
docs(supervisor): describe the pod count as an estimate, not exact
trigger.dev v4.5.9 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.9 Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-9 What's changed Breaking changes Setting a queue concurrency limit hig…
chore: release v4.5.9 (#4408)
chore: release v4.5.9 (#4408)
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.8 Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-8 What's changed Improvements Preserve the partial assistant message when a chat turn's mo…
Summary 2 new features, 9 improvements, 3 bug fixes. Highlights Allow additional environment API keys to create scoped public access tokens through the Trigger.dev API. Use server-issued public access tokens for batch operations so environment-scoped API keys can read batch results. (#4387) Improvements Preserve the partial assistant message when a chat turn's model stream fails mid-response. chat…
Summary 2 new features, 9 improvements, 3 bug fixes. Highlights Allow additional environment API keys to create scoped public access tokens through the Trigger.dev API. Use server-issued public access tokens for batch operations so environment-scoped API keys can read batch results. (#4387) Improvements Preserve the partial assistant message when a chat turn's model stream fails mid-response. chat…
prod supervisor: TRIGGER_WARM_START_DISPATCH_URL (#4362)
test supervisor build: configurable warm-start dispatch url (#4362)
feat(supervisor): add duration histogram for outbound requests
trigger.dev v4.5.7 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.7 Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-7 What's changed Improvements Add node-24 and node-26 as supported runt…
perf(run-store): route id-set reads to the owning store, not both DBs…
Summary 5 improvements, 5 bug fixes. Improvements Add node-24 and node-26 as supported runtime options in trigger.config.ts. The experimental-node-24 and experimental-node-26 names are now deprecated aliases and emit a deprecation warning; switch to node-24 / node-26 instead. (#4337) import { defineConfig } from "@trigger.dev/sdk"; export default defineConfig({ runtime: "node-24", project: "<your-…
Summary 5 improvements, 5 bug fixes. Improvements Add node-24 and node-26 as supported runtime options in trigger.config.ts. The experimental-node-24 and experimental-node-26 names are now deprecated aliases and emit a deprecation warning; switch to node-24 / node-26 instead. (#4337) import { defineConfig } from "@trigger.dev/sdk"; export default defineConfig({ runtime: "node-24", project: "<your-…
test supervisor build: workload_token_enforcement_mode gauge (#4335)
trigger.dev v4.5.6 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.6 Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-6 What's changed Breaking changes Self-hosted deployments no longer shi…
Summary 5 improvements, 9 bug fixes. Breaking changes Self-hosted deployments no longer ship shared default credentials; fresh installs generate their own. If yours still uses a previously published default, set a unique value before upgrading, or set ALLOW_INSECURE_DEFAULT_SECRETS=true to keep booting while you migrate. (#4316) Improvements Require explicit browser approval for CLI and MCP login,…
Summary 5 improvements, 9 bug fixes. Breaking changes Self-hosted deployments no longer ship shared default credentials; fresh installs generate their own. If yours still uses a previously published default, set a unique value before upgrading, or set ALLOW_INSECURE_DEFAULT_SECRETS=true to keep booting while you migrate. (#4316) Improvements Require explicit browser approval for CLI and MCP login,…
fix: security release 2026-07-08 (#4316)
fix: security release 2026-07-08 (#4316)
trigger.dev v4.5.5 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.5 Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-5 What's changed Improvements Add experimental Node.js 24 and 26 task r…
Summary 5 improvements, 5 bug fixes. Improvements Add experimental Node.js 24 and 26 task runtimes. Set runtime to experimental-node-24 or experimental-node-26 in trigger.config.ts. (#4085) Add defaultRegion to the project GET and list API responses; null when unset. (#4146) Server changes These changes affect the self-hosted Docker image and Trigger.dev Cloud: Transient internal sync failures are…
Summary 5 improvements, 5 bug fixes. Improvements Add experimental Node.js 24 and 26 task runtimes. Set runtime to experimental-node-24 or experimental-node-26 in trigger.config.ts. (#4085) Add defaultRegion to the project GET and list API responses; null when unset. (#4146) Server changes These changes affect the self-hosted Docker image and Trigger.dev Cloud: Transient internal sync failures are…
ci(publish): unify image scanning across published images
Summary Adds experimental Node.js 24 and 26 task runtimes through the experimental-node-24 and experimental-node-26 config values. Existing runtime defaults and the node, node-22, and bun behavior remain unchanged. The unprefixed node-24 and node-26 config values remain unavailable until the runtimes are ready for general use. Design Experimental config values normalize to canonical runtime identi…
Summary Adds experimental Node.js 24 and 26 task runtimes through the experimental-node-24 and experimental-node-26 config values. Existing runtime defaults and the node, node-22, and bun behavior remain unchanged. The unprefixed node-24 and node-26 config values remain unavailable until the runtimes are ready for general use. Design Experimental config values normalize to canonical runtime identi…
Updates the ClickHouse chat agent example page to match the upgraded example (triggerdotdev/examples#124), which is now a fullstack generative-UI chat app rather than an agent-only project. What changed Overview / tech stack / features rewritten: Next.js chat app (useChat + useTriggerChatTransport, no API route), a renderVisualization tool taking json-render specs rendered with @json-render/shadcn…
Publish docs: 4.5.4 release (v3 retirement notes, syncEnvVars isSecre…
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.4 Release notes Read the full release notes: https://trigger.dev/changelog/v4-5-4 What's changed Breaking changes Trigger.dev v3 is no longer supported. For self-hosted d…
Summary 2 new features, 11 improvements, 5 bug fixes. Breaking changes Trigger.dev v3 is no longer supported. For self-hosted deployments, 4.5.0 is the last version we officially support for running v3; stay on 4.5.0 or upgrade to v4. v3 triggers, batch triggers, reschedules, and deploys now return a clear upgrade message instead of running. (#4236) Improvements You can now mark environment variab…