Rate-limit protection, faster report rendering, larger payload support, safer execution claiming, and expanded authoring tools.
Rate Limiting and Connections
- Added automatic rate-limit defaults for critical providers including Stripe, HubSpot, Mailgun, and Shopify to help prevent API bans
- Implemented validation to reject invalid rate-limit configurations
- Enhanced observability with metrics and alerts for fail-open scenarios
- Improved UI clarity with honest protection state badges
Report Performance
- Automatically hide large undisplayed columns in reports for faster rendering
- Optimized data fetching to load only displayed columns
- Introduced concurrent block rendering and schema caching
- Added batched chart aggregates to eliminate N+1 queries
Execution and Payload Handling
- Increased instance creation body limit to 64 MB
- Expanded backend file size support to 96 MB
- Automatically hide large input and output data by default with an option to view full content
- Added atomic instance claiming to prevent duplicate execution
Authoring and Tools
- Enabled
tojsontemplate helper with documented allowlist - Added MCP tools for folder management including move, delete, and list
- Expanded authoring schema with full condition operator enum
- Implemented Python-style negative array index resolution