Skip to content

Releases: simstudioai/sim

v0.5.43

24 Dec 03:19
b304233

Choose a tag to compare

Features

  • feat(i18n): update translations (#2568)
  • feat(schedules): remove save button for schedules, couple schedule deployment with workflow deployment (#2566)
  • feat(ux): add expandFolder to auto expand folders on nested folder creation (#2562)
  • feat(i18n): update translations (#2561)
  • feat(i18n): update translations (#2558)
  • feat(tools): added grain and circleback (#2557)
  • improvement(vertex): added vertex to all LLM-based blocks, fixed refresh (#2555)

Improvements

  • improvement(logs): state machine of workflow execution (#2560)
  • improvement(code-quality): centralize regex checks, normalization (#2554)
  • improvement(usage): update usage limit in realtime, standardize token output object across providers (#2553)
  • improvement(oauth): remove unused scope hints (#2551)
  • improvement(logs): update logs export route to respect filters (#2550)

Bug Fixes

  • fix(grafana): tool outputs (#2565)
  • fix(dropbox): access type param pass through to get refresh token (#2564)
  • fix(ui): remove css transition on popover and dropdown items to avoid flicker (#2563)
  • fix(jina): removed conditionally included outputs from jina (#2559)
  • fix(perplexity): remove deprecated perplexity sonar reasoning model (#2556)
  • fix(frozen-canvas): need to fetch the deployment version correctly (#2552)

Contributors

View changes on GitHub

v0.5.42

23 Dec 18:45
57e4b49

Choose a tag to compare

Bug Fixes

  • fix memory migration (#2548)

Contributors

View changes on GitHub

v0.5.41

23 Dec 08:20
e12dd20

Choose a tag to compare

Features

  • feat(copilot): add tools to access block outputs and upstream references (#2546)
  • fix(billing): add line items for wand (#2543)
  • feat(i18n): update translations (#2541)
  • improvement(kb): improve chunkers, respect user-specified chunk configurations, added tests (#2539)
  • fix(oauth): add User-Agent header to Reddit token refresh (#2517)
  • feat(i18n): update translations (#2538)
  • feat(i18n): update translations (#2530)
  • feat(i18n): update translations (#2526)
  • feat(intercom): added additional params to intercom tools (#2523)

Improvements

  • improvement(landing): free usage limit (#2547)
  • improvement(block-metadata): remove references to yaml syntax in best practices (#2537)
  • improvement(pricing): increase free user limit to 20 usd (#2536)
  • improvement(logs): dashboard/logs optimizations and improvements (#2414)
  • improvement(docs): update og image (#2529)
  • improvement(copilot): improve copilot metadata processing and tool output memory (#2516)

Bug Fixes

  • improvement(logs): fixed logs for parallel and loop execution flow (#2468)
  • fix(search): removed full text param from built-in search, anthropic provider streaming fix (#2542)
  • fix(dashboard): flash based on loading check (#2535)
  • fix(models): memory fixes, provider code typing, cost calculation cleanup (#2515)

Contributors

View changes on GitHub

v0.5.40

22 Dec 07:26
3d9d9cb

Choose a tag to compare

Features

  • fix(jira): added uuid (#2513)

Improvements

  • improvement(supabase): allow non-public schemas (#2511)

Contributors

View changes on GitHub

v0.5.39

21 Dec 04:44
0f4ec96

Choose a tag to compare

Features

  • fix(vars): add socket persistence when variable names are changed, update variable name normalization to match block name normalization, added space constraint on envvar names (#2508)

Bug Fixes

  • fix(notion): remove hyphenation of incoming page ID's (#2507)

Contributors

View changes on GitHub

v0.5.38

21 Dec 01:24
4827866

Choose a tag to compare

Features

  • feat(settings): added snap to grid slider to settings (#2504)
  • feat(audit): added audit log for billing line items (#2500)
  • feat(copilot): show inline prompt to increase usage limit or upgrade plan (#2465)
  • improvement(queries): add workspaceId to execution logs, added missing indexes based on query insights (#2471)

Bug Fixes

  • fix(code): cmd-z after refocus should not clear subblock (#2503)
  • fix(migrations): remove duplicate indexes (#2501)

Contributors

View changes on GitHub

v0.5.37

20 Dec 06:32
3e697d9

Choose a tag to compare

Features

  • fix(condition): fixed deactivated edges when if and else if conditions connected to same destination block, added 100+ unit tests (#2497)
  • feat(kb): Adding support for more tags to the KB (#2433)
  • fix(helm): add custom egress rules to realtime network policy (#2481)
  • fix(subflow): prevent auto-connect across subflow edges with keyboard shortcut block additions, make positioning for auto-drop smarter (#2489)
  • fix(autofill): add dummy inputs to prevent browser autofill for various fields, prevent having 0 workflows in workspace (#2482)

Improvements

  • improvement(ui): updated kb tag component to match existing table (#2498)
  • improvement(ui): updated subscription and team settings modals to emcn (#2477)

Bug Fixes

  • fix(condition): remove dead code from condition handler, defer resolution to function execute tool like the function block (#2496)
  • fix(tool-input): allow multiple instances of workflow block or kb tools as agent tools (#2495)
  • fix(logs): always capture cost, logging size failures (#2487)
  • fix(edges): prevent autoconnect outgoing edges from response block (#2479)
  • fix(redaction): consolidate redaction utils, apply them to inputs and outputs before persisting logs (#2478)
  • fix(api-keys): remove billed account check during api key generation (#2476)

Contributors

View changes on GitHub

v0.5.36

19 Dec 09:28
4d1a9a3

Choose a tag to compare

Features

  • fix(sanitization): added more input sanitization to tool routes (#2475)
  • improvement(db): added missing indexes for common access patterns (#2473)
  • fix(authentication): added auth checks for various routes, mysql and postgres query validation, csp improvements (#2472)
  • fix(unsubscribe): add one-click unsubscribe (#2467)
  • feat(i18n): update translations (#2470)
  • feat(og): add opengraph images for templates, blogs, and updated existing opengraph image for all other pages (#2466)
  • feat(i18n): update translations (#2463)

Improvements

  • improvement(hitl): show resume url in tag dropdown within hitl block (#2464)

Bug Fixes

  • fix(slack): respect message limit, remove duplicate canonical representations (#2469)
  • fix(tools): improved slack output ux and jira params (#2462)

Contributors

View changes on GitHub

v0.5.35

19 Dec 00:24
eb07a08

Choose a tag to compare

Features

  • adding clamps for subflow drag and drops of blocks (#2460)
  • fix(blog): add back unoptimized tag, fix styling (#2461)
  • improvement(copilot): add edge handle validation to copilot edit workflow (#2448)
  • improvement(helm): added SSO and cloud storage variables to helm charts (#2454)
  • feat(docs): added 404 page for the docs (#2450)
  • feat(compare-schema): ci check to make sure schema.ts never goes out of sync with migrations (#2449)
  • fix(auth): added same-origin validation to forget password route, added confirmation for disable auth FF (#2447)
  • fix(workflow-state, copilot): prevent copilot from setting undefined state, fix order of operations for copilot edit workflow, add sleep tool (#2440)

Improvements

  • Merge pull request #2451 from simstudioai/improvement/SIM-514-useWebhookUrl-conditioning

Bug Fixes

  • fix failing lint from os contributor (#2459)
  • fix(teams): webhook notifications crash (#2426)
  • fix(blog): revert back to using next image tags in blog (#2458)
  • fix(ui): fixed visibility issue on reset passowrd page (#2456)
  • fix(notifs): inactivity polling filters, consolidate trigger types, minor consistency issue with filter parsing (#2452)
  • Revert "fix(salesforce): updated to more flexible oauth that allows production, developer, and custom domain salesforce orgs (#2441) (#2444)" (#2441)
  • fixing lint errors
  • fixing a react component:
  • fix(salesforce): updated to more flexible oauth that allows production, developer, and custom domain salesforce orgs (#2441) (#2441)
  • fixing the useWbehookManangement call to only call the loadwebhookorgenerateurl function when the useWebhookurl flag is true
  • fix(condition): async execution isolated vm error (#2446)

Other Changes

  • Merge branch 'main' into staging

Contributors

View changes on GitHub

v0.5.34

18 Dec 07:39
67cfb21

Choose a tag to compare

Features

  • fix(custom-tools): added missing _toolSchema to internal param set for agents calling custom tools (#2445)
  • feat(i18n): update translations (#2443)
  • feat(i18n): update translations (#2438)

Bug Fixes

  • fix(oauth): updated oauth providers that had unstable reference IDs leading to duplicate oauth records (#2441)
  • fix(servicenow): update servicenow block to use basic auth instead of oauth (#2435)
  • fix(graph): prevent cyclic dependencies in graph following ReactFlow examples (#2439)
  • fix(conditions): make outputs correct (#2437)
  • fix(envvars): cleanup unused envvars (#2436)

Contributors

View changes on GitHub