0.2.12

langgenius/dify-sandbox0.2.12May 7, 2025by Yeuoly

AI Summary

This release focuses on dependency updates and improved OS compatibility. Multiple security patches were applied to golang.org/x/crypto and golang.org/x/net packages, and the Go version was upgraded to 1.23.0. Support for RHEL and Rocky Linux was also added to the install script.

Key Highlights

  • Bumped golang.org/x/crypto from 0.21.0 to 0.35.0 (security fix)
  • Bumped golang.org/x/net from 0.23.0 to 0.38.0 (security fix)
  • Updated Go version to 1.23.0
  • Fixed install.sh for RHEL and Rocky Linux support

Full Release Notes

## What's Changed
* Bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot in https://github.com/langgenius/dify-sandbox/pull/145
* fix: rhel and rocky for install.sh by @yihong0618 in https://github.com/langgenius/dify-sandbox/pull/122
* Bump golang.org/x/crypto from 0.31.0 to 0.35.0 by @dependabot in https://github.com/langgenius/dify-sandbox/pull/149
* Bump golang.org/x/net from 0.23.0 to 0.38.0 by @dependabot in https://github.com/langgenius/dify-sandbox/pull/150
* chore: Update Go version to 1.23.0 by @Yeuoly in https://github.com/langgenius/dify-sandbox/pull/151

## New Contributors
* @dependabot made their first contribution in https://github.com/langgenius/dify-sandbox/pull/145
* @yihong0618 made their first contribution in https://github.com/langgenius/dify-sandbox/pull/122

**Full Changelog**: https://github.com/langgenius/dify-sandbox/compare/0.2.11...0.2.12