Skip to content

Releases: simstudioai/sim

v0.6.97

30 May 02:03
2f1f633

Choose a tag to compare

Bug Fixes

  • fix(copilot): seq migration (#4804)

Contributors

View changes on GitHub

v0.6.96

30 May 01:30
a8dcdd5

Choose a tag to compare

Features

  • feat(slack): add install + privacy section to integration landing page (#4799)
  • feat(integrations): hosted API keys for Findymail, Prospeo, and Wiza (#4777)
  • feat(access-control): add per-model denylist to permission groups (#4794)
  • feat(slack): request channels:manage and groups:write for conversation ops (#4792)
  • feat(copilot): add seq ordinal to copilot_messages for order-preserving reads (#4791)
  • feat(tables): pinned columns (#4770)

Improvements

  • improvement(enrichments): align enrichments sidebar with design system (#4801)
  • improvement(providers): harden OpenAI-compatible providers + add tests (#4796)
  • improvement(logs): object storage backed tracespans (#4787)

Bug Fixes

  • fix(misc): upgrade path change for new better-auth version, billing issue for workflow block agent usage (#4803)
  • fix(tables): reduce column header chevron size and fix sidebar shadow bleed (#4800)
  • fix(tables): resource-cell icons, embedded filters, run-state + UI fixes (#4789)
  • fix(auth): block signup spam by denylisting shared MX backends (#4790)

Other Changes

  • chore(copilot): deprecate mcp server (#4797)

Contributors

View changes on GitHub

v0.6.95

29 May 03:50
503432c

Choose a tag to compare

Features

  • feat(block): Add data enrichment block (#4774)

Bug Fixes

  • fix(schema) Make workflow description nullable (#4785)

Contributors

View changes on GitHub

v0.6.94

29 May 01:18
6bf9e96

Choose a tag to compare

Features

  • feat(integrations): add RB2B integration (#4784)
  • feat(slack): scope private channel visibility to installing user (#4779)
  • feat(integrations): add ZoomInfo, align Wiza, audit Apollo, refresh docs (#4776)
  • feat(copilot): add copilot_messages table with dual-write rollout (#4726)
  • feat(providers): add Claude Opus 4.8 model (#4771)

Improvements

  • improvement(logs): raise execution log size limits to 3MB / 512KB (#4778)
  • improvement(billing): migrate hot path writes away from user_stats (#4768)
  • improvement(auth): suffix-match BLOCKED_SIGNUP_DOMAINS to catch subdomain rotation (#4773)
  • improvement(integrations): tighten resend, azure_devops icon, loops trim (#4772)

Bug Fixes

  • fix(auth): return 403 instead of 500 for blocked sign-in/sign-up attempts (#4783)
  • fix(workflows): default workflow color when none provided on create (#4782)
  • fix(slack): only parse scoped user id for oauth credentials (#4781)
  • fix(mothership): persist queued messages, edit-in-place preserves order (#4769)

Other Changes

  • chore(auth): upgrade better-auth 1.3.12 → 1.6.11 (#4766)

Contributors

View changes on GitHub

v0.6.93

28 May 01:30
856182b

Choose a tag to compare

Features

  • feat(instantly): block, trigger (#4763)

Improvements

  • improvement(cron): fire-and-forget for cron-invoked endpoints (#4764)
  • improvement(integrations): tighten sixtyfour, agentmail, agentphone outputs (#4765)
  • improvement(mcp): bound MCP memory and lifecycle concurrency (#4751)
  • improvement(schedules): retries, concurrency limits (#4755)
  • improvement(agentphone): update logo and bgcolor (#4753)

Bug Fixes

  • fix(tables): coerce row values to column types on write instead of failing (#4761)
  • fix(rate-limiter): hosted-key queue follow-up fixes (#4762)

Contributors

View changes on GitHub

v0.6.92

27 May 10:02
fd19470

Choose a tag to compare

Features

  • feat(tables): Add enrichment table column type (#4752)
  • feat(tools): queue hosted-key tool calls instead of failing with 429 (#4416)

Improvements

  • improvement(schedules): jitter scheduled execution starts by 0-30s (#4750)
  • log(db): Add db failure cause log message (#4749)

Bug Fixes

  • fix(tables): workflow-column run fixes + bounded run-N-rows (#4754)

Contributors

View changes on GitHub

v0.6.91

26 May 23:13
e532e0a

Choose a tag to compare

Features

  • feat(hosted-keys): add Hunter.io and People Data Labs hosted key support (#4742)
  • feat(litellm): add LiteLLM as AI gateway provider (#4739)
  • feat(zoom): add KB connector for cloud recording transcripts, fix refresh token rotation (#4735)

Improvements

  • improvement(api): use HttpError base class for typed-error status mapping (#4746)
  • improvement(executor): subflows, hitl handling cleanup (#4604)

Bug Fixes

  • fix(connectors): repair broken Zoom icon rendering (#4747)
  • fix(zoom): iteratively strip tags in transcript parser to close incomplete-sanitization gap (#4745)
  • fix(files): attach wheel listener before paint and guard SVG src (#4744)
  • fix(files): zoom file viewer content, not the browser page (#4741)
  • fix(api): classify access-denied and sandbox user-code errors with correct HTTP status (#4740)

Contributors

View changes on GitHub

v0.6.90

23 May 20:12
f6c9998

Choose a tag to compare

Improvements

  • improvement(media-gen): retire vision block, add hosted key for fal ai for image/video gen, search visibility in cmd-k (#4684)

Bug Fixes

  • fix(files): never dedup external URL fetches by path filename (#4733)
  • fix(resource): prevent permission-gated breadcrumb items from flashing on load (#4732)

Contributors

View changes on GitHub

v0.6.89

23 May 01:21
b5b2d83

Choose a tag to compare

Improvements

  • improvement(kb-connectors): align connector modal controls (#4730)
  • improvement(kb-connectors): align connector UI surfaces (#4728)
  • improvement(mcp): post-merge hardening — protocol negotiation + distributed OAuth lock + typed errors (#4722)
  • perf(copilot): narrow getAccessibleCopilotChat projection (#4720)
  • improvement(branding): dark og image matching landing surface (#4719)

Bug Fixes

  • fix(landing): remove cursor lerp causing laggy tracking in collaboration section (#4727)
  • fix(large-refs): cleanup based on table read (#4716)
  • fix(db): disable statement_timeout for migrations (#4714)
  • fix(tools): pin resolved IP in DB connectors to prevent DNS-rebinding SSRF (#4725)
  • fix(hubspot): selector fetchOptions default + credentialId validation (#4723)
  • fix(combobox): show selected values in multi-select trigger label (#4721)

Contributors

View changes on GitHub

v0.6.88

22 May 06:35
e9ee351

Choose a tag to compare

Features

  • feat(mailer): add AWS SES and SMTP providers with auto-detect fallback (#4710)

Improvements

  • improvement(mcp): per-server tool queries + negative cache (#4715)
  • improvement(kb-connectors): multi-select fields + Slack bot/app message extraction (#4711)
  • improvement(search-replace): pass down to subblocks (#4712)
  • improvement(hubspot): OAuth-native polling trigger replacing webhook flow (#4705)
  • improvement(oauth): coalesce token refresh + cache terminal failures (#4706)

Bug Fixes

  • fix(oauth): follower last-chance read after poll deadline (#4718)
  • fix(files): RFC 5987 encode Content-Disposition filenames (#4713)

Contributors

View changes on GitHub