Skip to content

dify-0.38.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Aug 03:13
5b2025e

Release v0.38.0-rc1

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-rc1