Releases: simstudioai/sim
Releases · simstudioai/sim
v0.5.88
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
v0.5.87
v0.5.86
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
v0.5.85
v0.5.84
v0.5.83
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
v0.5.82
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
v0.5.81
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
v0.5.80
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
v0.5.79
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)