Releases: simstudioai/sim
Releases · simstudioai/sim
v0.6.95
v0.6.94
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
v0.6.93
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
v0.6.92
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
v0.6.91
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
v0.6.90
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
v0.6.89
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
v0.6.88
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
v0.6.87
Features
- feat(tables): virtualize data grid with bounded copy and chunked delete (#4693)
Improvements
- perf(db): reduce read/write fanout across hot paths (#4704)
Bug Fixes
- fix(logs-cleanup): listing active workspaces into mem + download time streaming lims (#4692)
- fix(sidebar): pass showDelete to hide delete menu for non-admin members (#4697)
- fix(mcp): cache result of discoverServerTools to prevent post-OAuth refetch storm (#4701)
- fix(copilot): default SIM_AGENT_API_URL to www.copilot.sim.ai to avoid redirect path drop (#4700)
- fix(table): derive typewriter slice from elapsed time (no full-text flash) (#4694)
Contributors
v0.6.86
Features
- feat(integrations): add Gong incident.io Railway and New Relic (#4663)
- feat(azure-devops): block and trigger (#4664)
- feat(wiza): add Wiza integration for B2B prospect enrichment and search (#4662)
- feat(models): add gemini 3.5 flash (#4660)
Improvements
- improvement(media-blocks): new versions of image and video gen with latest models + fixes (#4667)
- improvement(workflow-search): include block names in in-workflow search (#4668)
- improvement(cleanup): cleanup refs along in logs cleanup job (#4661)
- improvement(execution): memory usage for aggregated results (#4650)
Bug Fixes
- fix(blocks): preserve agent block color (#4671)
- fix(workflow-search): unclip block-name highlight shadow on the left (#4670)
- fix(branding): align auth and deploy UI colors (#4669)
- fix(docker): restore NEXT_PUBLIC_APP_URL build arg with dummy fallback (#4665)
- fix(security): remove localhost CORS origin, consolidate CORS in proxy (#4658)