releases.shpreview

Trigger.dev launches HIPAA readiness, n8n reaches 2.22 with runtime fixes

May 18–24, 2026

Trigger.dev Cloud achieved HIPAA compliance and shipped AI Prompts as code, while n8n's 2.22.0 brought scheduler isolation improvements and Inngest added an alpha agentic CLI.

HIPAA and AI prompts land in Trigger.dev

The biggest story of the week comes from Trigger.dev, which released a trio of v4.5.0 release candidates capped by the announcement that its cloud platform is now HIPAA ready. Teams handling Protected Health Information can now sign a Business Associate Agreement and run HIPAA-compliant workloads on Trigger.dev's managed infrastructure — a meaningful move for any background job system serving healthcare or insurance use cases.

Alongside the compliance milestone, Trigger.dev's v4.5.0-rc.0 introduced AI Prompts as a first-class concept: define prompt templates as code alongside your tasks, version them on deploy, and override text at runtime. This bridges the gap between prompt engineering and CI/CD workflows. The subsequent release candidates (rc.1 and rc.2) patched bugs in chat.agent skill handling and added per-turn improvements.

n8n stabilizes scheduled polls

n8n 2.22.0 shipped on Tuesday with a slate of fixes that received two patch releases by week's end. The standout fix — backported to 2.21.6 and 2.21.7 — acquires an expression isolate for scheduled polls, preventing race conditions when poll-driven workflows evaluate expressions. Earlier in the week, n8n also resolved empty expressions being returned as empty strings in the VM evaluator, closing a subtle data corruption path on n8n 2.20.x and 1.123.x. Three additional patches across versions (2.22.1, 2.21.5) address credential state stability in the editor and non-empty prompt validation before AI vendor API calls.

Inngest and Temporal close out the week

Inngest Server v1.21.0 introduced acceptance of StepPlanned events at step execution time, a change that unblocks more reliable step orchestration. The earlier v1.20.0 added an alpha agentic CLInpx inngest-cli@latest alpha api --help — wrapping Inngest's V2 REST APIs in a conversational interface, plus a fix preventing transient gateway errors from disconnecting Connect workers. The v1.22.0 patch near week's end enforces batch size limits in the in-memory batching path and fixes function orphaning when resyncing apps that upgraded from pre-v1.15.

Temporal shipped two SDK patches. The Go SDK v1.44.0 experimentally supports Stand Alone Nexus Operations — starting and managing Nexus operations outside of a workflow — though currently limited to a pre-release dev server. A v1.43.1 quick-fix resolved a panic when using the latest go.temporal.io/api dependency. The TypeScript SDK v1.16.2 backported a core shutdown fix.

Releases covered