v0.5.101

simstudioai/simv0.5.101Feb 26, 2026by github-actions[bot]

AI Summary

Major release adding multiple new integrations including Devin, Google Tasks, BigQuery, and Google Translate, plus workflow lock/unlock functionality and audit log endpoints for admin/enterprise.

Key Highlights

  • Added Devin integration for autonomous coding sessions
  • Added Google BigQuery, Tasks, and Translate integrations
  • Added workflow lock/unlock from context menu and panel
  • Added audit log read endpoints for admin and enterprise
  • Database optimization: dropped 8 redundant indexes

New Features

  • Devin integration for autonomous coding sessions
  • Lock/unlock workflow registry from context menu
  • Google Tasks integration
  • Google BigQuery integration
  • Confluence get user by account ID tool
  • Audit log read endpoints for admin and enterprise
  • Return page content in get page version tool
  • Missing tools for Gmail, Drive, Sheets, and Calendar
  • Google Translate integration
  • Filter support for Google Sheets read operation

Full Release Notes

## 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)

## Contributors

- @icecrasher321
- @waleedlatif1

[View changes on GitHub](https://github.com/simstudioai/sim/compare/v0.5.100...v0.5.101)