java/code-interpreter/v1.0.16

zaidmukaddam/scirajava/code-interpreter/v1.0.16Jul 13, 2026by Pangjiping

AI Summary

Aligns the Kotlin CodeInterpreter SDK with Sandbox SDK v1.0.16, introducing new isolation capabilities and fixing Maven repository URLs.

Key Highlights

  • Aligns with sandbox SDK 1.0.16 for new isolation capabilities (runOnce, withSession, bind mounts, pool destroy).
  • Fixes Maven POM repository URL to point at opensandbox-group/OpenSandbox.
  • Consumers automatically pick up new sandbox SDK capabilities.

New Features

  • Aligns with sandbox SDK 1.0.16 capabilities
  • Fixes Maven POM repository configuration

Full Release Notes

## What's New

### 📦 Misc

- **Align with sandbox SDK 1.0.16** — Bumped the Kotlin code-interpreter SDK artifact to `1.0.16` and bumped its `com.alibaba.opensandbox:sandbox` / `sandbox-api` dependency to `1.0.16`. Consumers automatically pick up the new sandbox SDK capabilities (isolation `runOnce` / `withSession`, list isolated sessions, bind mounts, sandbox pool destroy, credential vault placeholder substitutions) — see the sandbox v1.0.16 release notes for details.
- **Fix Maven POM repository URL** — SCM / project URL in the published POM now points at `opensandbox-group/OpenSandbox` instead of the old `alibaba/OpenSandbox`. (#1139)

### 👥 Contributors

- @Gujiassh