Skip to content

Releases: simstudioai/sim

v0.5.88

12 Feb 00:02
07d50f8

Choose a tag to compare

Features

  • feat(confluence): added list space labels, delete label, delete page prop (#3201)
  • feat(providers): add Gemini Deep Research via Interactions API (#3192)

Improvements

  • improvement(oom): increase trigger machine size (#3196)

Bug Fixes

  • fix build
  • fix(confl): use recommended query param pattern for confluence route (#3202)
  • fix(variables): fix tag dropdown and cursor alignment in variables block (#3199)
  • fix(hotkeys): remove C, T, E tab-switching hotkeys (#3197)

Contributors

View changes on GitHub

v0.5.87

11 Feb 06:47
2797395

Choose a tag to compare

Bug Fixes

  • fix(auth): workflow system handler (#3193)

Contributors

View changes on GitHub

v0.5.86

11 Feb 06:05
5058527

Choose a tag to compare

Features

  • feat(copilot): enterprise configuration (#3184)
  • feat(logs): add skill icon to trace spans (#3181)
  • feat(copilot): copilot mcp + server side copilot execution (#3173)

Improvements

  • improvement(terminal): increase workflow logs limit from 1k to 5k per workflow (#3188)
  • improvement(mcp): improved mcp sse events notifs, update jira to handle files, fix UI issues in settings modal, fix org and workspace invitations when bundled (#3182)
  • improvement(helm): support copilot-only deployments (#3185)
  • improvement(schema): centralize derivation of block schemas (#3175)
  • Merge pull request #3179 from simstudioai/improvement/file-download-timeouts
  • improvement(preview): added trigger mode context for deploy preview (#3177)
  • improvement(jsm): destructured outputs for jsm, jira, and added 1password integration (#3174)

Bug Fixes

  • fix(triggers): add copilot as a trigger type (#3191)
  • fix(logs): surface handled errors as info in logs (#3190)
  • fix(terminal): subflow logs rendering (#3189)
  • fix(posthog): replace proxy rewrite with route handler for reliable body streaming (#3187)
  • fix(memory): upgrade bun from 1.3.3 to 1.3.9 (#3186)
  • fix(execution): scope execution state per workflow to prevent cross-workflow bleed (#3183)
  • fix(mcp): harden notification system against race conditions (#3168)
  • fix(slack): resolve file metadata via files.info when event payload is partial (#3176)
  • Merge pull request #3172 from simstudioai/fix/notifs

Contributors

View changes on GitHub

v0.5.85

09 Feb 20:51
654cb2b

Choose a tag to compare

Improvements

  • improvement(ui): deploy modal, terminal (#3167)

Bug Fixes

  • fix(triggers): id resolution for tools with trigger mode (#3170)

Contributors

View changes on GitHub

v0.5.84

08 Feb 03:17
6c66521

Choose a tag to compare

Bug Fixes

  • fix(models): add request sanitization (#3165)

Contributors

View changes on GitHub

v0.5.83

07 Feb 20:36
479cd34

Choose a tag to compare

Features

  • feat(models): updated model configs, updated anthropic provider to propagate errors back to user if any (#3159)
  • feat(airweave): add airweave block (#3079)
  • feat(skills): added skills to agent block (#3149)

Improvements

  • improvement(models): reorder models dropdown (#3164)
  • improvement(preview): render nested values like input format correctly in workflow execution preview (#3154)
  • improvement(ui): improved skills UI, validation, and permissions (#3156)

Bug Fixes

  • fix(rooms): cleanup edge case for 1hr ttl (#3163)
  • fix(auth): swap out hybrid auth in relevant callsites (#3160)
  • fix(function): isolated-vm worker pool to prevent single-worker bottleneck + execution user id resolution (#3155)
  • fix(azure): add azure-anthropic support to router, evaluator, copilot, and tokenization (#3158)

Contributors

View changes on GitHub

v0.5.82

06 Feb 08:54
a3a99ed

Choose a tag to compare

Features

  • feat(slack): add file attachment support to slack webhook trigger (#3151)

Bug Fixes

  • fix(resolver): response format and evaluator metrics in deactivated branch (#3152)
  • fix(linear): align tool outputs, queries, and pagination with API (#3150)
  • fix(executor): loop sentinel-end wrongly queued (#3148)

Contributors

View changes on GitHub

v0.5.81

05 Feb 19:48
1a66d48

Choose a tag to compare

Features

  • feat(azure): added azure anthropic, added backwards compat support for chat completions API, added opus 4.6 (#3145)
  • feat(confluence): added more confluence endpoints (#3139)

Bug Fixes

  • fix(client-exec): send correct client workflow state override (#3143)
  • fix(inputs): canonical params + manual validations + params resolution cleanups (#3141)
  • fix(tracespans): update tracespans tool calls to accurately display inputs for successive identical tool calls (#3140)

Contributors

View changes on GitHub

v0.5.80

05 Feb 02:42
46822e9

Choose a tag to compare

Features

  • feat(async-jobs): async execution with job queue backends (#3134)
  • feat(timeouts): execution timeout limits (#3120)
  • feat(note-block): note block preview newlines (#3127)
  • feat(canvas): added the ability to lock blocks (#3102)
  • feat(ee): add enterprise modules (#3121)
  • feat(editor): added docs link to editor (#3116)

Improvements

  • improvement(openai): migrate to responses api (#3135)
  • improvement(timeouts): sync to 50 min, self-hosted maxed out (#3133)
  • improvement(rooms): redis client closed should fail with indicator (#3115)
  • improvement(files): pass user file objects around consistently (#3119)
  • improvement(tag-dropdown): removed custom styling on tag dropdown popover, fixed execution ordering in terminal and loops entries (#3126)
  • improvement(billing): duplicate checks for bypasses, logger billing actor consistency, run from block (#3107)

Bug Fixes

  • fix(serializer): validate required fields for blocks without tools (#3137)
  • fix(mistral): restore mistral configs for v2 version (#3138)
  • fix(limits): updated rate limiter to match execution timeouts, adjusted timeouts fallback to be free plan (#3136)
  • fix(providers): correct tool calling message format across all providers (#3132)
  • fix(import): preserve workflow colors during import (#3130)
  • fix(editor): block rename applies to correct block when selection changes (#3129)
  • fix(logs): use formatDuration utility and align file cards styling (#3125)
  • fix(http): serialize nested objects in form-urlencoded body (#3124)
  • fix(sidebar): right-click replaces selection, reset popover hover state (#3123)
  • fix(formatting): consolidate duration formatting into shared utility (#3118)
  • fix(mcp): child workflow with response block returns error (#3114)
  • fix(cleanup-cron): stale execution cleanup integer overflow (#3113)

Contributors

View changes on GitHub

v0.5.79

01 Feb 06:06
2bb6833

Choose a tag to compare

Features

  • feat(tools): added enrich so (#3103)

Improvements

  • improvement(ratelimits, sockets): increase across all plans, reconnecting notif for sockets (#3096)

Bug Fixes

  • fix(workflow): optimize loop/parallel regeneration and prevent duplicate agent tools (#3100)
  • fix(mcp): pass timeout to SDK callTool to override 60s default (#3101)

Contributors

View changes on GitHub