Skip to content

Releases: simstudioai/sim

v0.3.47

23 Sep 03:48
60a061e

Choose a tag to compare

Features

  • feat(invitations): add ability to resend invitations with cooldown, fixed UI in dark mode issues (#1256)
  • feat(duplicate): duplicate variables when duplicating a workflow (#1254)
  • feat(enterprise-plan-webhooks): skip webhook queue for enterprise plan users (#1250)
  • Add input/output multipliers
  • fix(code-subblock): added validation to not parse non-variables as variables in the code subblock (#1240)

Bug Fixes

  • fix(ratelimits): enterprise and team checks should be pooled limit (#1255)
  • fix(cost): restored cost reporting for agent block in console entry (#1253)
  • fix(sidebar): order by created at (#1251)
  • fix(rehydration): consolidate store rehydration code (#1249)
  • fix(sidebar): re-ordering based on last edit is confusing (#1248)
  • fix(race-condition-workflow-switching): another race condition between registry and workflow stores (#1247)
  • fix(hydration): duplicate overlay after idle + subblocks race condition (#1246)
  • Merge pull request #1245 from simstudioai/fix/copilot-billing
  • fix(whitelabel): move redirects (build-time) for whitelabeling to middlware (runtime) (#1236)

Other Changes

  • Waring
  • Lint + tests
  • Docs
  • change
  • Lint

Contributors

View changes on GitHub

v0.3.46

23 Sep 03:47
fce1423

Choose a tag to compare

Improvements

Contributors

View changes on GitHub

v0.3.45

23 Sep 03:47
581929b

Choose a tag to compare

Bug Fixes

  • fix(rce): always use VM over RCE for custom tools (#1233)
  • fix(team): fix organization invitation URL for teams (#1232)

Contributors

View changes on GitHub

v0.3.44

23 Sep 03:47
0cf87e6

Choose a tag to compare

Features

  • feat(tools): add MongoDB (#1225)
  • feat(copilot): stats tracking (#1227)
  • feat(e2b-execution): add remote code execution to support Python + Imports (#1226)
  • feat(llms): added additional params to llm-based blocks for alternative models (#1223)
  • add if not exists check
  • improvement(performance): added new indexes for improved session performance (#1215)
  • feat(workspace-vars): add workspace scoped environment + fix cancellation of assoc. workspace invites if org invite cancelled (#1208)
  • fix(build): add missing pdf-parse dep, add docker build in staging (#1213)

Improvements

  • improvement(hygiene): refactored routes to be more restful, reduced code surface area and removed redundant code (#1217)

Bug Fixes

  • fix(styling): fix styling inconsistencies in dark mode, fix invites fetching to show active members (#1229)
  • fix(e2b-env-var): use isTruthy and getEnv (#1228)
  • fix(whitelabel): make terms and privacy URL envvars available at build time (#1222)
  • fix if not exists check
  • fix 80th migration
  • fix(wand): remove duplicate transfer encoding header meant to be set by nginx proxy (#1221)
  • fix(ui): dark mode styling for switch, trigger modal UI, signup/login improvements with auto-submit for OTP (#1214)
  • improvement(copilot): improve context inputs and fix some bugs (#1216)
  • fix(build): consolidate pdf parsing dependencies, remove extraneous html deps (#1212)
  • fix(organizations): remove org calls when billing is disabled (#1211)

Other Changes

  • make 79th migration idempotent
  • Merge branch 'staging' of github.com:simstudioai/sim into staging

Contributors

View changes on GitHub

v0.3.43

23 Sep 03:47
ee17cf4

Choose a tag to compare

Features

  • feat(parsers): added pptx, md, & html parsers (#1202)

Improvements

  • improvement(tools): update mysql to respect ssl pref (#1205)

Bug Fixes

  • fix(parsers): fix md, pptx, html kb uploads (#1209)
  • fix(permissions): remove permissions granted by org membership (#1206)
  • fix(enterprise-billing): simplification to be fixed-cost (#1196)

Contributors

View changes on GitHub

v0.3.42

23 Sep 03:47
0bc7781

Choose a tag to compare

Features

  • improvement(kb): add fallbacks for kb configs (#1199)

Bug Fixes

  • fix(deps): downgrade nextjs (#1200)

Contributors

View changes on GitHub

v0.3.41

23 Sep 03:47
76fac13

Choose a tag to compare

Features

  • feat(kb): add adjustable concurrency and batching to uploads and embeddings (#1198)
  • imporvement(pg): added wand config for writing sql queries for generic db blocks & supabase postgrest syntax (#1197)
  • feat(tools): add parallel ai, postgres, mysql, slight modifications to dark mode styling (#1192)
  • Revert "feat(integrations): added parallel AI, mySQL, and postgres block/tools (#1126)" (#1126)

Bug Fixes

  • fix(billing-ui): open settings when enterprise sub folks press usage indicator (#1194)
  • Fix/wand (#1191)

Other Changes

  • Use direct fetch (#1193)
  • Switch to node (#1190)
  • Merge pull request #1189 from simstudioai/staging
  • run bun install
  • revert(dep-changes): revert drizzle-orm version and change CI yaml script
  • change bun install to be based on frozen-lockfile flag"
  • revert drizzle-orm version
  • remove bun lock
  • revert package.json

Contributors

View changes on GitHub

v0.3.40

23 Sep 03:47
fd6d927

Choose a tag to compare

Features

  • feat(openrouter): add open router to model block (#1172)
  • Revert "feat(debug): create debugger (#1174)" (#1174)
  • feat(debug): create debugger (#1174)
  • feat(pg): added ability to customize postgres port when running containerized app (#1173)
  • improvement(knowledge): remove innerJoin and add id identifiers to results, updated docs (#1170)
  • feat(copilot): context (#1157)
  • improvement(sockets): cleanup debounce logic + add flush mechanism to… (#1152)
  • improvement(forwarding+excel): added forwarding and improve excel read (#1136)
  • feat: added llms.txt and robots.txt (#1145)
  • feat: local auto layout (#1144)
  • feat(login): add terms and privacy to signup and login pages (#1139)
  • feat(copilot): enable azure openai and move key validation (#1134)
  • fix(wand): remove unstable__noStore and remove, add additional logs for wand generation (#1133)

Improvements

  • chore(deps): upgrade trigger.dev in gh action (#1171)
  • improvement(knowledge): search returns document name (#1167)
  • improvement(kb): use trigger.dev for kb tasks (#1166)
  • Docs update (#1140)
  • improvement(help-modal): ui/ux (#1135)

Bug Fixes

  • Revert "fix(cursor-and-input): fixes cursor and input canvas error (#1168)" (#1168)
  • fix(cursor-and-input): fixes cursor and input canvas error (#1168)
  • fix(slack): set depends on for slack channel channel subblock (#1177)
  • Fix (#1176)
  • fix(billing): usage tracking cleanup, shared pool of limits for team/enterprise (#1131)
  • fix(security): strengthen email invite validation logic, fix invite page UI (#1162)
  • fix(copilot): context filtering (#1160)
  • fix(signup): refetch session data on signup (#1155)
  • fix(envvars): fix split for pasting envvars with query params (#1156)
  • fix(sockets): useCollabWorkflow cleanup, variables store logic simplification (#1154)
  • fix(auto-layout): revert (#1148)
  • fix(security): fixed SSRF vulnerability (#1149)
  • fix(kb-uploads): created knowledge, chunks, tags services and use redis for queueing docs in kb (#1143)
  • fix dependency array
  • fix(copilot-cleanup): support azure blob upload in copilot, remove dead code & consolidate other copilot files (#1147)
  • fix(condition-block): edges not following blocks, duplicate issues (#1146)
  • fix(copilot): send api key to sim agent (#1142)
  • fix(subblock-race-condition): check loading state correctly (#1141)
  • fix(copilot): enterprise api keys (#1138)
  • fix(wand): remove edge runtime for wand (#1132)
  • fix(files): fix vulnerabilities in file uploads/deletes (#1130)

Other Changes

  • Merge branch 'staging' of github.com:simstudioai/sim into staging

Contributors

View changes on GitHub

v0.3.39

23 Sep 03:46
ed9b9ad

Choose a tag to compare

Features

  • feat(integrations): added parallel AI, mySQL, and postgres block/tools (#1126)
  • Feat/copilot client clean (#1118)
  • improvement(chat-file-upload): add visual indication of file upload exceeding limit (#1123)

Bug Fixes

  • fix autoconnect (#1127)
  • fix(onedrive): fixed advanced mode (#1122)
  • improvement(logging): capture pre-execution validation errors in logging session (#1124)
  • fix(teams-wh): fixed teams wh payload (#1119)
  • fix(tag-dropdown): arrow navigation for submenu affecting text input cursor (#1121)
  • fix(logs): fix to remove retrieval of execution of data for basic version of call (#1120)
  • fix(ux): minor ux changes (#1109)
  • fix(custom-tool): fix textarea, param dropdown for available params, validation for invalid schemas, variable resolution in custom tools and subflow tags (#1117)
  • fix(billing): change reset user stats func to invoice payment succeeded (#1116)
  • fix(billing): make subscription table source of truth for period start and period end (#1114)

Contributors

View changes on GitHub

v0.3.38

23 Sep 03:46
fdfa935

Choose a tag to compare

Bug Fixes

  • fix(billing): vercel cron not processing billing periods (#1112)

Contributors

View changes on GitHub