🚀 Release 2.9.3-exp.0#26242
Merged
MiloradFilipovic merged 2 commits intorelease/2.9.3-exp.0from Feb 25, 2026
Merged
Conversation
MiloradFilipovic
approved these changes
Feb 25, 2026
Contributor
There was a problem hiding this comment.
1 issue found across 5 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="packages/frontend/@n8n/i18n/package.json">
<violation number="1" location="packages/frontend/@n8n/i18n/package.json:4">
P2: Incorrect version bump; should match the release version `2.9.3-exp.0`.</violation>
</file>
Architecture diagram
sequenceDiagram
participant User
participant Panel as Setup Panel
participant Canvas as Workflow Canvas
participant API as Backend API
participant Engine as Execution Engine
Note over User, Engine: NEW/CHANGED: Workflow Configuration & Execution Flow
rect rgb(30, 41, 59)
Note right of User: Visual & Template Interactions
User->>Panel: Hover over node card
Panel->>Canvas: NEW: highlightNode(nodeId)
User->>Panel: Open Template Setup
Panel->>API: CHANGED: fetchExistingCredentials()
API-->>Panel: Return available matches
Panel-->>User: Show existing credentials in modal
end
rect rgb(23, 37, 84)
Note right of User: Credential Validation Logic
User->>Panel: Configure credentials
Panel->>API: Test Credential Connection
API-->>Panel: Test Result (Success/Failure)
alt Result is Success
Panel->>Panel: CHANGED: Mark step as "Completed"
else Result is Failure
Panel->>Panel: Keep step as "Incomplete"
end
end
rect rgb(69, 26, 3)
Note right of User: Node Execution (Runtime)
User->>Engine: Execute HTTP Request Node
Engine->>API: GET Credentials
Note over Engine, API: CHANGED: Selective application logic<br/>for HTTP request nodes
API-->>Engine: Filtered Credential Data
Engine->>Engine: Apply Auth to Request
end
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.9.3-exp.0 (2026-02-25)
Bug Fixes
Features