Skip to content

Releases: simstudioai/sim

v0.5.93

18 Feb 20:32
fdca736

Choose a tag to compare

Features

  • feat(sub): hide usage limits and seats info from enterprise members (non-admin) (#3243)
  • feat(audit-log): add audit events for templates, billing, credentials, env, deployments, passwords (#3246)
  • feat(audit-log): add persistent audit log system with comprehensive route instrumentation (#3242)
  • feat(access-control): add ALLOWED_INTEGRATIONS env var for self-hosted block restrictions (#3238)
  • feat(canvas): allow locked block outbound connections (#3229)
  • feat(mcp): add ALLOWED_MCP_DOMAINS env var for domain allowlist (#3240)

Bug Fixes

  • fix(normalization): update allowed integrations checks to be fully lowercase (#3248)
  • fix(lock): prevent socket crash when locking agent blocks (#3245)
  • fix(copilot): copilot shortcut conflict (#3219)
  • fix(shortlink): use redirect instead of rewrite for Beluga tracking (#3239)

Contributors

View changes on GitHub

v0.5.92

17 Feb 23:58
da46a38

Choose a tag to compare

Features

  • feat(pipedrive): added sort order to endpoints that support it, upgraded turborepo (#3237)
  • feat(pagination): update pagination for remaining integrations that support it (#3233)
  • feat(shortlink): add Beluga short link rewrite for hosted campaigns (#3231)

Improvements

  • improvement(providers): replace @ts-ignore with typed ProviderError class (#3235)
  • improvement(lint): fix react-doctor errors and warnings (#3232)
  • improvement(copilot): scrolling stickiness (#3218)

Bug Fixes

  • fix(pagination): add missing next_page to response interfaces and operator comments (#3236)

Contributors

View changes on GitHub

v0.5.91

16 Feb 08:52
b7e377e

Choose a tag to compare

Features

  • feat(i18n): change lockfile (#3216)

Bug Fixes

  • fix(docs): update docs and disable i18n action, upgrade turborepo (#3227)

Other Changes

  • Merge remote-tracking branch 'origin/main' into staging

Contributors

View changes on GitHub

v0.5.89

13 Feb 08:54
b45f396

Choose a tag to compare

Features

  • feat(internal): added internal api base url for internal calls (#3212)
  • feat(creators): added referrers, code redemption, campaign tracking, etc (#3198)
  • Merge pull request #3210 from simstudioai/feat/google-books
  • feat(google books): Add google books integration

Improvements

  • refactor(tool-input): subblock-first rendering, component extraction, bug fixes (#3207)

Bug Fixes

  • fix(tool-input): sync cleared subblock values to tool params (#3214)
  • Remove redundant error handling, move volume item to types file
  • fix(agent): always fetch latest custom tool from DB when customToolId is present (#3208)
  • Correct error handling, specify auth mode as api key
  • fix(copilot): make default model opus 4.5 (#3209)
  • fix(s3): support get-object region override and robust S3 URL parsing (#3206)
  • fix(terminal): reconnect to running executions after page refresh (#3200)
  • fix(change-detection): resolve false positive trigger block change detection (#3204)

Other Changes

  • Migrate last response to types

Contributors

View changes on GitHub

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