Skip to main content
Version: 1.3.x

v1.3.0

Release Date

Mar 4, 2026


SDK

New Features

Sandbox Client

  • NEW: close_session method in Sandbox client for explicit session lifecycle management (#451)

Evaluation Examples

  • swe_bench: SWE-bench Verified evaluation demo with iFlow integration (#508)

Admin

New Features

Kubernetes Operator

  • NEW: K8s Operator support for Kubernetes-based sandbox orchestration (#423)
  • Rename extensions to extended_params for consistency (#470)

Docker Registry Login

  • NEW: Support Docker registry login for pulling images from private registries (#537)

Sandbox

  • NEW: image_os field for sandbox image metadata (#510)
  • NEW: Kata container runtime support for enhanced sandbox isolation (#474)
  • NEW: Namespace-level metrics collection (#427)
  • NEW: Monitor support for specified endpoint (#469)
  • NEW: Auto clear seconds parameter for sandbox configuration (#458)
  • NEW: Metrics report when get_status encounters timeout or failed phases (#552)

Enhancements

Performance Optimizations

  • The logic for determining whether get_status is implemented via Ray or Rocklet has been moved into the Ray operator, preventing the related decision logic from interfering with the implementation of other operators. (#487)

Architecture Refactoring

  • Delegate sandbox lifecycle management operations (start/stop/destroy) to operator layer (#423)
  • Move non-management methods back to proxy service for cleaner service boundaries (#433)
  • Refactor scheduler from standalone process to standalone thread for reduced resource overhead (#507)

Deployment

  • Support ${} and <<>> template syntax in deploy format method (#485)
  • Skip wrapping run command when not needed (#483)
  • Sandbox proxy HTTP support (#453)

Configuration

  • Use /tmp as default for ROCK_SERVICE_STATUS_DIR (#522)
  • Support Aliyun MSE server_addresses for Nacos integration (#521)

Bug Fixes

  • Fix working directory not set for custom install command (#505)
  • Fix Python warnings not suppressed in model service CLI commands (#503)
  • Fix local admin start failure (#494)
  • Fix scheduler task file detection issue (#465)
  • Fix count.total metric not reported when exception is raised (#527)