github BorisPolonsky/dify-helm dify-0.38.0-rc2

pre-release11 hours ago

Release v0.38.0-rc2

This release introduces the new Dify Agent from Dify 1.16.x, enables collaboration mode, and adds Gateway API support for modern traffic routing in Kubernetes.

What's Changed

Breaking Changes

pluginDaemon.auth.difyApiKey no longer takes effect and has been migrated to api.auth.internalApiKey:

# before
pluginDaemon:
  auth:
    difyApiKey: "your-key"
# after
api:
  auth:
    internalApiKey: "your-key"

New Contributors

Full Changelog: dify-0.37.0...dify-0.38.0-rc2

Don't miss a new dify-helm release

NewReleases is sending notifications on new releases.