Skip to content

OpenShell v0.0.19

Choose a tag to compare

@github-actions github-actions released this 31 Mar 14:54
· 63 commits to main since this release
ed74a19

OpenShell v0.0.19

Quick install

curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.19 sh

What's Changed

  • fix(proxy): add L7 inspection to forward proxy path by @latenighthackathon in #666
  • fix(ci): skip docs preview deploy for fork PRs by @johntmyers in #679
  • docs(rfc): add RFC process with draft/review/accepted lifecycle by @drew in #678
  • fix(e2e): add uv-managed python binary glob to forward proxy L7 test by @johntmyers in #686
  • fix(l7): reject requests with both CL and TE headers in inference parser (CWE-444) by @latenighthackathon in #671
  • fix(sandbox): handle per-path Landlock errors instead of abandoning entire ruleset by @johntmyers in #677
  • Missed input parameter to init OpenClaw container by @vcorrea-ppc in #645
  • feat(sandbox): add L7 query parameter matchers by @johntmyers in #617
  • perf(sandbox): streaming SHA256 and spawn_blocking for identity resolution by @koiker in #555
  • feat(inference): allow setting custom inference timeout by @pentschev in #672
  • fix(sandbox): track PTY state per SSH channel to fix terminal resize by @johntmyers in #687

New Contributors

Full Changelog: v0.0.18...v0.0.19