github alibaba/OpenSandbox java/sandbox/v1.0.1

latest releases: java/code-interpreter/v1.0.9, java/sandbox/v1.0.9, cli/v0.1.0...
3 months ago

Kotlin SDK — Sandbox (v1.0.0 -> v1.0.1)

Breaking Changes

  • API base URL now includes /v1

    • ConnectionConfig.getBaseUrl() appends /v1 and normalizes trailing slashes (avoids duplicating /v1).
  • Sandbox IDs are now strings

    • Sandbox.id changed from UUID to String.

New Features

  • Create/connect/resume options

    • Added skipHealthCheck option for create/connect/resume flows.
    • Added a dedicated Sandbox.resumer() entrypoint.
  • Extensions supported on sandbox creation

    • Sandbox create supports extensions: Map<String, String>.
  • Renew now returns a response

    • Renew returns SandboxRenewResponse (includes updated expiration).

Improvements/Fixes

  • Version bump

    • 1.0.01.0.1.
  • Initialization robustness

    • Unified initialization logic with better cleanup on failed creates.

Don't miss a new OpenSandbox release

NewReleases is sending notifications on new releases.