April 25, 2026
v1.0.0-beta

Enterprise Security Hardening & OOM Protection

  • Security
    Implemented MaxBytesReader socket-layer protection to natively block Denial-of-Service (DoS) and Out-Of-Memory (OOM) attacks from massive payloads.
  • Security
    Strictly capped Webhook JSON payloads to 5MB and Workflow Imports to 10MB.
  • Security
    Community Store Zip uploads are now securely constrained to 50MB, complete with hardened defense mechanisms against Zip Slip and Tar Bomb path traversal attacks.
  • Feature
    Standardized the documentation hub UI for better enterprise readability.
April 20, 2026
v0.9.5

Enterprise Identity & SAML SSO

  • Feature
    Launched SAML 2.0 Single Sign-On (SSO) integration designed for enterprise Identity Providers like Okta, Azure AD, and Google Workspace.
  • Security
    Added Zero-Trust Just-in-Time (JIT) provisioning. New users authenticating via SSO default to a strictly restricted VIEWER role.
  • Bugfix
    Resolved an edge case where OAuth tokens failed to refresh silently for specific community nodes.
April 12, 2026
v0.9.0

WASM Engine Auto-Scaffolding

  • Feature
    Introduced the Auto Scaffold Generator for WebAssembly (WASM) Community Nodes.
  • Feature
    Developers can now click a single button to generate main.go, definition.json, and boilerplate memory hooks for zero-memory-leak linear data processing inside the wazero runtime.
  • Bugfix
    Fixed layout shifting issues in the Visual Workflow Debugger when time-traveling through complex graph logic.