Skip to content

Releases: vndee/llm-sandbox

0.3.5

05 Jun 16:26
5f52ae2

Choose a tag to compare

What's Changed

  • Kubernetes backend: Support directory copy in copy_to_runtime for backend consistency by @vndee in #52

Full Changelog: 0.3.4...0.3.5

0.3.4

29 May 15:58

Choose a tag to compare

What's Changed

  • feat: update Docker image references to use GitHub Container Registry by @vndee in #40
  • chore: add Dockerfiles for C++, Go, Java, Node.js, Python, and Ruby environments by @vndee in #42

Full Changelog: 0.3.3...0.3.4

0.3.3

29 May 04:17

Choose a tag to compare

Full Changelog: 0.3.2...0.3.3

0.3.2

29 May 04:16

Choose a tag to compare

  • Update project metadata.

0.3.1

29 May 04:14

Choose a tag to compare

  • Fix action release bot

0.3.0

29 May 04:07

Choose a tag to compare

What's Changed

  • Fixed Windows Docker Code File Not found Issue by @DSri01 in #2
  • micromamba support by @antonkulaga in #3
  • Make container commit optional by @mys007 in #4
  • Allow Python 3.10 as well by @mys007 in #5
  • feat: add container_configs argument for docker session by @vndee in #7
  • Add an option to include env vars in kubernetes pod manifest by @walter-bd in #8
  • chore(deps-dev): bump nltk from 3.8.1 to 3.9 by @dependabot in #9
  • Podman support by @walter-bd in #11
  • Update README.md by @tarunnv-uio in #13
  • Include exit_code in ConsoleOutput by @iamhatesz in #15
  • Enable configuring custom pod manifests when using Kubernetes by @iamhatesz in #16
  • Store code to execute locally in an unique temporary directory by @iamhatesz in #17
  • Lazily load docker and kubernetes modules by @richin13 in #19
  • Revert "Lazily load docker and kubernetes modules" by @vndee in #20
  • merge main by @vndee in #21
  • Feat/v0.2.0 updates by @vndee in #22
  • Add support for additional kwargs in SandboxSession by @vndee in #25
  • Fix: Add error handling for command execution in SandboxDockerSession by @vndee in #28
  • Support optional Docker dependency with lazy imports and type-safe annotations in utils.py by @walter-bd in #33
  • fix ConsoleOutput result when running with k8s by @khubo in #35
  • chore(deps-dev): bump h11 from 0.14.0 to 0.16.0 by @dependabot in #34
  • Docs/v0.3.0 by @vndee in #37

New Contributors

Full Changelog: https://github.com/vndee/llm-sandbox/commits/0.3.0