github alibaba/OpenSandbox java/code-interpreter/v1.0.1

3 months ago

Kotlin SDK — Code Interpreter (v1.0.0 -> v1.0.1)

Breaking Changes

  • Reduced surface on CodeInterpreter
    • Removed duplicated sandbox lifecycle methods (endpoint/info/metrics/renew/pause/resume/kill); use sandbox directly.

New Features

  • Code context management

    • Added: getContext, listContexts, createContext, deleteContext, deleteContexts(language).
  • More run(...) overloads

    • Added convenience overloads including:
      • run(code, context)
      • run(code, language)
      • run(code, language, handlers) (default context per language)

Don't miss a new OpenSandbox release

NewReleases is sending notifications on new releases.