Releases: simstudioai/sim
Releases · simstudioai/sim
v0.5.13
Features
- fix(bill): add requestId to webhook processing (#2144)
- feat(i18n): update translations (#2141)
- feat(tools): add generic search tool (#2140)
- feat(statuspage): added statuspage, updated list of tools in footer, renamed routes (#2139)
- feat(env): added more optional env var examples (#2138)
- feat(i18n): update translations (#2137)
- feat(tools): added apify block/tools (#2136)
- feat(creators): add verification for creators (#2135)
- feat(i18n): update translations (#2134)
- feat(tools): added smtp, sendgrid, mailgun, linkedin, fixed permissions in context menu (#2133)
Improvements
- improvement(subflow): remove all associated edges when moving a block into a subflow (#2145)
Bug Fixes
- fix(deps): declare core transient deps explicitly (#2147)
- fix(polling): mark webhook failed on webhook trigger errors (#2146)
- fix(webhooks): count test webhooks towards usage limit (#2143)
- fix(sdks): bump sdk versions (#2142)
- fix(team-plans): track departed member usage so value not lost (#2118)
Contributors
TypeScript SDK v0.1.1
Python SDK v0.1.1
v0.5.12
Features
- fix(custom-tools): add composite index on custom tool names & workspace id (#2131)
- fix(permissions): add client-side permissions validation to prevent unauthorized actions, upgraded custom tool modal (#2130)
- feat(i18n): update translations (#2129)
- feat(tools): added zendesk, pylon, intercom, & mailchimp (#2126)
- feat(i18n): update translations (#2123)
- feat(models): host google gemini models (#2122)
- feat(i18n): update translations (#2120)
- feat(tools): added sentry, incidentio, and posthog tools (#2116)
- fix(memory-util): fixed unbounded array of gmail/outlook pollers causing high memory util, added missing db indexes/removed unused ones, auto-disable schedules/webhooks after 10 consecutive failures (#2115)
Improvements
- improvement(workflow-execution): perf improvements to passing workflow state + decrypted env vars (#2119)
- improvement(teams-plan): seats increase simplification + not triggering checkout session (#2117)
Contributors
v0.5.11
Features
- feat(copilot): add claude opus 4.5 and remove context usage indicator (#2113)
- fix(copilot): fix webhook triggers unsaving in new diff store (#2096)
- feat(agent): added workflow, kb, and function as a tool for agent block, fix keyboard nav in tool input (#2107)
- feat(models): added claude opus 4.5 (#2111)
- added new scope (#2110)
- feat(i18n): update translations (#2106)
- improvement(docs): added docs content (#2105)
- feature(models): added vllm provider (#2103)
- added missing mcp images (#2099)
- feat(i18n): update translations (#2097)
- feat(tools): added more tts providers, added stt and videogen models, fixed search modal keyboard nav (#2094)
- improvement(copilot): add gpt5.1 and codex (#2092)
- feat(i18n): update translations (#2088)
- feat: keyboard navigation; improvement: SEO/GEO; refactor: file structure, unused fonts; fix: chat streaming, notification stack (#2083)
- fix(logging): add preprocessing util shared by all execution paths (#2081)
Improvements
- improvement(logs): surface integration triggers in logs instead of catchall 'webhook' trigger type (#2102)
- v0.5.10: copilot upgrade, preprocessor, logs search, UI, code hygiene
- improvement(copilot): v0.2 (#2086)
- improvement(chat): ui (#2089)
- improvement(runners): upgrade runners, remove trigger deploy action (#2082)
Bug Fixes
- improvement(autolayout): simplify code to use fixed block widths, height + refactor (#2112)
- fix(billing): only check owners for billed overages (#2085)
- fix(settings): settings components and behavior consolidation (#2100)
- fix(integ): remove unused oauth providers from list of supported integrations (#2090)
- fix(linear): fix remaining ops (#2087)
- fix(logs): fixed logs search (#2084)
- fix(embeddings): modified embeddings utils to only index english docs (#2078)
- fix(undo-redo): eviction policy to not have unbounded undo-redo stacks (#2079)
Other Changes
- removed broken scope (#2098)
Contributors
v0.5.9
Release v0.5.9
Other Changes
- v0.5.9: add backwards compatibility for agent messages array by @waleedlatif1
- fix(agent): add backwards compat for agent messages array (#2076) by @waleedlatif1
v0.5.8
Release v0.5.8
Features
- feat: notification store (#2025) by @emir-karabeg
Other Changes
- v0.5.8: notifications, billing, ui changes, store loading state machine by @icecrasher321
- improvement(linear): cleanup linear checks (#2075) by @icecrasher321
- fix(resolver): json/array field parsing (#2074) by @icecrasher321
- fix(stt): add fallback for ffmpeg (#2073) by @waleedlatif1
- feat(i18n): update translations (#2071) by @waleedlatif1
- fix(linear): update required fields (#2070) by @waleedlatif1
- feat(tools): added speech to text with openai whisper, elevenlabs, and deepgram (#2068) by @waleedlatif1
- fix(blogs): update sitemap and fix loading strat on blogs to prevent mobile crash (#2067) by @waleedlatif1
- improvement(store-hydration): refactor loading state tracking for workflows (#2065) by @icecrasher321
- fix(tools): added stricter aura host db validation check for neo4j tool (#2066) by @waleedlatif1
- feat(chat): add 'add inputs' button to chat window (#2057) by @emir-karabeg
- feat(i18n): update translations (#2064) by @waleedlatif1
- feat(i18n): update translations (#2062) by @waleedlatif1
- improvement(ux): added tab key navigation for agent messages, made variables styling match chat, added neo4j and calendly (#2056) by @waleedlatif1
- improvement(tools): add eleven_v3 to elevenlabs block (#2053) by @ThisGuyCodes
- improvement(tools): added add worksheet to excel block (#2061) by @aadamgough
- fix(z-index): deployment versions rename + view active popover (#2059) by @icecrasher321
- fix(mcp-preview): server and tool name fetch to use tanstack (#2058) by @icecrasher321
- improvement(runners): added blacksmith optimizations to workflows and dockerfiles to enhance performance (#2055) by @waleedlatif1
- fix(dialogs): standardized delete modals (#2049) by @waleedlatif1
- fix(ui): live usage indicator, child trace spans, cancel subscription modal z-index (#2044) by @icecrasher321
- fix(copiolot-ui): fix code markdown rendering in copilot & table (#2048) by @waleedlatif1
- fix(subflows): add loops/parallels to accessible list of blocks in the tag dropdown when contained withitn a subflow (#2047) by @waleedlatif1
- fix(models): remove unrelease oai models, fix help modal (#2046) by @waleedlatif1
- improvement(notifications): add option to disable error notifications, remove deprecated autoFillEnvVars field (#2045) by @waleedlatif1
- feat(agent): messages array, memory (#2023) by @emir-karabeg
- fix(deploy): add sockets op for renaming blocks (#2043) by @waleedlatif1
v0.5.7
Features
- fix(workflows): fixed workflow loading in without start block, added templates RQ hook, cleaned up unused templates code (#2035)
- fix(notes): fix notes block spacing, additional logs for billing transfer route (#2029)
- feat(performance): added reactquery hooks for workflow operations, for logs, fixed logs reloading, fix subscription UI (#2017)
- feat(billing): add notif for first failed payment, added upgrade email from free, updated providers that supported granular tool control to support them, fixed envvar popover, fixed redirect to wrong workspace after oauth connect (#2015)
- fix(triggers): disabled trigger shouldn't be added to dag (#2012)
- feat(i18n): update translations (#2009)
- feat(models): added gpt-5.1 (#2007)
Improvements
- improvement(selectors): consolidate all integration selectors to use the combobox (#2020)
- improvement(docs): remove copy page from mobile view on docs (#2037)
- improvement(undo-redo): expand undo-redo store to store 100 ops instead of 15 (#2036)
- improvement: code subblock, action bar, connections (#2024)
- improvement: runpath edges, blocks, active (#2008)
Bug Fixes
- fix(workflow-block): clearing child workflow input format field must lazy cascade parent workflow state deletion (#2038)
- fix(triggers): dedup + not surfacing deployment status log (#2033)
- fix(overage): fix pill calculation in the usage indicator to be consistent across views (#2034)
- fix(usage-data): refetch on usage limit update in settings (#2032)
- fix(response): fix response block http format (#2027)
- fix(router): fix error edge in router block + fix source handle problem (#2019)
- fix(copilot): run workflow supports input format and fix run id (#2018)
- fix(variables): Fix resolution on double < (#2016)
- fix(tags): only show start block upstream if is ancestor (#2013)
- fix(triggers): check triggermode and consolidate block type (#2011)
- fix(condition): treat condition input the same as the code subblock (#2006)
- fix(modals): fix z-index for various modals and output selector and variables (#2005)
- fix(pdfs): use unpdf instead of pdf-parse (#2004)
- fix(notes): fix notes, tighten spacing, update deprecated zustand function, update use mention data to ignore block positon (#2002)
- fix(usage-indicator): conditional rendering, upgrade, and ui/ux (#2001)
Other Changes
Contributors
v0.5.6
executor fixes, UI improvements, run paths (#2028)
v0.5.5
Features
- feat(i18n): update translations (#1989)
- feat(slack): add better error messages, reminder to add bot to app (#1990)
- feat(slack): added slack full message object in response (#1987)
- feat(files): add presigned URL generation support for execution files (#1980)
Improvements
- Improvement(ui/ux): signup, command-list, cursors, search modal, workflow runs, usage indicator (#1998)
- improvement(tanstack): migrate multiple stores (#1994)
- improvement(variables): support dot notation for nested objects (#1992)
- improvement(logs): improved logs search (#1985)
Bug Fixes
- fix(variables): fix variables block json resolution (#1997)
- fix(folders): duplicate (#1996)
- fix(variables): fix double stringification (#1991)
- fix(landing): hero stripe icon (#1988)
- fix(output-selector): z-index in chat deploy modal (#1984)
- fix(settings): update usage data in settings > subs to use reactquery hooks (#1983)
- fix(popovers): billed account + async example command (#1982)
- fix(onedrive): parse array values correctly (#1981)
- fix(logs): show block inputs (#1979)