January 23rd, 2026

Feature

Fixed

Changelog  20th January, 2026

Function Builder


⭐️ Steps now support “Exposed Output”. You can select which fields you’d like to show in subsequent steps. This is useful if you’d like to reduce the noise and data you pass to an agent downstream.
⭐️ Added testing for return step in Function and trigger builder.
⭐️ Added toggle to hide/show the raw output field of a step.
⭐️ Omitted fields in return step are now set as default for trigger and function when added in integration or flow.
🐛 Improved function scalability to handle high traffic by optimizing MySQL reads, leveraging Redis/MongoDB caches, and making endpoints service scalable.

Integration Builder

⭐️ Added a much better testing experience for incoming webhooks. Try it out!
⭐️ Updated webhook payloads to use the latest test payload during flow/integration testing, including a list of the last 5 incoming requests and improved request selection UI.
⭐️ Allow changing version of function trigger added in a flow/integration.
⭐️ Improved UI for parameter configuration.
🐛 Addressed HTTP call failures in integrations.
🐛 Resolved issues where hidden fields appeared in the tag menu.

Playbooks

⭐️ Released Squig Playbook Editor v1 (integration only), with upcoming support for view, table, and human-in-loop features.

SDK

🐛 Incorporated feedback on full screen textarea editing, now allowing full screen in readonly mode.

Performance

🐛 Improved handling of aborted runs in integrations.