Skip to content

Releases: simstudioai/sim

v0.3.13

23 Sep 03:43
40d3ce5

Choose a tag to compare

Features

  • feat: implement native ARM64 Docker builds with CDN support (#791)
  • fix(nextjs): add force dynamic to 38 routes (#787)
  • fix(kb-perms): search tool perms to use new system (#786)

Bug Fixes

  • fix(create-manifest): manifest not using right tags by arch (#793)
  • fix(webhooks): immediate acks only for teams (#788)

Other Changes

  • Merge pull request #792 from simstudioai/staging
  • Merge pull request #789 from simstudioai/staging

Contributors

View changes on GitHub

v0.3.10

23 Sep 03:43
a173f6a

Choose a tag to compare

Features

  • fix(nextjs): add force dynamic exports for new copilot routes (#784)
  • fix(logs): added indexes to speed up logs loading time, modified to only display logs for current workspace (#773)
  • improvement(docs): updated docs with new videos, new tools (#770)
  • fix(webhooks): readd immediate acks (#771)

Improvements

  • improvement(ui/ux): logs (#762)
  • improvement(cleanup): remove old logging code (#779)
  • improvement(cleanup): remove workflow_execution_blocks table (#778)
  • improvement(kb): workspace permissions system reused here (#761)

Bug Fixes

  • fix(workflow-in-workflow): variables not accessible in child workflow (#783)
  • fix(sockets): permissions to align with normal perms system" (#782)
  • fix(drizzle): use migrate instead of push for ci (#774)
  • fix(condition): fixed condition block else routing bug (#772)

Contributors

View changes on GitHub

v0.3.9

23 Sep 03:43
0dd7735

Choose a tag to compare

Bug Fixes

  • fix(chat-deploy-url): update tests for getEmailDomain (#769)
  • fix(chat-deploy): fix chat deploy URL in prod (#767)

Contributors

View changes on GitHub

v0.3.8

23 Sep 03:42
d783ba6

Choose a tag to compare

Features

  • fix(condition): fix bug where user can't edit if container when else if is added (#760)
  • improvement(chat-panel): added the ability to reuse queries, focus cursor for continuous conversation (#756)
  • feat(copilot-v1): Copilot v1 (#662)
  • feat(tools): New Qdrant Tool (#644)

Improvements

  • improvement(logs): make perms workspace scoped (#759)

Bug Fixes

  • fix(lint): ran lint (#766)
  • fix(chat-deploy): fixed permissions to match the workspace permissions, admins can deploy & edit & delete (#753)
  • fix(csp): created csp utils file that holds the csp for organization (#752)
  • fix(envvars): use getEnv on the client-side when we need to inject vars for docker runtime, fix folder container & removed folder/subfolder creation modals (#751)
  • Revert "v0.3.7: docker fix, docs "
  • Revert "v0.3.7: docker fix, docs "
  • fix(qdrant): kebab case to camel case for icon properties (#748)

Other Changes

  • Merge branch 'main' into staging

Contributors

View changes on GitHub

v0.3.7

23 Sep 03:42
560d184

Choose a tag to compare

Features

  • fix(router): fixed routing issue with workflow block, added tests (#739)
  • fix(config): add t3 to list of transpiled packages to ensure that envvars are picked up correctly (#737)
  • fix(docker): fixed docker container healthchecks, added instructions to README for pgvector (#735)

Bug Fixes

  • fix(teams-webhook): response json needs type (#741)
  • fix(condition): fixed condition block dropdown (#738)

Other Changes

  • working impl fo ms teams outgoing webhook (#740)

Contributors

View changes on GitHub

v0.3.6

23 Sep 03:42
f2b1c73

Choose a tag to compare

Features

  • feat(integrations): added deeper integrations for slack, supabase, firecrawl, exa, notion (#728)
  • feat(webhook-triggers): multiple webhook trigger blocks (#725)
  • feat(execution-queuing): async api mode + ratelimiting by subscription tier (#702)
  • improvement(kb): add loading logic for document selector for kb block (#722)
  • improvement(oauth): added advanced mode for all tools with oauth and selectors (#721)

Improvements

  • improvement(ui/ux): workflow, search modal (#729)

Bug Fixes

  • fix(lint): fixed lint (#732)
  • fix(autofill-env-vars): simplify/remove logic to not cause useEffect overwrites (#726)
  • fix: shortcuts (#730)
  • fix(triggers): remove gitkeep (#724)
  • fix(docker): fix runtime vars for docker deployments (#723)

Contributors

View changes on GitHub

v0.3.5

23 Sep 03:42
06b1d82

Choose a tag to compare

Bug Fixes

  • fix(condition): fixed condition block to resolve envvars and vars (#718)

Contributors

View changes on GitHub

v0.3.4

23 Sep 03:42
27794e5

Choose a tag to compare

Features

  • improvement(starter): added tag dropdown for input fields, fixed response block, remove logs and workflowConnections from api response (#716)
  • feat(settings): collapse by default (#714)
  • feat(workspace): add ability to leave joined workspaces (#713)

Bug Fixes

  • fix: truncate workspace selector (#715)

Contributors

View changes on GitHub

v0.3.3

23 Sep 03:42
1e55a0e

Choose a tag to compare

Improvements

  • improvement(permissions): remove the unused workspace_member table in favor of permissions (#710)

Bug Fixes

  • fix(subflows): fixed subflows not executing (#711)
  • fix: sidebar scroll going over sidebar height (#709)

Contributors

View changes on GitHub

v0.3.2

23 Sep 03:42
8f71684

Choose a tag to compare

Features

  • feat(sidebar): sidebar toggle and search (#700)

Improvements

  • improvement(voice): interrupt UI + mute mic while agent is talking (#705)

Bug Fixes

  • fix(subflow): fixed subflow execution regardless of path decision (#707)
  • fix: permissions check for duplicating workflow (#706)
  • fix(invitation): allow admins to remove members from workspace (#701)
  • fix(sockets): delete block case (#703)
  • fix(schedule): fix for custom cron (#699)
  • fix(sockets): remove package-lock

Contributors

View changes on GitHub