v0.6.102
simstudioai/simv0.6.102Jun 3, 2026by github-actions[bot]
AI Summary
Enhancements to storage compatibility and GitLab integration, combined with various stability fixes for tables, authentication, and environment schemas.
Key Highlights
- Enabled GitLab repository file sync for code and docs
- Supported S3-compatible endpoints (R2, MinIO, B2)
- Improved table error diagnostics for cell-execution failures
- Fixed SSO sign-in to link existing same-email accounts
- Fixed global singleton state to prevent HMR memory leaks
New Features
- GitLab file sync
- S3-compatible endpoint support
- Improved table diagnostics
- SSO linking
Full Release Notes
## Features - feat(gitlab): sync repository files (code/docs) (#4864) - feat(storage): support S3-compatible endpoints (R2, MinIO, B2) for file storage (#4865) ## Bug Fixes - fix(tables): surface real error causes on cell-execution failures (diagnostics) (#4868) - fix(storage): percent-encode object key in multipart fallback URL (#4872) - fix(gitlab): pin pagination cursor to configured host + consolidate isSameOrigin (#4873) - fix(dev): use globalThis for singleton state to prevent HMR memory leaks (#4869) - fix(mothership): run client-routed workflow tools server-side in headless execution (#4870) - fix(auth): link SSO sign-in to existing same-email accounts (#4866) - fix(env): schema treatment of empty string (#4862) - fix(background): recategorize user/recovery failures as errors, not trigger faults (#4860) ## Other Changes - docs(slack): remove archival reference from Download files per Slack Marketplace guidelines (#4867) ## Contributors - @TheodoreSpeaks - @icecrasher321 - @waleedlatif1 [View changes on GitHub](https://github.com/simstudioai/sim/compare/v0.6.101...v0.6.102)