Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codesandbox/codesandbox-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: codesandbox/codesandbox-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 5 commits
  • 44 files changed
  • 3 contributors

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    3f14843 View commit details
    Browse the repository at this point in the history
  2. New best practices release (#191)

    * fix: Default to public-hosts privacy. Unlisted is a security concern. Will not break default behavior as end users should never open Sandboxes in workspace of SDK user
    
    * fix: Warn about creating sandboxes from sandboxes
    
    * chore: deprecate automatic lifecycle management related config
    
    * fix: make user (session) creation optional and deprecate it
    
    * fix: properly handle optional id when getting session
    
    * fix: ignore files should be part of template
    
    * fix: deprecate hibernation timeout
    
    * feat: delete method to delete Sandboxes
    
    * chore: remove deprecation indications, we'll rely on docs for now
    christianalfoni authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    ce57736 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93e65b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. fix: Remove devcontainer folder when .codesandbox/Dockerfile identifi…

    …ed (#196)
    
    * When building a template we should identify if there is a .codesandbox/Dockerfile in the template, if so during writing of files to the Sandbox we should also delete the .devcontainer file already in the Sandbox. This is related to the CLI build command
    
    * chore: clean up
    
    ---------
    
    Co-authored-by: kodebots <[email protected]>
    christianalfoni and kodebots authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    b5c6df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a4d86a View commit details
    Browse the repository at this point in the history
Loading