0.2.0
langgenius/dify-sandbox0.2.0May 12, 2024by Yeuoly
AI Summary
Major feature release introducing network connectivity and advanced dependency management capabilities.
Key Highlights
- Introduce Network Ability: Use requests and httpx
- Introduce Dependencies Ability: Preinstall via python-requirements.txt
- Add /v1/sandbox/dependencies interface
- Support secure intranet access via HTTP_PROXY/HTTPS_PROXY/SOCKS5_PROXY
New Features
- Introduce Network Ability
- Introduce Dependencies Ability
- Add /v1/sandbox/dependencies interface
Full Release Notes
## DifySandbox 0.2.0 ### Introducing Network Ability - Now you can use dependency like `requests` and `httpx` to access network - Introducing 3 environment variables HTTP_PROXY/HTTPS_PROXY/SOCKS5_PROXY to keep your intranet secure ### Introducing Dependencies Ability - Using `python-requirements.txt` to preinstall all dependencies - Add `/v1/sandbox/dependencies` interface, provide a more flex way to be integrated.