Releases: shroominic/codebox-api
Releases · shroominic/codebox-api
👾📦 v0.2.4
v0.2.2:
- fix python 3.9 support
v0.2.3:
- fix aiofiles issue
v0.2.4:
- fix argument passing for RemoteBox
NEW v0.2 - features:
🚀 No need for start or stopping of sessions
🐳 Local Docker mode for parallel and contained execution
🔒 Sandboxed Python + Bash code execution
📡 Code execution streaming
🧰 Utility methods like .list_packages() or .show_variables()
🧪 Advanced testing suite
📐 Improved types
🌐 Uses v0.2 for remote box backend
📦 Dockerfile for custom container creation
💻 Improved developer experience
👾📦 v0.2
- 🚀 No need for start or stopping of sessions
- 🐳 Local Docker mode for parallel and contained execution
- 🔒 Sandboxed Python + Bash code execution
- 📡 Code execution streaming
- 🧰 Utility methods like
.list_packages()
or.show_variables()
- 🧪 Advanced testing suite
- 📐 Improved types
- 🌐 Uses v0.2 for remote box backend
- 📦 Dockerfile for custom container creation
- 💻 Improved developer experience
📦 v0.1.21 - fix large file uploads
Fix large file upload by adding option to set timeout on the .upload/.aupload methods.
📦 v0.1.20
- improved errors
- retry on request timeout
- fixes json parsing errors
📦 v0.1.19
📦 v0.0.18
- dix session_id management
📦 v0.0.17
- improve localbox
- fix session restoring
- fix codebox
- refactoring
📦 v0.0.16
- get active codebox from uuid
- fix leaking aiohttp session
- update package config
- update deps
📦 v0.0.15
- improvements on LocalBox
- some small bug fixes
- extend package config
- general cleanup
📦 v0.0.14
🪓 fix localbox issue "jupyter not found"
🧪 improve testing