Skip to content

Releases: simstudioai/sim

v0.3.37

23 Sep 03:46
4846f6c

Choose a tag to compare

Features

  • feat(native-bg-tasks): support webhooks and async workflow executions without trigger.dev (#1106)
  • feat(helm): added CRON jobs to helm charts (#1107)
  • fix(ocr-azure): added OCR_AZURE_API_KEY envvar (#1102)

Improvements

  • improvement(signup): modify signup and login pages to not show social sign in when not configured, increase logo size (#1103)
  • improvement(wand): upgrade wand to use SSE (#1100)

Bug Fixes

  • fix(naming): prevent identical normalized block names (#1105)
  • fix(chat-deploy): dark mode ui (#1101)

Contributors

View changes on GitHub

v0.3.36

23 Sep 03:46
991f044

Choose a tag to compare

Features

  • feat(theme): added custom envvars for themes (#1089)
  • fix(db-consts): make the migrations image fully standalone by adding db consts (#1087)
  • fix(templates): added option to delete/keep templates when deleting workspace, updated template modal, sidebar code cleanup (#1086)

Improvements

  • improvement(log-level): make log level configurable via envvar (#1091)

Bug Fixes

  • fix(day-picker): remove unused react-day-picker (#1094)
  • fix circular dependsOn for Jira manualIssueKey
  • fix(ms-oauth): oauth edge cases (#1093)
  • fix(logs): make child workflow span errors the same as root level workflow errors (#1092)
  • Fix(excel-range): fixed excel range (#1088)
  • fix(webhook-payloads): fixed the variable resolution in webhooks (#1019)
  • improvement(emails): fixed email subjects to use provided brand name (#1090)
  • fix(infinite-get-session): pass session once per tree using session provider + multiple fixes (#1085)
  • improvement(block-error-logs): workflow in workflow (#1084)

Contributors

View changes on GitHub

v0.3.35

23 Sep 03:46
e107363

Choose a tag to compare

Features

  • fix(acs): added FROM_EMAIL_ADDRESS envvar for ACS (#1081)
  • fix(migrations): add missing migration for document table (#1080)

Bug Fixes

  • fix(emails): remove unused useCustomFromFormat param (#1082)
  • fix(build): clear docker build cache to use correct Next.js version
  • fix(build): clear docker build cache to use correct Next.js version (#1075)
  • fix(nextjs): downgrade nextjs due to known issue with bun commonjs module bundling (#1073)
  • fix(nextjs): downgrade nextjs due to known issue with bun commonjs module bundling (#1073)

Contributors

View changes on GitHub

v0.3.34

23 Sep 03:46
2c47cf4

Choose a tag to compare

Features

  • feat(nextjs): upgrade nextjs to 15.5 (#1062)
  • improvement(gh-action): add gh action to deploy to correct environment for trigger.dev (#1060)
  • feat(input-format): add value field to test input formats (#1059)
  • feat(azure-openai): allow usage of azure-openai for knowledgebase uploads and wand generation (#1056)
  • improvement(gpt-5): added reasoning level and verbosity to gpt-5 models (#1058)
  • feat(mailer): consolidated all emailing to mailer service, added support for Azure ACS (#1054)

Improvements

  • improvement(trigger): upgrade import path for trigger (#1065)
  • improvement(trigger): upgrade trigger (#1063)

Bug Fixes

  • fix(placeholder): fix starter block placeholder (#1071)
  • fix placeholder text
  • fix(gpt-5): fix chat-completions api (#1070)
  • fix(theme-provider): preventing flash on page load (#1067)
  • fix(gpt-5): fixed verbosity and reasoning params (#1069)
  • fix type
  • fix(msverify): changed consent for microsoft (#1057)
  • fix(input-format): first time execution bug (#1068)
  • fix(semantics): fix incorrect imports (#1066)
  • fix(billing): fix team plan upgrade (#1053)
  • Merge pull request #1055 from simstudioai/fix/picker-race-cond
  • fix test
  • fix(oauth): gdrive picker race condition, token route cleanup

Other Changes

  • Merge branch 'staging' of github.com:simstudioai/sim into staging
  • use personal access token
  • pin version

Contributors

View changes on GitHub

v0.3.33

23 Sep 03:45
5d74db5

Choose a tag to compare

Features

  • feat(copilot-docs): update readme and docs with local hosting instructions (#1043)

Contributors

View changes on GitHub

v0.3.32

23 Sep 03:45
6b185be

Choose a tag to compare

Features

  • improvement(supabase): add supabase upsert tool, insert/replace on PK conflict (#1038)
  • feat(logs): added sub-workflow logs, updated trace spans UI, fix scroll behavior in workflow registry sidebar (#1037)
  • improvement(supabase): added more verbose error logging for supabase operations (#1035)
  • improvement(api): add native support for form-urlencoded inputs into API block (#1033)

Improvements

  • improvement(console): increase console max entries for larger workflows (#1032)

Bug Fixes

  • fix(billing): fix upgrade to team plan (#1045)
  • fix(oauth-block): race condition for rendering credential selectors and other subblocks + gdrive fixes (#1029)

Contributors

View changes on GitHub

v0.3.31

23 Sep 03:45
1619d63

Choose a tag to compare

Improvements

  • Update README.md (#1026)
  • improvement(logger): restore server-side logs in prod (#1022)
  • improvement(settings): ui/ux (#1021)
  • improvement(console): redact api keys from console store (#1020)
  • improvement(serializer): filter out advanced mode fields when executing in basic mode, persist the values but don't include them in serialized block for execution (#1018)

Bug Fixes

  • fix(logger): fixed logger to show prod server-side logs (#1027)
  • fix(copilot): streaming (#1023)
  • fix(picker-ui): picker UI confusing when credential not set + Microsoft OAuth Fixes (#1016)
  • fix(copilot): env key validation (#1017)
  • fix(copilot): fix origin (#1015)
  • fix(webhook): pin webhook URL when creating/saving generic webhook trigger (#1014)
  • fix(export): swap upload & download icons (#1013)

Other Changes

  • uploaded brandbook (#1024)

Contributors

View changes on GitHub

v0.3.30

23 Sep 03:45
d75cc1e

Choose a tag to compare

Features

  • fix(subflow): add ability to remove block from subflow and refactor to consolidate subflow code (#983)
  • feat(copilot): diff improvements (#1002)

Improvements

  • update migration file for notekeeping purpose
  • improvement(logs): cleanup code (#999)
  • improvement(db): remove deprecated 'state' column from workflow table (#994)

Bug Fixes

  • fix(duplicate): fixed detached state on duplication (#1011)
  • fix(control-bar): fix icons styling in disabled state (#1010)
  • fix: migration mem issues bypass
  • fix(subflow): remove all edges when removing a block from a subflow (#1003)
  • fix(workflow-error): allow users to delete workflows with invalid configs/state (#1000)
  • fix(logs-sidebar): remove message and fix race condition for quickly switching b/w logs (#1001)
  • Fix abort (#998)

Other Changes

  • Merge pull request #1009 from simstudioai/staging
  • Merge pull request #1008 from simstudioai/staging
  • reduce batch size to prevent timeouts
  • Merge pull request #1007 from simstudioai/staging
  • syntax issue in migration
  • make logs migration batched to prevent mem issues (#1005)
  • Merge pull request #1004 from simstudioai/staging

Contributors

View changes on GitHub

v0.3.28

23 Sep 03:45
97b6bcc

Choose a tag to compare

Features

  • feat(copilot): generate agent api key (#989)

Improvements

  • improvement(agent): enable autolayout, export, copilot (#992)

Bug Fixes

  • fix(agent): stringify input into user prompt for agent (#984)
  • fix(kb-ui): fixed upload files modal ui, processing ui to match the rest of the kb (#991)
  • fix(ishosted): make ishosted true on staging (#993)
  • fix(loading): fix workflow detached on first load (#987)
  • fix(envvar): clear separation between server-side and client-side billing envvar (#988)
  • attempt to fix build issues (#985)

Other Changes

  • Merge pull request #986 from simstudioai/staging (#985)

Contributors

View changes on GitHub

v0.3.27

23 Sep 03:45
6133db5

Choose a tag to compare

Features

  • improvement(billing): add billing enforcement for webhook executions, consolidate helpers (#975)
  • fix(force-dynamic): revert force-dynamic for the 38 routes that we previously added it to (#971)
  • feat(copilot): add depths (#974)

Improvements

  • improvement/function: remove unused function execution logic in favor of vm, update turborepo (#980)
  • improvement(redirects): move redirects to middleware, push to login if no session and workspace if session exists, remove telemetry consent dialog (#976)

Bug Fixes

  • fix(chat-deploy): fixed chat-deploy (#981)
  • fix(oauth): webhook + oauthblocks in workflow (#979)
  • Fix user message color (#978)
  • fix(whitelabel): fix privacy policy & terms, remove unused/unnecessary envvars for whitelabeling (#969)

Other Changes

  • Revert 1a7de84 except tag dropdown changes (keep apps/sim/components/ui/tag-dropdown.tsx) (#972)

Contributors

View changes on GitHub