Skip to content

chore: bump github.com/alibaba/OpenSandbox/sdks/sandbox/go from 1.0.2 to 1.0.3#110

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/alibaba/OpenSandbox/sdks/sandbox/go-1.0.3
Open

chore: bump github.com/alibaba/OpenSandbox/sdks/sandbox/go from 1.0.2 to 1.0.3#110
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/alibaba/OpenSandbox/sdks/sandbox/go-1.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/alibaba/OpenSandbox/sdks/sandbox/go from 1.0.2 to 1.0.3.

Release notes

Sourced from github.com/alibaba/OpenSandbox/sdks/sandbox/go's releases.

Go Sandbox SDK v1.0.3

What's New

Breaking Changes

  • Code Interpreter runtime paths have moved from /opt/opensandbox to /opt/code-interpreter, and the Go SDK CodeInterpreterEntrypoint constant now points at the new path. If you call CreateCodeInterpreter() without overriding the entrypoint, no change is needed. If you hardcoded the old path, update to /opt/code-interpreter/code-interpreter.sh when upgrading to images and SDK constants that include this migration. opensandbox-group/OpenSandbox#1012

Features

  • Added resourceRequests to sandbox creation so Kubernetes-backed sandboxes can set resource requests separately from limits. Omitting the field preserves the existing behavior where requests match limits.
  • Added line-based file reads through GET /files/download with offset and limit query parameters, enabling Go callers to read large text files by line range.
  • Added directory listing support through the new execd directory API. The Go SDK now has a plain ListDirectory(ctx, path) method that uses the server default depth and ListDirectoryWithDepth(ctx, path, depth) for explicit depth control. opensandbox-group/OpenSandbox#1001
  • Added detailed replace-content feedback without breaking existing callers. Existing replace behavior remains available, while detailed response types expose per-file replacedCount values so callers can detect no-match and multi-match replacements. opensandbox-group/OpenSandbox#991
  • Added Credential Vault support to the Go SDK surface, including model, adapter, sandbox creation, unit test, and E2E coverage. opensandbox-group/OpenSandbox#1009 opensandbox-group/OpenSandbox#1023

Bug Fixes

  • Directory listing now omits depth for the default path and uses an explicit method when callers need depth=0 or another override. Entries are documented as lexically ordered within each directory. opensandbox-group/OpenSandbox#1001
  • Fixed resourceRequests-related Go SDK tests and generated model handling.
  • Fixed replace-content detailed response handling while keeping existing replace usage compatible. opensandbox-group/OpenSandbox#991

Misc

  • Prepared the Go Sandbox SDK module for tag sdks/sandbox/go/v1.0.3.

Contributors

Commits
  • 4ee3295 Merge pull request #107 from Pangjiping/fix/build-by-source-under-e2e
  • d494863 fix(server): use local image first
  • ca8c826 fix(tests): use local tag execd's image built by source
  • c245d21 Merge pull request #97 from ninan-nn/hotfix/fix_random_peer_connection_closed
  • 307503e refactor(sdks): refactor http connection config
  • 3a6f58b Merge pull request #105 from hittyt/feature/add-npm-badge
  • 2c94300 docs: add npm version badge to README
  • 0365424 Merge pull request #103 from Pangjiping/hotfix/merge-error
  • 26c8581 fix(components/execd): fix code conflict by merge
  • ed63a45 Merge pull request #94 from Pangjiping/refactor/execd
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/alibaba/OpenSandbox/sdks/sandbox/go](https://github.com/alibaba/OpenSandbox) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/alibaba/OpenSandbox/releases)
- [Commits](opensandbox-group/OpenSandbox@docker/execd/v1.0.2...docker/execd/v1.0.3)

---
updated-dependencies:
- dependency-name: github.com/alibaba/OpenSandbox/sdks/sandbox/go
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from hittyt as a code owner June 22, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants