Skip to content

Releases: simstudioai/sim

v0.4.10

08 Oct 07:57
5d887fd

Choose a tag to compare

Improvements

  • chore(docs): update docs (#1578)

Bug Fixes

  • fix(ts-sdk): fix job to publish ts sdk (#1576)
  • fix(db): reduce overall number of db max conncetions to incr performance (#1575)

Contributors

View changes on GitHub

v0.4.9

08 Oct 07:47
25f5e31

Choose a tag to compare

Features

  • feat(highlighting): added resolved vars highlighting to code subblock, to be consistent with other subblocks (#1570)
  • feat(i18n): update translations (#1569)
  • fix(streaming-response): add in handling for the response block when streaming (#1568)
  • feat(chat-streaming): added a stream option to workflow execute route, updated SDKs, updated docs (#1565)
  • feat(nested-workflow-spans): nested child workflow spans in logs sidepanel (#1561)

Improvements

  • improvement(sockets): position persistence on drag end, perms call only on joining room (#1571)

Bug Fixes

  • fix(curl-example): fixed curl example in deploy modal to reflect selected option (#1573)
  • fix(workspace-selector-kb): fix selector for assigning workspaces for kbs (#1567)
  • fix(undo-redo): preserve trigger/advanced mode (#1566)
  • fix(db): enable database connection pooling in production (#1564)

Contributors

View changes on GitHub

v0.4.8

06 Oct 20:22
174f6a4

Choose a tag to compare

Bug Fixes

  • fix(blog): center footer, fix dark mode, fix avatar (#1559)

Contributors

View changes on GitHub

v0.4.7

06 Oct 20:22
4dc4073

Choose a tag to compare

Features

  • feat(blog): created first page (#1550)
  • feat(posthog): added posthog provider instead of using nextjs instrumentation (#1555)

Contributors

View changes on GitHub

v0.4.6

06 Oct 04:49
377b84e

Choose a tag to compare

Features

  • fix(posthog): add rewrites for posthog reverse proxy routes unconditionally, remove unused POSTHOG_ENABLED envvar (#1548)

Bug Fixes

  • fix(kb): force kb uploads to use serve route (#1547)

Contributors

View changes on GitHub

v0.4.5

06 Oct 04:43
b768ca8

Choose a tag to compare

Features

  • feat(kb): added json/yaml parser+chunker, added dedicated csv chunker (#1539)
  • feat(copilot): fix context / json parsing edge cases (#1542)

Bug Fixes

  • fix(copilot): targeted auto-layout for copilot edits + custom tool persistence (#1546)
  • fix(copilot): tool renaming
  • fix(billing-blocked): block platform usage if payment fails for regular subs as well (#1541)

Contributors

View changes on GitHub

v0.4.4

03 Oct 03:08
2175fd1

Choose a tag to compare

Features

  • fix(db): added database config to drizzle.config in app container (#1536)
  • fix(db): added SSL config to migrations container (#1535)

Bug Fixes

  • fix(db): remove overly complex db connection logic (#1538)

Contributors

View changes on GitHub

v0.4.3

03 Oct 01:11
cae0e85

Choose a tag to compare

Features

  • fix(db): add more options for SSL connection, add envvar for base64 db cert (#1533)
  • feat(copilot): JSON sanitization logic + operations sequence diff correctness (#1521)
  • feat(cmdk): added knowledgebases to the cmdk modal (#1530)
  • feat(posthog): added posthog for analytics (#1523)

Improvements

  • improvement(performance): remove writes to workflow updated_at on position updates for blocks, edges, & subflows (#1531)
  • chore(deps): update fumadocs (#1525)
  • improvement(db): enforce SSL everywhere where a DB connection is established (#1522)

Bug Fixes

  • fix(fumadocs): fixed client-side export on fumadocs (#1529)
  • fix(kb): removed filename constraint from knowledgebase doc names (#1527)
  • fix(autolayout): type issue if workflow deployed + remove dead state code (#1524)

Contributors

View changes on GitHub

v0.4.2

02 Oct 23:27
745eaff

Choose a tag to compare

Features

  • fix(ci): add skip promotion to trigger ci
  • feat(i18n): update translations (#1496)

Improvements

  • improvement(db): remove vercel, remove railway, remove crons, improve DB connection config (#1519)
  • improvement(trigger): increase maxDuration for background tasks to 10 min to match sync API executions (#1504)
  • improvement(var-resolution): resolve variables with block name check and consolidate code (#1469)
  • improvement(autolayout): use live block heights / widths for autolayout to prevent overlaps (#1505)
  • improvement(ci): trigger.dev pushes (#1506)
  • improvement(triggers): uuid, autolayout, copilot context (#1503)

Bug Fixes

  • fix(trigger): inject project id env var in correctly (#1520)
  • fix(ci): update trigger.dev ci to only push to staging on merge to staging & for prod as well (#1518)
  • fix(redirects): update middleware to allow access to /chat regardless of auth status (#1516)
  • fix(router): use getBaseUrl() helper (#1515)
  • fix(deployed-version-check): check deployed version existence pre-queuing (#1508)
  • Fix/remove trigger promotion (#1513)
  • fix(ci): capture correct deployment version output (#1512)
  • fix(ci): fix trigger version capture
  • Fix trigger ci creds (#1510)
  • fix(ci): trigger permissions
  • fix(migrations): make sso migration idempotent

Other Changes

  • Remove migrations ci (#1501)

Contributors

View changes on GitHub

v0.4.1

02 Oct 23:27
f9f8411

Choose a tag to compare

Bug Fixes

  • fix(deployed): support internal JWT for deployed child workflow executions (#1498)
  • fix(ci): fix docker manifest build (#1495)
  • fix(ci): fix docker manifest build

Contributors

View changes on GitHub