Skip to content

🚀 Release 2.10.2#26332

Merged
schrothbn merged 1 commit intorelease/2.10.2from
release-pr/2.10.2
Feb 27, 2026
Merged

🚀 Release 2.10.2#26332
schrothbn merged 1 commit intorelease/2.10.2from
release-pr/2.10.2

Conversation

@n8n-assistant
Copy link
Contributor

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

2.10.2 (2026-02-27)

Bug Fixes

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 11 files

Architecture diagram
sequenceDiagram
    participant Browser as Client (Safari 18.6)
    participant Editor as Editor UI (@n8n/editor-ui)
    participant Core as Core Server (n8n CLI)
    participant Secrets as External Secrets Service
    participant Vault as HashiCorp Vault (External)

    Note over Browser,Vault: Startup & Initialization Flow

    Browser->>Editor: Load Workflow Canvas
    Editor->>Editor: CHANGED: Apply Safari-specific grid alignment fixes
    
    Editor->>Core: GET /api/v1/setup (Initial Status)
    Core->>Core: Check Environment Flags (e.g., DEMO_MODE)
    
    alt Demo Mode Active
        Core-->>Editor: NEW: Suppress Setup Wizard
    else Normal Mode
        Core-->>Editor: Show Setup if Database empty
    end

    Note over Browser,Vault: Secret Retrieval Flow (Workflow Execution)

    Core->>Secrets: Request Credential Secret
    
    loop NEW: Multi-connection Handling
        Secrets->>Vault: Establish/Reuse specific Vault connection
        Vault-->>Secrets: Return Encrypted Data
    end

    Secrets-->>Core: Decrypted Secret Value
    Core->>Browser: Update Node Status/Execution Result
Loading

@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@schrothbn schrothbn merged commit ec8f9d3 into release/2.10.2 Feb 27, 2026
79 of 84 checks passed
@schrothbn schrothbn deleted the release-pr/2.10.2 branch February 27, 2026 11:26
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.

1 participant