v2.0.0-rc.11
Pre-release
Pre-release
·
85 commits
to main
since this release
π DOCS
You can find the 2.0.0 RC docs at: https://projects-docs-3ubl8mut7-codesandbox1.vercel.app/docs/sdk
rc.10 release!
ποΈ Infra
- The Sandbox Agent now detects nested repos and properly persists them when archiving the Sandbox (Requires restart of Sandbox for latest Sandbox Agent)
π¨ Breaking
- The
gitnamespace has been removed from the Sandbox Client. The reason is that it makes an assumption being used at the root workspace, but you might have a nested git folder. Additionally we have discovered conflicts with the legacy CodeSandbox product git persistence. That means we can not officially support workspace root cloning of repos yet. This will later be supported, but until then please clone repos into nested folders of the workspace.
π Fixes
- Fixed issues with special characters in environment variables
- Fixed issues with running commands with special characters
- Now throwing errors on unsupported characters in session ids
- Now command errors does not include podman specific entries
- Browser connection now works properly
- Sentry is now only used in the CLI, as the dependency causes too many challenges with building for different runtime environments in user world
- Fixed issue with writing git credentials