Skip to content

Releases: simstudioai/sim

v0.4.25

29 Oct 08:46
9a4b9e2

Choose a tag to compare

Features

  • fix(variables): added the same input vars mapping from workflow block, added type validation to variables block, updated UI (#1761)
  • feat(chat): support local file downloads/uploads for chat for parity with kb (#1751)
  • feat(i18n): update translations (#1756)
  • feat(create-excel): onedrive create excel (#1745)
  • feat(while, vars, wait): add while subflow, variables block, wait block (#1754)
  • fix(migrations): add missing migration for processing columns in documents table (#1749)
  • feat(kb): added sort ordering to knowledgebase page, styling update (#1748)
  • fix(docs): added new workflow block image, fixed operator issue on null properties (#1747)
  • feat(careers): added a careers page (#1746)

Bug Fixes

  • fix(wait, vars, while): var set (#1759)

Contributors

View changes on GitHub

v0.4.24

27 Oct 22:33
a02016e

Choose a tag to compare

Features

  • improvement(docs): added a copy page button to the docs pages (#1743)
  • fix(dropdown): auto-add character to trigger tag dropdown on connection tag drop in agent tools (#1742)
  • feat(kb): added support for local file storage for knowledgebase (#1738)
  • feat(files): added usage indicator for file storage to settings (#1736)
  • feat(i18n): update translations (#1734)
  • fix(elevenlabs): added internal auth helper for proxy routes (#1732)
  • feat(sso-chat-deployment): added sso auth option for chat deployment (#1729)
  • fix(google-scopes): added forms and different drive scope (#1532)

Improvements

  • improvement(ui): enhance ring outline for code subblock and mcp tool subblocks in agent (#1741)
  • improvement(deployments): simplify deployments for chat and indicate active version (#1730)

Bug Fixes

  • fix(mcp): resolve variables & block references in mcp subblocks (#1735)
  • fix(clay): fixed clay tool (#1725)
  • fix(billing): should allow restoring subscription (#1728)

Contributors

View changes on GitHub

v0.4.23

23 Oct 21:48
9b2490c

Choose a tag to compare

Features

  • feat(i18n): update translations (#1721)
  • feat(tools): added webflow OAuth + tools (#1720)
  • fix(dashboard): add additional context for paginated logs in dashboard, add empty state when selected cell has no data (#1719)
  • improvement(condition): added variable and envvar highlighting for condition input (#1718)
  • feat(i18n): update translations (#1709)

Bug Fixes

  • improvement(schedule): fix UI bug with schedule modal (#1722)
  • fix(debug-mode): remove duplicate debug mode flag (#1714)

Contributors

View changes on GitHub

v0.4.22

22 Oct 02:53
71ae27b

Choose a tag to compare

Features

  • fix(workflow-auth): adding workflowId param to only internal urls (#1710)

Bug Fixes

  • fix(remove-exec-context): tools handle workflow id check themselves

Contributors

View changes on GitHub

v0.4.21

22 Oct 02:53
1b7437a

Choose a tag to compare

Features

  • feat(supabase): added vector search tool and updated docs (#1707)
  • fix(kb): added internal auth for mistral OCR tool via KB (#1704)

Bug Fixes

  • fix(base-url): use getBaseUrl helper in copilot revert state endpoint (#1706)
  • fix(external-route): handleInternalRequest should still check if request internal
  • fix case sensitive header (#1705)

Contributors

View changes on GitHub

v0.4.20

21 Oct 20:00
9751c9f

Choose a tag to compare

Features

  • improvement(helm): added additional envvars to helm charts (#1695)
  • fix(kb): add base URL for kb fetches (#1701)
  • fix(internal-req): add internal token to server side

Bug Fixes

  • Merge pull request #1700 from simstudioai/fix/internal-req
  • fix(docs): made sidebar directories scrollable, stylistic changes (#1702)

Contributors

View changes on GitHub

v0.4.19

21 Oct 20:00
641e353

Choose a tag to compare

Bug Fixes

  • fix(plan-config): align buttons above divider (#1696)

Contributors

View changes on GitHub

v0.4.17

16 Oct 23:52
da091df

Choose a tag to compare

Features

  • feat(powershell): add gitattributes to prevent lint issues for powershell users (#1661)
  • feat(i18n): update translations (#1660)
  • feat(webhooks): added optioanl input format to webhooks, added support for file uploads (#1654)
  • feat(i18n): update translations (#1659)
  • feat(i18n): update translations (#1653)

Improvements

  • improvement(dashboard): improve dashboard performance, enrich charts, consolidate routes (#1662)

Bug Fixes

  • fix(deployed-chat): include workspace id in deployed chat request (#1664)
  • fix(input-format): allow value field to be cleared (#1658)
  • improvement(dashboard): cleanup execution dashboard UI, fix logs trace, and improve performance (#1651)
  • fix(i18n): fix SDK and guardrails translation corruption, restore i18n gh action for docs (#1652)

Contributors

View changes on GitHub

v0.4.16

16 Oct 03:10
04f109c

Choose a tag to compare

Features

  • feat(dashboard): update UI for execution dashboard, fix next-runtime-env issues for SSO (#1649)
  • feat(zep): add tools from Zep (#1646)
  • feat(test-framework): add executions logs for test framework (#1639)

Improvements

  • improvement(functions): increase function block timeout to 3 min (#1641)

Bug Fixes

  • improvement(response-copilot): prefer builder mode + fix builder/editor mode conversions (#1648)
  • fix(connection-tags): drag and drop didn't render tag dropdown with input format fields (#1647)
  • fix(layout): layout canvas onInit after node sizes are calculated, remove legacy history code and legacy marking of dirty workflows (#1645)
  • fix build issue (#1644)
  • fix(chat-subs): always use getBaseUrl helper to fetch base url (#1643)
  • fix(slack): update slack config to support refresh token rotation (#1642)
  • fix(schedules): offload next run calculation to croner (#1640)

Contributors

View changes on GitHub

v0.4.15

15 Oct 03:50
2bc8c7b

Choose a tag to compare

Features

  • Feat(microsoftteams-file): new trigger + file upload (#1590)
  • feat(attachments): use filesystem for gmail, outlook triggers to save attachments (#1631)
  • fix(i18n): add additional youtube tools, sync i18n pipeline, remove dated docs (#1632)
  • fix(kb-sanitization): add sanitization for kb tags when exporting workflow (#1628)
  • fix(telemetry): updated telemetry, added nested sanitization, added granular trace spans for logs and updated UI (#1627)
  • feat(telegram): added additional telegram tools & docs (#1625)

Bug Fixes

  • fix(chat): allow file-only messages with no text to be sent in chat panel and deployed chat (#1635)
  • fix(i18n): exclude SDK files from automatic translation to prevent corruption (#1634)
  • fix(tool-calls): remove redundant input/output fields in favor of arguments/response, exclude isExpanded for tools in agents in workflow change detection (#1630)
  • fix(docker): updated docker to use non-root user for k8s/helm deployments (#1626)

Contributors

View changes on GitHub