Skip to content

🚀 Release 2.10.1#26215

Merged
Matsuuu merged 1 commit intorelease/2.10.1from
release-pr/2.10.1
Feb 25, 2026
Merged

🚀 Release 2.10.1#26215
Matsuuu merged 1 commit intorelease/2.10.1from
release-pr/2.10.1

Conversation

@n8n-assistant
Copy link
Contributor

@n8n-assistant n8n-assistant bot commented Feb 25, 2026

2.10.1 (2026-02-25)

Copy link
Collaborator

@tomi tomi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To the moon 🌔 and beyond 🚀

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 20 files

Architecture diagram
sequenceDiagram
    participant UI as @n8n/editor-ui
    participant API as n8n (CLI/Server)
    participant Core as n8n-core / n8n-workflow
    participant DB as @n8n/db
    participant AI as @n8n/nodes-langchain
    participant Runner as @n8n/task-runner

    Note over UI, Runner: n8n 2.10.1 Runtime Architecture

    UI->>API: Execute Workflow (via @n8n/rest-api-client)
    API->>DB: Fetch Workflow & Credentials
    DB-->>API: Workflow Data

    API->>Core: Initialize Execution Pipeline
    Note right of Core: Uses @n8n/workflow-sdk to<br/>programmatically build flow

    alt Standard Node Execution
        Core->>Core: Process n8n-nodes-base
    else AI / Langchain Node Execution
        Core->>AI: Invoke AI Node
        AI->>AI: Use @n8n/ai-utilities
    end

    opt Isolated Execution enabled
        Core->>Runner: Delegate Node Execution
        Runner-->>Core: Return Task Result
    end

    Core->>DB: CHANGED: Save Execution History (v2.10.1)
    Core-->>API: Final Workflow Results
    API-->>UI: Push updates (SSE/WebSocket)

    Note over UI,API: Uses @n8n/i18n for localized UI feedback
    Note over API,Core: All interactions validated via @n8n/api-types
Loading

@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@blacksmith-sh

This comment has been minimized.

@Matsuuu Matsuuu merged commit 225e717 into release/2.10.1 Feb 25, 2026
82 of 84 checks passed
@Matsuuu Matsuuu deleted the release-pr/2.10.1 branch February 25, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants