2026
Product changelog

Every update,
documented.

18
Releases
94
Changes
Apr 2026
Latest
Filter
2026
4 releases · 22 changes
v2026.04  ·  24 April 2026
Latest
New
TRACE Engine v3. Completely rebuilt extraction pipeline. 40% faster on multi-page PDFs, with per-field confidence scoring and a new layout-aware model for complex table structures.
New
Security page. Detailed security posture documentation covering encryption, access controls, data lifecycle, compliance status, and responsible disclosure process.
New
Documentation portal and API reference. Full customer documentation site with sidebar navigation, code examples, and a three-column API reference with live curl snippets.
Improved
SAP S/4HANA integration now supports purchase requisitions in addition to purchase orders. New record_type: purchase_requisition action type available in the workflow builder.
Improved
Dashboard performance. Initial load time reduced by 58% through deferred JS splitting and edge-cached static assets.
Fixed
Workflow duplication would silently drop nested condition branches when the source workflow had more than three levels of nesting.
v2026.03  ·  15 March 2026
New
Webhook retry logic. Failed webhook deliveries now retry with exponential backoff over 72 hours. Retry status is visible in the run log alongside each delivery attempt.
New
Bulk workflow activation. New API endpoint POST /workflows/bulk-activate accepts an array of workflow IDs and activates them atomically.
New
NetSuite ERP integration (beta). Supports invoice creation, vendor bill posting, and purchase order sync. Available to enterprise customers on request.
Improved
Run log filtering. Filter runs by status, date range, trigger type, and integration in a single query. Saved filter presets now persist across sessions.
Fixed
Email trigger filter was not matching subjects containing quoted strings when the quote character appeared at the start of the subject line.
Fixed
API keys with workflows:read scope were incorrectly returning 403 on GET /runs/{id} endpoints. Scope inheritance is now consistent.
v2026.02  ·  8 February 2026
New
Per-field confidence thresholds. Configure minimum extraction confidence independently for each field in a schema. Fields below threshold can be flagged for human review rather than blocking the workflow.
New
Condition branching on extraction confidence. Workflows can now branch on the confidence value of any extracted field, enabling automated escalation paths for low-confidence documents.
Improved
Multi-page PDF support. The extraction pipeline now handles PDFs up to 200 pages. Processing is parallelised by page group, reducing median extraction time by 34% on documents over 20 pages.
Improved
Integration connection health checks. Each connected integration now shows a last-verified timestamp and an active health indicator in the integrations panel.
Fixed
Timezone handling in scheduled workflow triggers was converting to UTC twice when the organization timezone was set to a UTC offset rather than a named IANA zone.
v2026.01  ·  20 January 2026
New
Audit log export. Full audit log is now exportable as CSV or JSON from Settings. Exports include actor, action, resource, timestamp, and IP address for every event in the selected date range.
New
SSO via SAML 2.0 (Enterprise). Enterprise plan customers can now configure SAML 2.0 identity provider connections. Supports Okta, Microsoft Entra, and any standards-compliant IdP.
Improved
API rate limit headers. All API responses now include X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers on every response, not only on 429s.
Deprecated
Webhook v1 payload format. The legacy v1 webhook envelope format will be sunset on 30 June 2026. Migrate to v2 format using the updated webhook settings panel. Migration guide available in the docs.
2025
4 releases · 22 changes
v2025.12  ·  10 December 2025
New
TRACE Engine v2. Multi-model extraction combining layout analysis, OCR, and semantic reasoning in a single pass. Achieves 97.4% accuracy on standard purchase order schemas.
New
Workflow builder with natural language input. Describe what you want in plain English. The builder interprets intent, proposes a trigger and action sequence, and wires it up for review before activation.
New
95+ integrations at launch. ERP systems (SAP, Oracle, Microsoft Dynamics), email providers, file storage, payment processors, and logistics platforms all available on day one.
New
Sandbox environment. Every organization gets a full isolated sandbox for testing workflows against sample documents. Sandbox runs are free and never touch production integrations.
v2025.11  ·  14 November 2025
New
RBAC permission model. Organization, workspace, and workflow level permissions. Roles: Admin, Editor, Viewer. Custom roles available on Enterprise plan.
Improved
Extraction schema editor. Visual field mapping interface replaces raw JSON schema editing. Drag-and-drop field ordering, inline type selection, and live preview against sample documents.
Fixed
Organization invitations sent to email addresses with uppercase characters were not resolving correctly on first login due to case-sensitive comparison at the lookup step.
v2025.10  ·  6 October 2025
New
Webhook trigger type. Workflows can now be triggered by incoming HTTP POST requests to a generated endpoint URL. Supports HMAC signature verification for payload authenticity.
New
Workflow run timeline view. Step-by-step execution trace with duration, input/output preview, and error details at each node. Available for all runs regardless of outcome.
Improved
TRACE document scanner. Handwritten annotations on printed forms are now extracted with 89% accuracy, up from 61% in the previous model version.
Fixed
File storage integration would fail silently on uploads larger than 48MB when the upstream provider returned a 413 without a Retry-After header.
v2025.09  ·  22 September 2025
New
TRACE Engine v1 internal release. First working end-to-end extraction pipeline. Achieves 91% field accuracy on controlled purchase order test set. Shipped to internal design partners for stress testing.
New
Core integration framework. Plugin architecture for connecting external systems. Initial support for SAP ECC, Gmail, Google Drive, and Outlook. Credential vault with AES-256 encryption at rest.
New
Workflow execution engine. Directed acyclic graph runner with parallel branch support, condition evaluation, and per-step retry policies. Persistent run state for crash recovery.
Improved
Internal alpha dashboard. First visual workflow builder with drag-and-drop trigger and action nodes. JSON export of workflow definitions for version control.