You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(storage): consolidate AsyncWorkspace into Workspace
BREAKING CHANGE: Removed AsyncWorkspace in favor of unified Workspace
that provides async functionality directly.
- Replace all AsyncWorkspace references with Workspace across the codebase
- Update examples to use Workspace instead of AsyncWorkspace
- Modify client builder, engine, and workspace modules accordingly
- Update pipeline executor and persist stage to use new Workspace type
- Export Workspace instead of AsyncWorkspace in public API
This change simplifies the storage API by removing the distinction between
sync and async workspace implementations, as Workspace now provides
async capabilities natively.
0 commit comments