0.2.7
langgenius/dify-sandbox0.2.7Sep 8, 2024by Yeuoly
AI Summary
Enhancements to the sandbox configuration and Python environment handling, including syscall control and mirror support.
Key Highlights
- Allow setting ALLOWED_SYSCALLS environment variables
- Fix symbolic links in python_lib_path directory
- Support alternative pip mirror URLs
- Add curl command for health checks
- Fix missing timezone info
New Features
- Allow to set ALLOWED_SYSCALLS environment variables
Full Release Notes
## What's Changed * allow to set ALLOWED_SYSCALLS environment variables by @tmokmss in https://github.com/langgenius/dify-sandbox/pull/45 * fix: symbolic links in python_lib_path directory are ignored by @tmokmss in https://github.com/langgenius/dify-sandbox/pull/49 * Support pip other mirror url. by @Hanfee in https://github.com/langgenius/dify-sandbox/pull/52 * chore: update .gitignore by @Groos-dev in https://github.com/langgenius/dify-sandbox/pull/47 * fix: python env race condition by @Yeuoly in https://github.com/langgenius/dify-sandbox/pull/63 * Fix/expat by @Yeuoly in https://github.com/langgenius/dify-sandbox/pull/65 * feat: add the curl command to perform health check by @hwzhuhao in https://github.com/langgenius/dify-sandbox/pull/58 * fix: missing timezone info by @Yeuoly in https://github.com/langgenius/dify-sandbox/pull/66 ## New Contributors * @tmokmss made their first contribution in https://github.com/langgenius/dify-sandbox/pull/45 * @Hanfee made their first contribution in https://github.com/langgenius/dify-sandbox/pull/52 * @Groos-dev made their first contribution in https://github.com/langgenius/dify-sandbox/pull/47 * @hwzhuhao made their first contribution in https://github.com/langgenius/dify-sandbox/pull/58 **Full Changelog**: https://github.com/langgenius/dify-sandbox/compare/0.2.6...0.2.7