Skip to content

components/execd 1.0.11

Choose a tag to compare

@Pangjiping Pangjiping released this 12 Apr 06:40
d1aba70

What's New

🐛 Bug Fixes

  • fix deduplicate context entries in ListAllContexts and LanguageSessions (#619)
  • enlarge default jupyter polling interval to 100ms (#650)
  • validate request.cwd and return 400 (#656)
  • Bind token injection to an allowlisted host/scheme (e.g., compare req.URL.Host to the expected Jupyter endpoint before setting Authorization), and/or disable redirects for this client (CheckRedirect) unless explicitly safe (#680)

📦 Misc

  • bump google.golang.org/grpc from 1.79.2 to 1.79.3 in /components/internal (#652)
  • extract safego to internal common package and wrapper execd goroutines with safego (#670)

👥 Contributors

Thanks to these contributors ❤️


  • Docker Hub: opensandbox/execd:v1.0.11
  • Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.11