Changelog

Stay up-to-date with the latest features, improvements, and bug fixes in Sim. All changes are documented here with detailed release notes.


v0.5.113
Mar 13, 2026

Features

  • feat(google-ads): add google ads integration for campaign and ad performance queries
  • feat(ashby): add webhook triggers with automatic lifecycle management

Bug Fixes

  • fix(grain): update to stable version of API
  • fix(executor): skip Response block formatting for internal JWT callers
  • fix(jira): remove unnecessary projectId dependency from manualIssueKey

View changes on GitHub

v0.5.112
Mar 12, 2026

Features

  • feat(slack): add email field to get user and list users tools
  • feat(tools): add Fathom AI Notetaker integration

Improvements

  • improvement(canvas): enable middle mouse button panning in cursor mode

Bug Fixes

  • fix(blocks): clarify condition ID suffix slicing for readability
  • fix(jira): add explicit fields parameter to search/jql endpoint
  • fix(jira): add missing write:attachment:jira oauth scope
  • fix(traces): prevent condition blocks from rendering source agent's timeSegments
  • fix(blocks): remap condition/router IDs when duplicating blocks

Other Changes

  • chore(oauth): remove unused github-repo generic OAuth provider

View changes on GitHub

v0.5.111
Mar 12, 2026

Features

  • feat(webhooks): dedup and custom ack configuration

Improvements

  • improvement(webhooks): move non-polling executions off trigger.dev

Bug Fixes

  • fix(gmail): RFC 2047 encode subject headers for non-ASCII characters

View changes on GitHub

v0.5.110
Mar 11, 2026

Bug Fixes

  • fix(webhooks): eliminate redundant DB queries from webhook execution path
  • fix(security): add SSRF protection to database tools and webhook delivery
  • fix(parallel): align integration with Parallel AI API docs

View changes on GitHub

v0.5.109
Mar 9, 2026

Features

  • Revert "feat(hosted key): Add exa hosted key"
  • feat(hosted key): Add exa hosted key
  • feat(evernote): add Evernote integration with 11 tools
  • feat(obsidian): add Obsidian integration with 15 tools

Bug Fixes

  • fix(webhooks): return empty 200 for Slack to close modals cleanly

Other Changes

  • chore(monitoring): remove SSE connection tracking and Bun.gc debug instrumentation

View changes on GitHub

v0.5.108
Mar 7, 2026

Features

  • feat(jira): add search_users tool for user lookup by email
  • feat(selectors): add dropdown selectors for 14 integrations

Improvements

  • improvement(selectors): remove dead semantic fallback code
  • improvement(selectors): simplify selector context + add tests
  • improvement(oauth): centralize scopes and remove dead scope evaluation code
  • improvement(canonical): backfill for canonical modes on config changes

Bug Fixes

  • fix(selectors): resolve env var references at design time for selector context
  • fix(memory): upgrade bun from 1.3.9 to 1.3.10
  • fix(tool-input): restore workflow input mapper visibility

View changes on GitHub

v0.5.107
Mar 6, 2026

Features

  • feat(slack): add views.open, views.update, views.push, views.publish tools
  • feat(reddit): add 5 new tools, fix bugs, and audit all endpoints against API docs

View changes on GitHub

v0.5.106
Mar 6, 2026

Features

  • feat(models): add gpt-5.4 and gpt-5.4-pro model definitions

Improvements

  • improvement(snapshot): exclude sentinel in client side activation detection

Bug Fixes

  • fix(condition): execution with subflow sentinels follow-on, snapshot highlighting, duplicate terminal logs
  • fix(kbs): legacy subblock id migration + CI check

View changes on GitHub

v0.5.105
Mar 5, 2026

Features

  • feat(slack): add new tools and user selectors
  • feat(servicenow): add offset and display value params to read records
  • feat(slack): add remove reaction tool

Bug Fixes

  • fix(chat): use explicit trigger type check instead of heuristic for chat guard
  • fix(editor): pass workspaceId to useCredentialName in block preview
  • fix(memory): add Bun.gc, stream cancellation, and unconsumed fetch drains
  • fix(subflows): recurse into all descendants for lock, enable, and protection checks

View changes on GitHub

v0.5.104
Mar 4, 2026

Features

  • feat(integrations): add brandfetch integration
  • feat(integrations): add google meet integration
  • feat(integrations): add dub.co integration

Improvements

  • improvement(executor): support nested loops/parallels
  • improvement(airtable): added more tools

Bug Fixes

  • fix(subflows): fix pointer events for nested subflow interaction
  • fix(editor): restore cursor position after tag/env-var completion in code editors
  • fix(logs): add status field to log detail API for polling
  • fix(socket): persist outbound edges from locked blocks
  • fix(memory): fix O(n²) string concatenation and unconsumed fetch response leaks
  • fix(layout): polyfill crypto.randomUUID for non-secure HTTP contexts
  • fix(icons): fix pagerduty icon

Other Changes

  • chore(careers): remove careers page, redirect to Ashby jobs portal

View changes on GitHub