0.2.9
langgenius/dify-sandbox0.2.9Sep 13, 2024by Yeuoly
AI Summary
This release addresses critical stability issues in the sandbox environment. Multiple fixes were applied for requests operation permissions on both ARM64 and AMD64 architectures, a memory leak was resolved, and error handling logic was improved for dependency installation operations.
Key Highlights
- Fixed requests operation not permitted (ARM64 and AMD64)
- Fixed memory leak issue
- Improved error handling in InstallDependencies and RefreshDependencies
- Removed temporary scripts
Full Release Notes
## What's Changed * fix: requests operation not permitted by @Yeuoly in https://github.com/langgenius/dify-sandbox/pull/81 * cleanup: remove temp script by @Yeuoly in https://github.com/langgenius/dify-sandbox/pull/82 * fix: memory leak by @Yeuoly in https://github.com/langgenius/dify-sandbox/pull/83 * refactor: update the error handling logic in InstallDependencies and RefreshDependencies by @hwzhuhao in https://github.com/langgenius/dify-sandbox/pull/75 * fix: requests operation not permitted amd64 by @Yeuoly in https://github.com/langgenius/dify-sandbox/pull/84 **Full Changelog**: https://github.com/langgenius/dify-sandbox/compare/0.2.8...0.2.9