Releases: simstudioai/sim
Releases · simstudioai/sim
v0.5.94
Features
- feat(tools): added vercel block & tools (#3252)
Bug Fixes
- fix(sidebar): unify workflow and folder insertion ordering (#3250)
- fix(shortlink): remove isHosted guard from redirects, not available at build time on ECS (#3251)
Other Changes
- chore(deps): upgrade next.js from 16.1.0-canary.21 to 16.1.6 (#3254)
Contributors
v0.5.93
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
v0.5.92
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
v0.5.91
v0.5.89
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
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