Skip to content

Releases: simstudioai/sim

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

v0.3.1

23 Sep 03:42
b7185c9

Choose a tag to compare

Features

  • improvement(docs): added new docs content, cleanup old content (#690)
  • feat(platform): new UI and templates (#639) (#639)
  • feat(platform): new UI and templates (#639)
  • Improvement(gmail-tools): added search and read (#680)
  • improvement(subflow-docs): docs for loops and parallels added under blocks section (#686)

Improvements

  • improvement(db): further increase db limits (#696)
  • improvement(sockets): increase buffer for connections (#695)
  • improvement(kb): pagination for docs + remove kb token count problematic query (#689)
  • improvement(imports): changed relative to absolute imports (#681)

Bug Fixes

  • fix(docs): minor docs typo fix (#698)
  • fix: remove package-lock
  • fix: removed package-lock
  • fix(kb): auth check for create doc tool (#687)
  • fix(console): match by execution & block id when updating console-entry (#685)
  • fix(unsubscribe): unsubscribe missing suspense boundary (#683)
  • fix(queueing): make debouncing native to queue (#682)

Other Changes

  • Merge pull request #692 from simstudioai/staging
  • max 25 conc connections (#691)
  • Merge pull request #688 from simstudioai/staging
  • remove root-level tailwind v3 override (#684)

Contributors

View changes on GitHub