Features
- feat(devin): add devin integration for autonomous coding sessions (#3352)
- feat(sidebar): add lock/unlock to workflow registry context menu (#3350)
- feat(google-tasks): add Google Tasks integration (#3342)
- feat(bigquery): add Google BigQuery integration (#3341)
- feat(confluence): add get user by account ID tool (#3345)
- feat(workflow): lock/unlock workflow from context menu and panel (#3336)
- feat(api): audit log read endpoints for admin and enterprise (#3343)
- feat(confluence): return page content in get page version tool (#3344)
- feat(google): add missing tools for Gmail, Drive, Sheets, and Calendar (#3338)
- feat(google-translate): add Google Translate integration (#3337)
- feat(google-sheets): add filter support to read operation (#3333)
Bug Fixes
- fix(confluence): prevent content erasure on page/blogpost update and fix space update (#3356)
- fix: prevent raw workflowInput from overwriting coerced start block values (#3347)
- fix(confluence): add input validation for SSRF-flagged parameters (#3351)
- fix(credential-selector): remove reserved icon space when no credential selected (#3348)
- fix(terminal): thread executionOrder through child workflow SSE events for loop support (#3346)
- fix(templates): show description tagline on template cards (#3335)
- fix(call-chain): x-sim-via propagation for API blocks and MCP tools (#3332)
Other Changes
- chore(db): drop 8 redundant indexes and add partial index for stale execution cleanup (#3354)
- chore(executor): extract shared utils and remove dead code from handlers (#3334)