Skip to content

java/sandbox/v1.0.1

Choose a tag to compare

@ninan-nn ninan-nn released this 13 Jan 03:11
· 1321 commits to main since this release
f27aca1

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.