Features
- fix(subflow): add ability to remove block from subflow and refactor to consolidate subflow code (#983)
- feat(copilot): diff improvements (#1002)
Improvements
- update migration file for notekeeping purpose
- improvement(logs): cleanup code (#999)
- improvement(db): remove deprecated 'state' column from workflow table (#994)
Bug Fixes
- fix(duplicate): fixed detached state on duplication (#1011)
- fix(control-bar): fix icons styling in disabled state (#1010)
- fix: migration mem issues bypass
- fix(subflow): remove all edges when removing a block from a subflow (#1003)
- fix(workflow-error): allow users to delete workflows with invalid configs/state (#1000)
- fix(logs-sidebar): remove message and fix race condition for quickly switching b/w logs (#1001)
- Fix abort (#998)
Other Changes
- Merge pull request #1009 from simstudioai/staging
- Merge pull request #1008 from simstudioai/staging
- reduce batch size to prevent timeouts
- Merge pull request #1007 from simstudioai/staging
- syntax issue in migration
- make logs migration batched to prevent mem issues (#1005)
- Merge pull request #1004 from simstudioai/staging