Skip to content

Releases: shroominic/codebox-api

👾📦 v0.2.4

07 Nov 04:22
Compare
Choose a tag to compare

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

30 Oct 08:05
71f3dd7
Compare
Choose a tag to compare
  • 🚀 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

10 Jun 22:23
Compare
Choose a tag to compare

Fix large file upload by adding option to set timeout on the .upload/.aupload methods.

📦 v0.1.20

07 May 23:06
Compare
Choose a tag to compare
  • improved errors
  • retry on request timeout
  • fixes json parsing errors

📦 v0.1.19

06 Feb 09:58
Compare
Choose a tag to compare
  • fix jupyter kernel keyerror: 'id' #15

📦 v0.0.18

09 Aug 16:58
Compare
Choose a tag to compare
  • dix session_id management

📦 v0.0.17

08 Aug 18:55
Compare
Choose a tag to compare
  • improve localbox
  • fix session restoring
  • fix codebox
  • refactoring

📦 v0.0.16

07 Aug 12:41
Compare
Choose a tag to compare
  • get active codebox from uuid
  • fix leaking aiohttp session
  • update package config
  • update deps

📦 v0.0.15

05 Aug 12:43
Compare
Choose a tag to compare
  • improvements on LocalBox
  • some small bug fixes
  • extend package config
  • general cleanup

📦 v0.0.14

02 Aug 14:19
Compare
Choose a tag to compare

🪓 fix localbox issue "jupyter not found"
🧪 improve testing