Skip to content

v0.6.34: trigger.dev fixes, CI speedup, atlassian error extractor#4086

Merged
waleedlatif1 merged 4 commits intomainfrom
staging
Apr 9, 2026
Merged

v0.6.34: trigger.dev fixes, CI speedup, atlassian error extractor#4086
waleedlatif1 merged 4 commits intomainfrom
staging

Conversation

@waleedlatif1
Copy link
Copy Markdown
Collaborator

waleedlatif1 and others added 4 commits April 9, 2026 14:33
…4082)

* chore(ci): bump actions/checkout to v6 and dorny/paths-filter to v4

* fix(ci): mock secureFetchWithPinnedIP in tools tests to prevent timeouts

* lint
* improvement(ci): parallelize Docker builds with tests and remove duplicate turbo install

* fix(test): use SecureFetchResponse shape in mock instead of standard Response
…uence tools (#4085)

* fix(tools): add Atlassian error extractor to all Jira, JSM, and Confluence tools

Wire up the existing `atlassian-errors` error extractor to all 95 Atlassian
tool configs so the executor surfaces meaningful error messages instead of
generic status codes. Also fix the extractor itself to handle all three
Atlassian error response formats: `errorMessage` (JSM), `errorMessages`
array (Jira), and `message` (Confluence).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* chore(tools): lint formatting fix for error extractor

* fix(tools): handle all Atlassian error formats in error extractor

Add RFC 7807 errors[].title format (Confluence v2, Forms/ProForma API)
and Jira field-level errors object to the atlassian-errors extractor.

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Apr 9, 2026 10:21pm

Request Review

@cursor
Copy link
Copy Markdown

cursor bot commented Apr 9, 2026

PR Summary

Medium Risk
Medium risk because it changes CI build dependencies/execution order and alters error parsing across many Atlassian tools, which could affect build reliability and surfaced error messages.

Overview
CI/build pipeline updates: bumps actions/checkout to v6 across workflows and dorny/paths-filter to v4, and adjusts ci.yml so Docker image builds no longer wait on test-build, allowing builds to run sooner/parallel. The app Docker image build also stops globally installing Turbo during the deps stage.

Runtime/tooling fixes: switches email HTML rendering from @react-email/components to @react-email/render (and updates Trigger.dev packaged deps accordingly) to avoid server render stream errors.

Atlassian tooling improvements: expands the atlassian-errors extractor to handle multiple Jira/JSM/Confluence error shapes and wires this extractor into the Confluence, Jira, and JSM tool configs; tests are updated to mock new URL/DNS security helpers used by tool execution.

Reviewed by Cursor Bugbot for commit bce638d. Configure here.

@waleedlatif1 waleedlatif1 merged commit d33acf4 into main Apr 9, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant