Skip to content

Releases: MrUprizing/opensbx

v0.9.2

31 Mar 20:43

Choose a tag to compare

Changelog

  • 0ea6f6e Feat(core): Add file logging and MCP request metadata logging
  • 08e8a24 Feat(core): Add sandbox network endpoint and client method
  • a8169d6 Feat(docs): Add sandbox network API docs
  • c89afbc Feat(docs): Update README, docs, and install instructions
  • ac619e4 Feat(test): Add unit tests for API, database, Docker, and logging
  • 0d0b784 Fix(scripts): Use release tag for download URL

v0.9.1

22 Mar 02:25

Choose a tag to compare

Changelog

  • b74f8b3 Feat(): Rename project and module to opensbx :)
  • f13c062 Feat(core): Refactor sandbox URL handling and MCP options
  • 18aeda3 Feat(core): Refine shutdown handling and logging
  • cf7ce66 Feat(docs): Consolidate deployment docs and update install

v0.9.0

21 Mar 17:01

Choose a tag to compare

Changelog

  • c1f60ba Feat(api): Add image inspect/delete and sandbox start APIs
  • bed3f34 Feat(api): Add sandbox stats endpoint and client support
  • e15cf9b Feat(api): Return separate stdout, stderr and exit code
  • e302530 Feat(api): Support non-stream JSON snapshot for command logs
  • daf3449 Feat(ci): Add release workflow, GoReleaser, and installer
  • 4d06364 Feat(ci): Bump GitHub Actions versions in CI
  • fb211f4 Feat(ci): CI
  • 2a74aed Feat(core): Add MCP handler
  • b7e7827 Feat(core): Add SQLite persistence for sandboxes
  • 5951d30 Feat(core): Add Swagger docs
  • e4cd05c Feat(core): Add creation options
  • ae76bec Feat(core): Add endpoint to list local Docker images & fix pull image
  • 379b998 Feat(core): Add pause, resume & renew-expiration endpoints
  • 78cfa53 Feat(core): Add sandbox logs endpoint
  • ca11b09 Feat(core): Basic Auth
  • fdb3985 Feat(core): Detect inline pull errors and verify image
  • ed5d3fa Feat(core): Enforce and default sandbox resource limits
  • 1d97038 Feat(core): Preview new cmd
  • 58f4248 Feat(core): Pull endpoint
  • ef7b1af Feat(core): Return message when no sandboxes found
  • 9ca081a Feat(core): Use curated sandbox models and graceful shutdown
  • d8dc40f Feat(core): Use glebarez SQLite driver and add install guide
  • 2ee5053 Feat(docs)
  • e2ecf4a Feat(docs): Add production deployment guide
  • dcbdab3 Feat(funding)
  • f16a2bb Feat(license)
  • 63059d0 Feat(lint)
  • 4d3cedc Feat(mobie): Code improvements
  • d442f6b Feat(proxy): Add reverse proxy and single-port support
  • ab197ee Feat(proxy): Auto-generate sandbox names
  • e388160 Feat(proxy): Bind container ports to loopback
  • 1e4c147 Feat(proxy): Change Ports from map to []string
  • 400fe21 Feat(proxy): Support multiple proxy addresses and ports
  • 4030bca Feat(readme)
  • 5a56a29 Feat(skill): add
  • 1099ee5 Feat(test): Add testing
  • b030d22 Fix(api): Register health check at /v1/health
  • dc1743f Fix(ci): Use constant for integration lifecycle timeout
  • ce66606 Fix(core): Kill cmd
  • 970698b Fix(docs)Update reverse-proxy.md
  • f2a8cd3 Fix(linte)
  • 37dda59 Fix(test): Share Docker connection across Clients
  • 8ba7e47 Initial commit
  • 998c445 Initial commit 2
  • 3fc25d1 Initial commit 3
  • d16f3fd Initial commit 4
  • 357da35 Merge pull request #1 from MrUprizing/feat/new-cmd
  • ee8af93 Merge pull request #2 from MrUprizing/feat/proxy