📣 Product Updates
Changelog & Releases
Track new features, enterprise security patches, and performance optimizations for the nLink engine.
May 15, 2026
v1.2.0
Enterprise-Grade Data Conversion Engine
- FeatureIntroduced the Extract From File and Convert To File core nodes for seamless data ingestion and export.
- FormatsAdded 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.
- PerformanceImplemented 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.
- CoreAdded 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
- FeatureIntroduced 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.
- FeatureAdded Instant Client-side Search and Copy JSON Schema tools to the Data Viewer interface for improved developer experience.
- SecurityHardened the Data Viewer UI against XSS attacks by removing vulnerable HTML bindings, and optimized production builds to automatically strip debugging logs.
- BackendEnhanced Go backend middleware with lightweight, structured JSON logging for production request tracking.
April 30, 2026
v1.0.1
Node Documentation & Assets Fixes
- DocsComprehensive documentation added for MySQL, PostgreSQL, and nLink Storage (Redis) nodes directly within the platform.
- SecurityIntroduced highlighted security guidelines for Prepared Statements to prevent SQL injections when building database workflows.
- BugfixResolved SVG scaling issues for Database node icons by dynamically injecting
viewBoxparameters, ensuring crisp rendering across all screen sizes.
April 28, 2026
v1.0.0
Marketplace DRM & Production Release
- FeatureOfficially graduated to v1.0.0 Production status! The nLink engine is now fully battle-tested for enterprise deployments.
- FeatureIntroduced Template Marketplace Core. Creators can now export workflows and custom virtual nodes to distribute on the marketplace.
- SecurityEngineered Soft DRM (Digital Rights Management) protection. Imported premium workflows permanently disable exporting, duplicating, and extracting nodes to prevent piracy.
- SecurityImplemented Zero-Day API patches to ensure DRM flags are permanently enforced at the database level and cannot be bypassed via REST API interception.
- SecurityDeepened OOM (Out of Memory) protections with
io.LimitReaderon 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
- SecurityImplemented MaxBytesReader socket-layer protection to natively block Denial-of-Service (DoS) and Out-Of-Memory (OOM) attacks from massive payloads.
- SecurityStrictly capped Webhook JSON payloads to 5MB and Workflow Imports to 10MB.
- SecurityCommunity Store Zip uploads are now securely constrained to 50MB, complete with hardened defense mechanisms against Zip Slip and Tar Bomb path traversal attacks.
- FeatureStandardized the documentation hub UI for better enterprise readability.
April 20, 2026
v0.9.5
Enterprise Identity & SAML SSO
- FeatureLaunched SAML 2.0 Single Sign-On (SSO) integration designed for enterprise Identity Providers like Okta, Azure AD, and Google Workspace.
- SecurityAdded Zero-Trust Just-in-Time (JIT) provisioning. New users authenticating via SSO default to a strictly restricted
VIEWERrole. - BugfixResolved an edge case where OAuth tokens failed to refresh silently for specific community nodes.
April 12, 2026
v0.9.0
WASM Engine Auto-Scaffolding
- FeatureIntroduced the Auto Scaffold Generator for WebAssembly (WASM) Community Nodes.
- FeatureDevelopers 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. - BugfixFixed layout shifting issues in the Visual Workflow Debugger when time-traveling through complex graph logic.
