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.6.86
May 20, 2026

Features

  • feat(integrations): add Gong incident.io Railway and New Relic
  • feat(azure-devops): block and trigger
  • feat(wiza): add Wiza integration for B2B prospect enrichment and search
  • feat(models): add gemini 3.5 flash

Improvements

  • improvement(media-blocks): new versions of image and video gen with latest models + fixes
  • improvement(workflow-search): include block names in in-workflow search
  • improvement(cleanup): cleanup refs along in logs cleanup job
  • improvement(execution): memory usage for aggregated results

Bug Fixes

  • fix(blocks): preserve agent block color
  • fix(workflow-search): unclip block-name highlight shadow on the left
  • fix(branding): align auth and deploy UI colors
  • fix(docker): restore NEXT_PUBLIC_APP_URL build arg with dummy fallback
  • fix(security): remove localhost CORS origin, consolidate CORS in proxy

View changes on GitHub

v0.6.85
May 19, 2026

Features

  • feat(google_docs): opt-in Markdown formatting for create operation
  • feat(findymail): add Findymail B2B contact data integration
  • feat(prospeo): add Prospeo integration for B2B contact enrichment and search

Improvements

  • improvement(workspace): fix resource table column proportions and toast stacking
  • improvement(memory): replace unbounded server caches with lru-cache to fix heap growth
  • improvement(workspace): allocate more space to name column in resource tables
  • improvement(mothership): abort path race preventing persistence
  • improvement(redis-cleanup): schedule, async workflow, hitl base64 cache cleanup

Bug Fixes

  • fix(tables): type-aware SQL casts for range filters on date columns
  • fix(knowledge): preserve scroll position when toggling tokenizer in chunk viewer

View changes on GitHub

v0.6.84
May 17, 2026

Improvements

  • improvement(copilot): drop unused columns from mothership chat detail reads

Bug Fixes

  • fix(security): KB fileUrl LFI, MCP/Agiloft SSRF pinning, form OTP, KB authz
  • fix(redis): apply TLS SNI override to pub/sub clients

View changes on GitHub

v0.6.83
May 17, 2026

Features

  • feat(redis): TLS SNI override for IP-based REDIS_URL + zod schema fixes

View changes on GitHub

v0.6.82
May 16, 2026

Bug Fixes

  • fix(migrations): remove duplicate column add

View changes on GitHub

v0.6.81
May 16, 2026

Features

  • feat(mship): make mship block stream output
  • feat(wait): Async toggle, chained-wait resume fix, execution status API
  • feat(files): folders, multiselect, vfs update

Improvements

  • improvement(executor): faster, more responsive workflow cancellation
  • improvement(copilot): trim copilot_chats reads to lean projections
  • improvement(redis): strip idempotency body and cap mothership stream zsets
  • improvement(providers): align attachment dispatch to vendor SDK types
  • improvement(files): validations
  • improvement(agent, file-block): files in agent block, file block v4

Bug Fixes

  • fix(workflows): exclude block locked from diff detection
  • fix(mcp): map validation and conflict orchestration errors to 400/409
  • fix(cloudwatch): use PutAlarmMuteRule for mute/unmute with duration window
  • fix(files): fixed resource spacing on files directories pages
  • fix(logs,workspace): prevent cancelled status overwrite on race and move impersonation banner

Other Changes

  • chore(utils): migrate to shared random/ID utilities and add enforcement linting
  • chore(deps): bump mermaid to 11.15.0 for GHSA-ghcm-xqfw-q4vr

View changes on GitHub

v0.6.80
May 15, 2026

Features

  • feat(cloudwatch): add mute and unmute alarm operations

Improvements

  • improvement(gmail): replace custom html-to-text regex with library
  • improvement(scheduler): drain due schedules in chunks
  • Revert "improvement(db): add session statement/lock timeouts; simplify KB doc tx"
  • improvement(db): add session statement/lock timeouts; simplify KB doc tx

Bug Fixes

  • fix(gmail): send emails as multipart/alternative so they render full-width
  • fix(date-picker): eliminate infinite re-render crash on re-open with existing selection
  • fix(security): supabase rpc path validation, ssh stream byte cap, storage quota coverage
  • fix(security): harden file access controls, webhook auth, and input bounds
  • fix(integrations): gdrive trashed search, slack blocks-with-file, slack get_message ts
  • fix(seo): use canonical SITE_URL for robots and sitemap

Other Changes

  • chore(deps): bump next to 16.2.5 for CVE-2026-44578 SSRF fix

View changes on GitHub

v0.6.79
May 14, 2026

Improvements

  • improvement(billing): move overage calculations out of txes
  • improvement(db): reduce connection saturation and egress hotspots

Bug Fixes

  • fix(vfs): make copilot message ordering deterministic via WITH ORDINALITY
  • fix(tables): eliminate checkbox flicker on rapid cell toggle
  • fix(rate-limit): close rate-limit bypass and tighten public route limits

View changes on GitHub

v0.6.78
May 14, 2026

Improvements

  • improvement(file-block): add get operation

Bug Fixes

  • fix(mothership): persist @-mentioned resources across send
  • fix(file-block): fix get op

View changes on GitHub

v0.6.77
May 14, 2026

Features

  • feat(observability): export Trigger.dev telemetry to Grafana Cloud OTLP
  • feat(mothership): add files to mship block
  • feat(mothership): pin tasks to keep them at the top of the sidebar

Improvements

  • improvement(mothership): allow mship to send function execute timeout

Bug Fixes

  • fix(otel): address staging pr comments for trigger otel

View changes on GitHub