Skip to content

Releases: langgenius/dify-sandbox

0.2.10

17 Oct 04:49
3a73859
Compare
Choose a tag to compare

What's Changed

  • refactor: optimize the Dockerfile to reduce the image size by @hwzhuhao in #86
  • feat: support for user-defined python dependencies update interval by @userzhangqg in #85
  • refactor: using docker to execute CI tests on Github actions to prevent environmental breaking changes by @Yeuoly in #98
  • refactor: Fix sandbox escape by disabling the preload parameter. by @hexian2001 in #96

New Contributors

Full Changelog: 0.2.9...0.2.10

v0.2.9

13 Sep 17:25
a831e3a
Compare
Choose a tag to compare

What's Changed

  • fix: requests operation not permitted by @Yeuoly in #81
  • cleanup: remove temp script by @Yeuoly in #82
  • fix: memory leak by @Yeuoly in #83
  • refactor: update the error handling logic in InstallDependencies and RefreshDependencies by @hwzhuhao in #75
  • fix: requests operation not permitted amd64 by @Yeuoly in #84

Full Changelog: 0.2.8...0.2.9

v0.2.8

13 Sep 08:33
17bb213
Compare
Choose a tag to compare

What's Changed

  • fix: Version '2.6.2-2' for 'expat' was not found by @ZuzooVn in #69
  • bugfix: update the process proceeds to the next step when InstallDependencies failed (#67) by @hwzhuhao in #68
  • fix: missing native deps by @Yeuoly in #74

New Contributors

Full Changelog: 0.2.7...0.2.8

v0.2.7

08 Sep 09:11
d0ac072
Compare
Choose a tag to compare

What's Changed

  • allow to set ALLOWED_SYSCALLS environment variables by @tmokmss in #45
  • fix: symbolic links in python_lib_path directory are ignored by @tmokmss in #49
  • Support pip other mirror url. by @Hanfee in #52
  • chore: update .gitignore by @Groos-dev in #47
  • fix: python env race condition by @Yeuoly in #63
  • Fix/expat by @Yeuoly in #65
  • feat: add the curl command to perform health check by @hwzhuhao in #58
  • fix: missing timezone info by @Yeuoly in #66

New Contributors

Full Changelog: 0.2.6...0.2.7

v0.2.6

19 Aug 13:08
d848aa9
Compare
Choose a tag to compare
fix: clean runtime path (#43)

v0.2.5

19 Aug 12:31
e769713
Compare
Choose a tag to compare

What's Changed

  • License by @Yeuoly in #9
  • add faq for 2 common issues and add tool to quickly figure out required syscalls by @dafang in #17
  • fix open dependencies/python-requirements.txt: no such file or directory by @oldthreefeng in #21
  • add a workflow pic to help people understand the core logic by @hjlarry in #29
  • update FAQ by @hjlarry in #28
  • add health / refresh dependency by @luckylhb90 in #34
  • Fix: dependency vulns by @Yeuoly in #40
  • fix: vulns, uncompleted results by @Yeuoly in #41

New Contributors

Full Changelog: 0.2.4...0.2.5

v0.2.4

28 Jun 13:32
0210cc2
Compare
Choose a tag to compare

What's Changed

  • fix: operation not permitted with python/amd64 by @Yeuoly in #8

Full Changelog: 0.2.3...0.2.4

v0.2.3

27 Jun 07:08
05549d2
Compare
Choose a tag to compare

DifySandbox 0.2.3

Fixes

  • Nodejs CI errors

What's Changed

Full Changelog: 0.2.2...0.2.3

v0.2.2

21 Jun 09:22
aa70204
Compare
Choose a tag to compare

v0.2.2 Released

  • Refactored: Dependencies file system
  • Added: Integration Tests
  • Added: Github CI

v0.2.1

02 Jun 07:05
Compare
Choose a tag to compare
fix arm64 nodejs brk; fix tmp dir will be cleared