Skip to content

v2.0.0-rc.11

Pre-release
Pre-release

Choose a tag to compare

@christianalfoni christianalfoni released this 27 Jun 09:22
· 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

⚠️ These changes are additional to the previous 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 git namespace 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