Skip to content

dify-0.38.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 05:51
3c4ef10

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