May 15, 2026
v1.2.0

Enterprise-Grade Data Conversion Engine

  • Feature
    Introduced the Extract From File and Convert To File core nodes for seamless data ingestion and export.
  • Formats
    Added native support for 10 distinct formats including True Native XLSX, strict XML Spreadsheet 2003 (XLS), OpenDocument ZIP containers (ODS), JSONL, CSV, TSV, YAML, RTF, HTML, and RFC 5545 Calendar ICS files.
  • Performance
    Implemented a Zero-RAM Streaming Architecture across both nodes. The engine completely bypasses `io.ReadAll` overhead by utilizing temporary file buffering and streaming writers, ensuring total immunity against Out-Of-Memory (OOM) crashes when parsing Gigabyte-sized data streams.
  • Core
    Added built-in Base64 Pipeline support. Safely decode file streams directly from Base64 strings, or encode generated files directly into Base64 payloads without intermediate disk artifacts.
May 02, 2026
v1.1.0

nLink Data Tables (BaaS) & UI Upgrades

  • Feature
    Introduced nLink Data Tables. A built-in Backend-as-a-Service (BaaS) storage layer allowing workflows to insert, update, search, and delete structured data securely without external databases.
  • Feature
    Added Instant Client-side Search and Copy JSON Schema tools to the Data Viewer interface for improved developer experience.
  • Security
    Hardened the Data Viewer UI against XSS attacks by removing vulnerable HTML bindings, and optimized production builds to automatically strip debugging logs.
  • Backend
    Enhanced Go backend middleware with lightweight, structured JSON logging for production request tracking.
April 30, 2026
v1.0.1

Node Documentation & Assets Fixes

  • Docs
    Comprehensive documentation added for MySQL, PostgreSQL, and nLink Storage (Redis) nodes directly within the platform.
  • Security
    Introduced highlighted security guidelines for Prepared Statements to prevent SQL injections when building database workflows.
  • Bugfix
    Resolved SVG scaling issues for Database node icons by dynamically injecting viewBox parameters, ensuring crisp rendering across all screen sizes.
April 28, 2026
v1.0.0

Marketplace DRM & Production Release

  • Feature
    Officially graduated to v1.0.0 Production status! The nLink engine is now fully battle-tested for enterprise deployments.
  • Feature
    Introduced Template Marketplace Core. Creators can now export workflows and custom virtual nodes to distribute on the marketplace.
  • Security
    Engineered Soft DRM (Digital Rights Management) protection. Imported premium workflows permanently disable exporting, duplicating, and extracting nodes to prevent piracy.
  • Security
    Implemented Zero-Day API patches to ensure DRM flags are permanently enforced at the database level and cannot be bypassed via REST API interception.
  • Security
    Deepened OOM (Out of Memory) protections with io.LimitReader on OAuth2 Token Callbacks (1MB) and Execution Data Outputs (15MB) to neutralize massive memory allocation attacks.
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.