🚀 Release 2.9.4-exp.0#26337
Merged
MiloradFilipovic merged 1 commit intorelease/2.9.4-exp.0from Feb 27, 2026
Merged
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 label (“no-chaneglog” → “no-changelog”) to match the intended wording.</violation>
</file>
Architecture diagram
sequenceDiagram
participant User
participant SetupPanel as Editor: Setup Panel
participant Canvas as Editor: Canvas
participant CredStore as Credential Store/Service
participant Backend as n8n Backend API
Note over User, Backend: Template Setup & Credential Management
User->>SetupPanel: Open Template Setup Modal
SetupPanel->>CredStore: NEW: Fetch existing credentials for template
CredStore-->>SetupPanel: Return matching credentials
SetupPanel-->>User: Show existing credentials in modal
Note over User, Canvas: Canvas Interaction
User->>SetupPanel: Hover over Node Card
SetupPanel->>Canvas: NEW: Highlight specific node on canvas
Note over User, Backend: Credential Verification Flow
User->>SetupPanel: Input/Select Credentials
SetupPanel->>Backend: Test Credentials
Backend-->>SetupPanel: Test Result (Success/Failure)
alt Test Successful
SetupPanel->>SetupPanel: NEW: Mark credential card as "Completed"
else Test Failed or Not Run
SetupPanel->>SetupPanel: Keep credential card in "Pending" state
end
Note over User, CredStore: HTTP Request Node Configuration
User->>Canvas: Configure HTTP Request Node
Canvas->>CredStore: CHANGED: Selectively apply credentials based on node type/config
CredStore-->>Canvas: Validated credential reference
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)) ([2763cc6](https://github.com/n8n-io/n8n/commit/2763cc6926c2a075738140b9a9f2dd8dc7d73fb5)) | ||
| * **editor:** Setup panel visual tweaks (no-chaneglog) ([#26107](https://github.com/n8n-io/n8n/issues/26107)) ([0f10fa5](https://github.com/n8n-io/n8n/commit/0f10fa53467d860e01247ce4726c00561bfe2c3d)) |
Contributor
There was a problem hiding this comment.
P3: Fix the typo in the changelog label (“no-chaneglog” → “no-changelog”) to match the intended wording.
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 label (“no-chaneglog” → “no-changelog”) to match the intended wording.</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)) ([2763cc6](https://github.com/n8n-io/n8n/commit/2763cc6926c2a075738140b9a9f2dd8dc7d73fb5))
+* **editor:** Setup panel visual tweaks (no-chaneglog) ([#26107](https://github.com/n8n-io/n8n/issues/26107)) ([0f10fa5](https://github.com/n8n-io/n8n/commit/0f10fa53467d860e01247ce4726c00561bfe2c3d))
+* **editor:** Show existing credentials in template setup modal ([#25598](https://github.com/n8n-io/n8n/issues/25598)) ([b46181b](https://github.com/n8n-io/n8n/commit/b46181bf5b0edbe41f594a28fe29c091871b12d3))
+
</file context>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
580cee7
into
release/2.9.4-exp.0
111 of 119 checks passed
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