Release Notes
January 2026 Platform Release
2 min
includes platform 5 20 and worker 5 15 release highlights this release focuses on significant improvements to platform stability, branding, and developer flexibility clouddata evolution we have introduced full javascript function syntax support within clouddata , allowing for complex transformations and reusable logic directly within datamaps infrastructure optimization the runbook engine has been re architected to separate destroy operations from standard tasks this prevents long running teardowns from blocking fast deployments tavio rebranding & security we are finalizing the transition to the tavio brand, including a comprehensive overhaul of the password reset flow (api, ui, and email) and addressing security vulnerabilities identified in recent penetration tests performance significant optimizations in the function node by removing redundant data cloning and datagrid operations new features embedded javascript functions in clouddata app 4480, app 4482, app 4483 summary users can now use full javascript syntax within clouddata this allows for the definition of functions inside datamaps to handle complex logic and reusable transformations, moving beyond simple formula limitations this update includes backend support, ui updates, and enhanced vm security password reset & branding app 4099, app 4440, app 4441, app 4442 summary a complete implementation of the password reset flow for the tavio hub this includes new public api endpoints for requesting tokens and resetting passwords a new ui form for the "forgot password" flow updated email branding (transitioning from "the cloud connectors" to " tavio ") that correctly redirects users to either tavio studio or tavio hub based on context oauth 2 0 jwt support app 3765 summary added support for json web token (jwt) as an authentication mechanism for oauth 2 0 in webhooks, meeting requirements for integrations like beamery agent distribution app 4324 summary added a dedicated download link in the ui (under org management > agents) for the on premises agent executable, ensuring users always have access to the latest auto updater compatible version improvements & performance runbook queue separation app 4541 summary to prevent system bottlenecks, we have separated the runbook engine into two queues a "fast queue" for creates/updates and a "slow queue" for destroy operations this ensures that long running environment teardowns no longer block quick deployment tasks workflow pack dependencies app 4589, app 4590 summary improved the management of pack dependencies the workflow editor now visually flags incompatible or missing dependencies (e g , if a util pack requires a newer core pack) additionally, the worker now generates runtime logs/warnings if dependencies are not met during execution function node optimization app 4309 summary fixed a performance regression where the function node was performing unnecessary data cloning removing this operation has significantly reduced execution time for workflows containing loops and logic nodes (e g , reducing a 2 hour process to minutes) rest trigger logging app 3948 summary implemented detailed logging for inbound rest trigger requests users can now view headers, payloads, and status codes for incoming requests to easier debug invalid signatures or credential issues datagrid improvements app 4573, app 3740 summary lookup fix fixed an issue where data added to a datagrid during an execution was not immediately available for javascript lookups in the same run versioning stopped the creation of unnecessary versions for datagrids to reduce database bloat and improve save performance deployment resource defaults app 4244 summary adjusted default resource allocation logic workflows with rest triggers now default to "short" (optimized for speed/concurrency), while all other workflows default to "long" (optimized for execution time) documentation types app 4238 summary solution documentation now supports url references in addition to file uploads, allowing links to external hosted documentation or s3 buckets validation framework app 4193 summary implemented a json schema validation framework for api endpoints this ensures better error reporting with detailed feedback when invalid data is submitted bug fixes hub session app 4513 summary fixed a critical bug where updating a user's role while they were logged in caused their session to crash (403 errors) roles now update seamlessly without forcing a logout ui feedback app 4510 summary added a "loading" state to the save progress button in the deployment flow to prevent double clicks and provide better user feedback api reserved word app 4409 summary fixed an issue where using the field name "key" in api requests caused failures due to it being a reserved word in the security middleware connector namespace app 4402 summary addressed validation errors regarding namespace naming constraints that were causing 500 errors during production data deployments for a partner security app 3973 summary remediated three "broken access control" vulnerabilities identified in the 2025 pen test, restricting unauthorized modification of emails, platform access, and oauth clients branding app 4337 summary corrected lingering "tcc" branding in platform email notifications to strictly use " tavio "