Gitpulse
The Trigger.dev Conversationvia Gitpulse
LatestReleasesStand-up
Sunday, March 15, 2026

The Daily Git

Trigger.dev · Development Activity Intelligence
LatestReleasesStand-up
© 2026 · via Gitpulse

Thursday, Mar 5, 2026

Feature·Merged Mar 5, 2026·XL
Developers can track and bulk-replay grouped run errors

Developers can track and bulk-replay grouped run errors

#3172·by matt-aitken

A top-level Errors dashboard automatically isolates and groups similar failures, giving developers a timeline of occurrences and a direct path to bulk-replay affected runs.

Feature·Merged Mar 5, 2026·L

Supabase database branching credentials can now be synced at build time

#3152·by 0ski

Developers using Supabase branching can automatically inject the correct database URLs and API keys for preview environments during the build step. Vercel staging synchronization also received stricter mapping requirements.

Supabase database branching credentials can now be synced at build time

Wednesday, Mar 4, 2026

Release Edition
v4.4.2

“Running tasks now accept real-time data, and noisy neighbors have been evicted from the batch queue.”

Release — trigger.dev v4.4.2
18
PRs Merged
6
Contributors
+8.0k
Lines

Tuesday, Mar 3, 2026

Bugfix·Merged Mar 3, 2026·M

Batch queue rate limiting moved to per-item processing

#3166·by ericallam

Batch processing throughput is restored by tracking actual items processed instead of claim attempts, while a new backpressure system prevents visibility timeouts under heavy load.

Monday, Mar 2, 2026

Feature·Merged Mar 2, 2026·XL
Applications can now send typed data directly to running tasks

Applications can now send typed data directly to running tasks

#3146·by ericallam

A new input streams API enables bidirectional communication, allowing developers to stream real-time data into paused or running task processes to build interactive workflows and human-in-the-loop systems.

Dependency·Merged Mar 2, 2026·
← NewerPage 2 of 4Older →
0
Highlights
Top Stories
  • 1Applications can now send typed data directly to running tasksA new input streams API enables bidirectional communication, allowing developers to stream real-time data into paused or running task processes to build interactive workflows and human-in-the-loop systems.Feature
  • 2Batch queue scheduling restructured to isolate tenant workloadsA new two-level dispatch architecture guarantees fair queue processing, ensuring high-volume users can no longer stall operations for everyone else.Feature
  • 3AI coding assistant context decentralized and automatedBy breaking a massive root context file into directory-specific instructions and adding an automated CI audit, the repository provides hyper-local guidance to AI coding agents.
Read the Full Edition→18 stories inside
Docs·Merged Mar 4, 2026·XS

Batch trigger concurrency limits increased across Free and Pro tiers

#3171·by ericallam

Developers can process more background jobs simultaneously, with concurrency limits bumped from one to five for Free accounts and ten to fifty for Pro accounts.

Ci·Merged Mar 4, 2026·XS

GitHub release workflow patched to target specific repository

#3170·by ericallam

The automated release pipeline now explicitly targets the main repository when updating Docker links, resolving potential context failures during builds.

Docs·Merged Mar 4, 2026·M

Documentation added for bidirectional Input Streams

#3153·by ericallam

Trigger.dev documentation has been updated to cover Input Streams, allowing real-time data to be sent into running background tasks for human-in-the-loop approvals and mid-flight cancellations.

XS

Goose database migration tool pinned to version 3.26.0

#3163·by ericallam

Docker builds are now insulated from unexpected upstream breakages by pinning the Goose migration tool to a specific version compatible with the current Go environment.

Ci·Merged Mar 2, 2026·S

Cross-repository changelog automation added to release pipeline

#3162·by ericallam

The automated release workflow now dispatches an event to the separate marketing site repository to draft a changelog pull request.

Docs·Merged Mar 2, 2026·L

AI coding assistant context decentralized and automated

#3161·by ericallam

By breaking a massive root context file into directory-specific instructions and adding an automated CI audit, the repository provides hyper-local guidance to AI coding agents.

Ci·Merged Mar 2, 2026·XS

Pipeline dependencies pinned to specific commit hashes

#3160·by myftija

External pipeline workflows are locked to exact cryptographic hashes to protect against upstream supply-chain attacks, while redundant repository checkout steps are removed to speed up execution.