Skip to content

🚀 Release 2.10.4#26665

Merged
Matsuuu merged 1 commit intorelease/2.10.4from
release-pr/2.10.4
Mar 6, 2026
Merged

🚀 Release 2.10.4#26665
Matsuuu merged 1 commit intorelease/2.10.4from
release-pr/2.10.4

Conversation

@n8n-assistant
Copy link
Contributor

@n8n-assistant n8n-assistant bot commented Mar 6, 2026

2.10.4 (2026-03-06)

Bug Fixes

  • ai-builder: Don't use autoGenerate for UUID columns for WFB persistence migration (backport to release-candidate/2.10.x) (#26595) (f7f652a)
  • Form Node: Improve form rendering consistency (backport to release-candidate/2.10.x) (#26653) (9580ec9)
  • Log streaming config works with proxy (backport to release-candidate/2.10.x) (#26591) (13c4eb4)

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

Architecture diagram
sequenceDiagram
    participant User
    participant Frontend as Editor UI (Form Node)
    participant Backend as n8n Backend
    participant DB as Database (UUID Columns)
    participant Proxy as Proxy Server
    participant Logs as Log Streaming Service

    Note over Frontend,Logs: Release 2.10.4 System Interactions

    rect rgb(23, 37, 84)
    Note right of Frontend: Form Rendering Path
    User->>Frontend: Access Form Node
    Frontend->>Frontend: CHANGED: Execute consistent rendering logic
    end

    rect rgb(5, 46, 22)
    Note right of Backend: AI Builder Migration Path
    Backend->>DB: Trigger WFB Persistence Migration
    DB-->>Backend: Existing Schema
    Backend->>DB: NEW: Migrate UUID columns (manual generation)
    Note over Backend,DB: Avoids autoGenerate conflicts during migration
    end

    rect rgb(69, 26, 3)
    Note right of Backend: Log Streaming Path
    Backend->>Proxy: NEW: Forward Log Stream with Proxy Config
    Proxy->>Logs: Deliver n8n Logs
    end

    Note over Backend,DB: Core Version: 2.10.4
Loading

@Matsuuu Matsuuu enabled auto-merge (squash) March 6, 2026 10:56
@codecov
Copy link

codecov bot commented Mar 6, 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 b8e6d1f into release/2.10.4 Mar 6, 2026
83 of 86 checks passed
@Matsuuu Matsuuu deleted the release-pr/2.10.4 branch March 6, 2026 11:11
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