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

Saturday, Feb 28, 2026

Bugfix·Merged Feb 28, 2026·XS

Query inspector collapse feature disabled to fix Firefox calculation bug

#3155·by samejr

Firefox users can adjust the query inspector without the panel snapping shut. The collapse feature was disabled to bypass a calculation bug, while the panel's minimum and maximum boundaries were expanded to provide more workspace.

Bugfix·Merged Feb 28, 2026·L

Vercel SDK schema validation errors bypassed for reliable environment syncing

#3149·by 0ski

A recovery mechanism bypasses strict Vercel SDK schema validation errors, fixing environment variable synchronization for staging and production deployments.

Friday, Feb 27, 2026

Feature·Merged Feb 27, 2026·L
Oversized batch items isolated to prevent stream failures

Oversized batch items isolated to prevent stream failures

#3137·by ericallam

Large payloads no longer abort entire batch processes. Individual oversized items are now marked as failed while the rest of the batch stream continues normally.

Bugfix·Merged Feb 27, 2026·S

Thursday, Feb 26, 2026

Feature·Merged Feb 26, 2026·XL
Batch queue scheduling restructured to isolate tenant workloads

Batch queue scheduling restructured to isolate tenant workloads

#3133·by ericallam

A new two-level dispatch architecture guarantees fair queue processing, ensuring high-volume users can no longer stall operations for everyone else.

Docs·Merged Feb 26, 2026·
← NewerPage 3 of 4Older →

Legacy master queue strictly drains without re-adding entries

#3142·by ericallam

The draining process for legacy master queues has been updated to strictly remove entries, ensuring a clean transition to the newer dispatch system.

Docs·Merged Feb 27, 2026·S

Trigger SDK workaround documented for Supabase Edge Functions

#3140·by isshaddad

Developers encountering runtime errors when calling tasks from Supabase Edge Functions now have a documented API workaround to bypass Deno limitations.

XS

Troubleshooting guidance added for Prisma 7 stalled tasks

#3138·by isshaddad

Documentation now includes specific guidance for developers using Prisma 7.x, explaining how query compilation can block the event loop and trigger stalled task errors.

Refactor·Merged Feb 26, 2026·S

Insights and Metrics rebranded to Observability and Dashboards

#3136·by samejr

The platform's navigation and URLs have been updated to use industry-standard terminology, replacing "Insights" with "Observability" and "Metrics" with "Dashboards" while catching legacy traffic.

Docs·Merged Feb 26, 2026·S

Batch trigger processing terminology clarified

#3135·by matt-aitken

Documentation and UI copy are being updated to clarify that batch concurrency limits apply only to trigger conversion, not active run execution.

Maintenance·Merged Feb 26, 2026·XS

Release note formatting fixed for multi-line server entries

#3134·by ericallam

Automated release notes should now correctly format multi-line server entries, ensuring extended text stays neatly nested within Markdown list items.