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.
A recovery mechanism bypasses strict Vercel SDK schema validation errors, fixing environment variable synchronization for staging and production deployments.
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.
A new two-level dispatch architecture guarantees fair queue processing, ensuring high-volume users can no longer stall operations for everyone else.
The draining process for legacy master queues has been updated to strictly remove entries, ensuring a clean transition to the newer dispatch system.
Developers encountering runtime errors when calling tasks from Supabase Edge Functions now have a documented API workaround to bypass Deno limitations.
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.
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.
Documentation and UI copy are being updated to clarify that batch concurrency limits apply only to trigger conversion, not active run execution.
Automated release notes should now correctly format multi-line server entries, ensuring extended text stays neatly nested within Markdown list items.