java/code-interpreter/v1.0.15
mantinedev/mantinejava/code-interpreter/v1.0.15Jun 25, 2026by ninan-nn
AI Summary
Updated the Kotlin Code Interpreter SDK to version 1.0.15 to align with the latest OpenSandbox Kotlin SDK, ensuring dependency consistency for consumers.
Key Highlights
- Bumped the Kotlin code-interpreter SDK artifact to version 1.0.15.
- Aligned the `com.alibaba.opensandbox:sandbox` dependency with sandbox SDK 1.0.15.
- Keeps consumers on a consistent set of OpenSandbox Kotlin artifacts.
Full Release Notes
## What's New ### 📦 Misc - **Align code-interpreter with the latest sandbox SDK** — Bumped the Kotlin code-interpreter SDK artifact to `1.0.15` and aligned its `com.alibaba.opensandbox:sandbox` dependency with sandbox SDK `1.0.15`. This keeps consumers on a consistent set of OpenSandbox Kotlin artifacts for this release. (https://github.com/opensandbox-group/OpenSandbox/pull/1128) ### 👥 Contributors - @ninan-nn