🚀 Release 2.9.4-exp.0#26328
Closed
n8n-assistant[bot] wants to merge 1 commit intorelease/2.9.4-exp.0from
Closed
Conversation
MiloradFilipovic
approved these changes
Feb 27, 2026
Contributor
There was a problem hiding this comment.
1 issue found across 5 files
Prompt for AI agents (unresolved 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="CHANGELOG.md">
<violation number="1" location="CHANGELOG.md:7">
P3: Fix the typo in the changelog tag to avoid publishing a misspelled label.</violation>
</file>
Architecture diagram
sequenceDiagram
participant User
participant UI as Setup Panel / Template Modal
participant Canvas as Workflow Canvas
participant API as Backend API
participant Vault as Credential Store
Note over User, Vault: Template Setup & Credential Management Flow
User->>UI: Open Template Setup Modal
UI->>API: GET /templates/:id (with context)
API->>Vault: Query existing credentials for template nodes
Vault-->>API: Return matching credentials
API-->>UI: Return template data + existing credentials
Note right of UI: CHANGED: Show existing credentials<br/>to prevent duplicates
loop Setup Tasks
User->>UI: Hover over setup card
UI->>Canvas: NEW: highlightNode(nodeId)
Canvas->>Canvas: Apply visual highlight to node
User->>UI: Configure / Select Credential
alt Test Credential
UI->>API: POST /credentials/test
API->>Vault: Decrypt and validate
API-->>UI: Test Result (Success/Fail)
Note right of UI: NEW: Only mark as 'Completed'<br/>if test returns Success
UI->>UI: Update task status UI
end
end
Note over User, API: HTTP Request Node Configuration
User->>UI: Configure HTTP Request Node
UI->>API: GET /credentials/schema (type: httpRequest)
API-->>UI: Available credential types
UI->>UI: CHANGED: Filter and selectively apply<br/>credentials specific to HTTP logic
UI->>API: Update Node Configuration
API-->>UI: Persisted status
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| ### Bug Fixes | ||
|
|
||
| * **editor:** Selectively apply credentials for http request nodes ([#26003](https://github.com/n8n-io/n8n/issues/26003)) ([615fe8b](https://github.com/n8n-io/n8n/commit/615fe8be711b8cf3ab31d95dd12e87a2b626e9be)) | ||
| * **editor:** Setup panel visual tweaks (no-chaneglog) ([#26107](https://github.com/n8n-io/n8n/issues/26107)) ([897730c](https://github.com/n8n-io/n8n/commit/897730cdc1999d1ad40c326266093bb43e2d038b)) |
Contributor
There was a problem hiding this comment.
P3: Fix the typo in the changelog tag to avoid publishing a misspelled label.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At CHANGELOG.md, line 7:
<comment>Fix the typo in the changelog tag to avoid publishing a misspelled label.</comment>
<file context>
@@ -1,3 +1,20 @@
+### Bug Fixes
+
+* **editor:** Selectively apply credentials for http request nodes ([#26003](https://github.com/n8n-io/n8n/issues/26003)) ([615fe8b](https://github.com/n8n-io/n8n/commit/615fe8be711b8cf3ab31d95dd12e87a2b626e9be))
+* **editor:** Setup panel visual tweaks (no-chaneglog) ([#26107](https://github.com/n8n-io/n8n/issues/26107)) ([897730c](https://github.com/n8n-io/n8n/commit/897730cdc1999d1ad40c326266093bb43e2d038b))
+* **editor:** Show existing credentials in template setup modal ([#25598](https://github.com/n8n-io/n8n/issues/25598)) ([773b020](https://github.com/n8n-io/n8n/commit/773b020ce24e73dd9ae98dcd9e8167021fd9a688))
+
</file context>
❌ 3 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
|
Found 4 test failures on Blacksmith runners: Failures
|
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.4-exp.0 (2026-02-27)
Bug Fixes
Features