Releases: simstudioai/sim
Releases · simstudioai/sim
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
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)