feat(sdk): Python and JS SDKs for API v1.4.0#155
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.4.1
Bug Fixes
nodejs.sh was appended after the non-interactive early return in
/etc/bash.bashrc, causing bash -c calls to fail to access node/npm paths. Now
inserted at the top with a guard to prevent duplicate PATH entries.
1.4.0
Features
domain/IP/port mapping and HTTPS proxy mapping.
connection to in-container Chromium, supporting daemon connect mode.
Bug Fixes
volume mounts under the home directory.
1.4.1
Bug Fixes
/etc/bash.bashrc 非交互式提前返回之后,导致 bash -c 等调用无法获取 node/npm
路径。现改为插入到文件顶部,并增加守卫防止 PATH 重复。
1.4.0
Features
HTTPS 代理映射。
作为全局沙箱工作目录,所有执行端点默认使用(shell/bash/code/jupyter/nodejs +
VS Code + JupyterLab)。
Chromium,支持 daemon connect 模式。
Bug Fixes