Releases: simstudioai/sim
Releases · simstudioai/sim
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)
Contributors
v0.6.85
Features
- feat(google_docs): opt-in Markdown formatting for create operation (#4656)
- feat(findymail): add Findymail B2B contact data integration (#4654)
- feat(prospeo): add Prospeo integration for B2B contact enrichment and search (#4653)
Improvements
- improvement(workspace): fix resource table column proportions and toast stacking (#4655)
- improvement(memory): replace unbounded server caches with lru-cache to fix heap growth (#4652)
- improvement(workspace): allocate more space to name column in resource tables (#4645)
- improvement(mothership): abort path race preventing persistence (#4647)
- improvement(redis-cleanup): schedule, async workflow, hitl base64 cache cleanup (#4646)
Bug Fixes
- fix(tables): type-aware SQL casts for range filters on date columns (#4657)
- fix(knowledge): preserve scroll position when toggling tokenizer in chunk viewer (#4643)
Contributors
v0.6.84
v0.6.83
Features
- feat(redis): TLS SNI override for IP-based REDIS_URL + zod schema fixes (#4635)
Contributors
v0.6.82
v0.6.81
Features
- feat(mship): make mship block stream output (#4626)
- feat(wait): Async toggle, chained-wait resume fix, execution status API (#4514)
- feat(files): folders, multiselect, vfs update (#4572)
Improvements
- improvement(executor): faster, more responsive workflow cancellation (#4630)
- improvement(copilot): trim copilot_chats reads to lean projections (#4629)
- improvement(redis): strip idempotency body and cap mothership stream zsets (#4625)
- improvement(providers): align attachment dispatch to vendor SDK types (#4619)
- improvement(files): validations (#4620)
- improvement(agent, file-block): files in agent block, file block v4 (#4610)
Bug Fixes
- fix(workflows): exclude block locked from diff detection (#4631)
- fix(mcp): map validation and conflict orchestration errors to 400/409 (#4628)
- fix(cloudwatch): use PutAlarmMuteRule for mute/unmute with duration window (#4621)
- fix(files): fixed resource spacing on files directories pages (#4618)
- fix(logs,workspace): prevent cancelled status overwrite on race and move impersonation banner (#4617)
Other Changes
- chore(utils): migrate to shared random/ID utilities and add enforcement linting (#4623)
- chore(deps): bump mermaid to 11.15.0 for GHSA-ghcm-xqfw-q4vr (#4615)
Contributors
v0.6.80
Features
- feat(cloudwatch): add mute and unmute alarm operations (#4602)
Improvements
- improvement(gmail): replace custom html-to-text regex with library (#4613)
- improvement(scheduler): drain due schedules in chunks (#4578)
- Revert "improvement(db): add session statement/lock timeouts; simplify KB doc tx (#4593)" (#4593)
- improvement(db): add session statement/lock timeouts; simplify KB doc tx (#4593)
Bug Fixes
- fix(gmail): send emails as multipart/alternative so they render full-width (#4611)
- fix(date-picker): eliminate infinite re-render crash on re-open with existing selection (#4609)
- fix(security): supabase rpc path validation, ssh stream byte cap, storage quota coverage (#4605)
- fix(security): harden file access controls, webhook auth, and input bounds (#4601)
- fix(integrations): gdrive trashed search, slack blocks-with-file, slack get_message ts (#4600)
- fix(seo): use canonical SITE_URL for robots and sitemap (#4598)
Other Changes
- chore(deps): bump next to 16.2.5 for CVE-2026-44578 SSRF fix (#4606)
Contributors
v0.6.79
Improvements
- improvement(billing): move overage calculations out of txes (#4595)
- improvement(db): reduce connection saturation and egress hotspots (#4594)
Bug Fixes
- fix(vfs): make copilot message ordering deterministic via WITH ORDINALITY (#4597)
- fix(tables): eliminate checkbox flicker on rapid cell toggle (#4592)
- fix(rate-limit): close rate-limit bypass and tighten public route limits (#4591)
Contributors
v0.6.78
v0.6.77
Features
- feat(observability): export Trigger.dev telemetry to Grafana Cloud OTLP (#4583)
- feat(mothership): add files to mship block (#4584)
- feat(mothership): pin tasks to keep them at the top of the sidebar (#4582)
Improvements
- improvement(mothership): allow mship to send function execute timeout (#4581)
Bug Fixes
- fix(otel): address staging pr comments for trigger otel (#4586)