Tealfabric IO v2.0 Release Notes
Tealfabric IO v2.0.0 is a major platform release focused on dependable automation at scale. It strengthens process execution, improves multi-tenant workflow consistency, and makes connector-driven operations easier to run in production.
Document information
| Field | Value |
|---|---|
| Canonical URL | /docs/10_releases-and-changes/08_release-notes-v2-0 |
| Version (published date) | 2026-07-07 |
| Tags | releases, changelog, reference |
| Release date | July 2026 |
| Version | 2.0.0 |
| Codename | To be announced |
Release highlights
Version 2.0 modernizes the runtime foundations behind Tealfabric automations. The release improves consistency across process-step execution, sandbox helper behavior, tenant scoping, and connector-backed workflows.
For teams building and operating automations, the result is a more predictable day-to-day experience: clearer outcomes, stronger guardrails, and smoother behavior across both new and existing workflows.
Process execution and sandbox improvements
The process sandbox in v2.0 delivers a cleaner, more consistent surface for JavaScript and TypeScript process steps. It supports modern namespaced helpers (tf.*) while preserving legacy-compatible globals, which helps teams migrate existing snippets without breaking established patterns.
Integration behavior inside sandboxed steps is now better aligned with production queue-backed execution, so asynchronous runs are easier to reason about from trigger to completion.
- Improved JS/TS process-step runtime with both
tf.*helpers and legacy global aliases. - Improved multi-step process output consistency so step outcomes are easier to compose across full workflows.
- Improved async integration lifecycle handling in sandboxed steps (
executeAsync, status/result flow). - Improved helper consistency for
datapool,api,tenantDb,log_message, and related runtime surfaces.
Tenant and workflow experience improvements
v2.0 improves tenant-scoped behavior across core workflow surfaces, helping multi-tenant teams get tenant-correct results more consistently. This reduces friction in routine operations and makes cross-tenant context changes easier to trust.
WebApp and process-related agent flows are also more consistent in how discovery, creation, and draft-versus-published behavior are handled.
- Improved tenant workspace scoping behavior across key workflow surfaces.
- Improved WebApp creation and discovery flows in agent-driven scenarios.
- Improved handling of draft-versus-published WebApp states in user workflows.
- Improved entity relationship exploration via the entity network view.
Connector and integration updates
This release includes practical connector improvements for production deployments, including larger file transfer limits for selected providers and stronger TLS handling for database connector configurations.
These updates reduce setup friction and improve runtime confidence in enterprise integration scenarios.
- Increased supported upload limits for selected connectors, including OneDrive and Box.
- Improved TLS certificate handling in database connector configurations (
ssl_ca_pempaths). - Improved connector reliability checks and runtime validation behavior.
Who should upgrade now
Tealfabric IO v2.0 is recommended for teams running production automations across multiple tenants, especially when process-step reliability and connector execution consistency are critical.
- Upgrade now if your team depends on multi-step process workflows and needs more predictable output behavior.
- Upgrade now if you run frequent connector-driven automations and want stronger operational reliability.
- Upgrade now if your users switch tenants often and need more consistent tenant-scoped behavior.
- Plan a staged rollout if you rely on preview connectors with partial operation support.
Upgrade guidance
Tealfabric IO v2.0 is a major-version foundation update. Most existing workflows continue to run as expected, but teams should validate process steps and connector-critical paths in staging before full production rollout.
Some connectors may still be available as preview experiences with partial operation support. Treat preview connectors as limited-scope until full parity is announced.
Looking ahead to v2.1
The next release is expected to expand durable human-in-the-loop flows, broader search experiences, and additional connector parity coverage. Work on process tooling and tenant workflow quality will continue.