Releases: simstudioai/sim
Releases · simstudioai/sim
v0.3.56
Features
- Improvement(sharepoint): added ability to create list items, different from create list (#1379)
- improvement(search): added more granular logs search, added logs export, improved overall search experience (#1378)
Bug Fixes
- fix(selectors): gdrive and slack selectors inf loops (#1376)
- fix(actions): updated i18n gh action to use PAT instead of default token (#1377)
- fix(variables): remove quote stripping from short & long inputs (#1375)
- fix(migrations): upgrade drizzle-kit in migrations container (#1374)
Contributors
v0.3.55
Features
- Improvement(sharepoint): added more operations in sharepoint (#1369)
- improvement(idempotency): added atomic claims to prevent duplicate processing for long-running workflows (#1366)
- feat(signup): added back to login functionality to OTP page (#1365)
Improvements
- improvement(code-structure): move db into separate package (#1364)
- improvement(landing): insert prompt into copilot panel from landing, open panel on entry (#1363)
Bug Fixes
- fix(dockerfile): needs dummy db url (#1368)
Contributors
v0.3.54
Features
- feat(google-forms): added google forms block (#1343)
- feat(sms): add generic sms sending block/tool (#1349)
- feat(tools): add generic mail sending block/tools, updated docs script (#1348)
- feat(landing): new landing page (#1219)
Improvements
Bug Fixes
- fix(next-js): pin version (#1358)
- fix(layout): fix layout semantics on invite page (#1356)
- fix bun lock (#1354)
- fix(better-auth): revert back to version 1.2.9 (#1352)
- improvement(gh): fix i18n github action to run on merge to staging (#1350)
- fix(bun): pin bun version for db migrations (#1347)
Contributors
v0.3.53
Features
- feat(docs): added footer for page navigation, i18n for docs (#1339)
- feat(idempotency): added generalized idempotency service for all triggers/webhooks (#1330)
- feat(logs): added intelligent search with suggestions to logs (#1329)
Improvements
- improvement(array-index): resolved variables for 2d arrays (#1328)
Bug Fixes
- fix(build): upgrade fumadocs to latest (#1341)
- fix(build): upgrade fumadocs (#1340)
- fix(stripe): revert to stable versioning for better auth plugin (#1337)
- fix(stripe): use latest version to fix event mismatch issues (#1336)
- fix(security): fix ssrf vuln and path validation for files route (#1325)
Other Changes
- changed search for folders and workflows in logs (#1327)
Contributors
v0.3.52
Features
- feat(api-keys): add workspace level api keys to share with other workspace members, add encryption for api keys (#1323)
- chore(deployment-versioning): add migration script into repo (#1318)
- feat(docs): overhaul docs (#1317)
Improvements
- improvement(long-description): modified long description for every block (#1322)
Bug Fixes
- fix(file-upload): fix nextjs file upload issue with pdf-parse (#1321)
- fix(kb): exclude deleted docs from embeddings/vector search (#1319)
- fix(serializer): Required-field validation now respects sub-block visibility (#1313)
- fix(sheets): fixed google sheets update (#1311)
Contributors
v0.3.51
Features
- fix(webhooks): made spacing more clear, added copy button for webhook URL & fixed race condition for mcp tools/server fetching in the mcp block (#1309)
- improvement(readme): add e2b reference to readme (#1307)
- Fix(yaml env var): added env var fallback (#1300)
- feat(mcp): added support for mcp servers (#1296)
- feat(account): added user profile pictures in settings (#1297)
- feat(logs-api): expose logs as api + can subscribe to workflow execution using webhook url (#1287)
- feat(usage-api): make external endpoint to query usage (#1285)
Improvements
- improvement(subblock-defaults): custom defaults for subblocks if needed (#1298)
Bug Fixes
- fix(webhook-ui): fixed webhook ui (#1301)
- fix(subflow-validation): validate subflow fields correctly + surface serialization errors in the logs correctly (#1299)
- fix(start-input): restore tag dropdown in input-format component (#1294)
- fix(workflow-block): remove process specific circular dependency check (#1293)
- Merge pull request #1286 from simstudioai/fix/copilot-custom-tools
- Fix custom tool save
Other Changes
- Lint
- V1
Contributors
v0.3.50
Features
- feat(notifications): added notifications for usage thresholds, overages, and welcome emails (#1266)
- fix(variables): add back ability to reference root block like (#1262)
- Revert "feat(enterprise-plan-webhooks): skip webhook queue for enterprise plan users (#1250)" (#1250)
Improvements
- 0.3.49: readme updates, router block and variables improvements
- improvement(docs): readme.md to mention .env setup for copilot setup
Bug Fixes
- fix(notifications): increase precision on billing calculations (#1283)
- Fix(jira): reading multiple issues and write
- fix(sidebar): draggable cursor on sidebar when switching workflows (#1276)
- fix(subblock-param-mapping): consolidate resolution of advanced / basic mode params using canonicalParamId (#1274)
- fix(sockets): move debounce to server side (#1265)
- fix(router): change router block
contenttoprompt(#1261) - fix(schedule-self-host): remove incorrect migration (#1260)
- fix(cleanup): cleanup unused vars + webhook typo (#1259)
Other Changes
- 0.3.48: revert trigger dev bypass for enterprise users
Contributors
v0.3.47
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