Skip to content

Releases: simstudioai/sim

v0.4.14

15 Oct 03:50
fb0fa1f

Choose a tag to compare

Features

  • feat(copilot+canvas rendering): add context window tracking to copilot and selectively render canvas components (#1622)

Contributors

View changes on GitHub

v0.4.13

15 Oct 03:50
7f82ed3

Choose a tag to compare

Features

  • feat(helm): added cert-postgresql template to helm (#1620)
  • feat(helm): added pdb to helm (#1617)
  • fix(kb): added tiktoken for embedding token estimation (#1616)

Bug Fixes

  • fix(schedules): migrate to trigger dev (#1618)
  • fix(sdk): fixed ts sdk publishing job to use later node version (#1619)
  • fix(posthog): prevent redirects by whitelisting ingest route (#1615)
  • fix(devcontainer): fixed devcontainers (#1614)

Contributors

View changes on GitHub

v0.4.12

12 Oct 05:24
219a065

Choose a tag to compare

Features

  • feat(versions): added the ability to rename deployment versions (#1610)
  • feat(mistal): added mistral as a provider, updated model prices (#1607)
  • fix(inference-billing): fix inference billing when stream is true via API, add drag-and-drop functionality to deployed chat (#1606)
  • feat(guardrails): added guardrails block/tools and docs (#1605)
  • improvement(performance): remove unused source/target indices, add index on snapshot id (#1603)
  • feat(sessions): remove redis as priority option for session data (#1600)

Improvements

  • improvement(privacy-policy): updated privacy policy for google (#1602)

Bug Fixes

  • fix(vulns): fix various vulnerabilities and enhanced code security (#1611)
  • fix(blog): rename building to blogs with redirect (#1604)

Contributors

View changes on GitHub

v0.4.11

11 Oct 01:56
c0f5ba7

Choose a tag to compare

Features

  • feat(sessions): add redis as priority option for session data (#1592)
  • feat(deployed-chat): added file upload to workflow execute API, added to deployed chat, updated chat panel (#1588)
  • feat(billing): bill by threshold to prevent cancellation edge case (#1583)
  • fix(env-vars): remove regex parsing from table subblock, add formatDisplayText to various subblocks that didn't have it (#1582)

Improvements

  • improvement(kb): encode non-ASCII headers for kb uploads (#1595)

Bug Fixes

  • fix(ci): pin all workflows and Dockerfiles to Bun v1.2.22 (#1598)
  • fix(webhooks): use next public app url instead of request origin for webhook registration (#1596)
  • fix test webhook url (#1594)
  • fix(db): revert to dedicated sockets db connection establishment (#1581)

Contributors

View changes on GitHub

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