github BorisPolonsky/dify-helm dify-0.38.0

4 hours ago

Release v0.38.0

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.

This release is exactly the same as v0.38.0-rc2

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

Don't miss a new dify-helm release

NewReleases is sending notifications on new releases.