0.2.8
langgenius/dify-sandbox0.2.8Sep 13, 2024by Yeuoly
AI Summary
This release fixes several dependency and installation issues. Critical bugs were resolved including a missing expat library version, improper error handling when InstallDependencies fails, and missing native dependencies.
Key Highlights
- Fixed expat library version '2.6.2-2' not found
- Fixed process not proceeding when InstallDependencies fails
- Fixed missing native dependencies
Full Release Notes
## What's Changed * fix: Version '2.6.2-2' for 'expat' was not found by @ZuzooVn in https://github.com/langgenius/dify-sandbox/pull/69 * bugfix: update the process proceeds to the next step when InstallDependencies failed (#67) by @hwzhuhao in https://github.com/langgenius/dify-sandbox/pull/68 * fix: missing native deps by @Yeuoly in https://github.com/langgenius/dify-sandbox/pull/74 ## New Contributors * @ZuzooVn made their first contribution in https://github.com/langgenius/dify-sandbox/pull/69 **Full Changelog**: https://github.com/langgenius/dify-sandbox/compare/0.2.7...0.2.8